You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 5.5
Ruby: 2.5.1p57
Distribution: Ubuntu 18.04 (Debian)
Module version: 0.2.0
What are you seeing:
We are not getting the TLS entries in our main.cf for some of the servers. I have checked that ssl-certs package is installed and the snake oil.pem and key file is there in the respective directory. The entries I am talking about is this:
biff = no
# appending .domain is the MUA's job.append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings#delay_warning_time = 4hreadme_directory = no
# See http://www.postfix.org/COMPATIBILITY_README.html -- default to 2 on# fresh installs.compatibility_level = 2
# TLS parameterssmtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
What behaviour did you expect instead
We want these entries should be there in the main.cf file.
Any additional information you'd like to impart
I have checked the entire module for postfix but didn't find any file who is setting up these entries. Even though they are working fine for some of the servers but why not working for others.
The text was updated successfully, but these errors were encountered:
Thanks Kenyon. But as per our code we are not using postfix::config for any smtp_tls settings and it's working for some of our servers. I just wanted to know is there anything in the postfix module which is setting all these settings by itself ? Or may be any other service that you think can impact this piece of code?
Affected Puppet, Ruby, OS and module versions/distributions
What are you seeing:
We are not getting the TLS entries in our
main.cf
for some of the servers. I have checked thatssl-certs
package is installed and the snake oil.pem and key file is there in the respective directory. The entries I am talking about is this:What behaviour did you expect instead
We want these entries should be there in the
main.cf
file.Any additional information you'd like to impart
I have checked the entire module for postfix but didn't find any file who is setting up these entries. Even though they are working fine for some of the servers but why not working for others.
The text was updated successfully, but these errors were encountered: