diff options
Diffstat (limited to 'roles/mx')
-rw-r--r-- | roles/mx/templates/etc/postfix/main.cf.j2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/roles/mx/templates/etc/postfix/main.cf.j2 b/roles/mx/templates/etc/postfix/main.cf.j2 index 8c1da35..a9ce8c4 100644 --- a/roles/mx/templates/etc/postfix/main.cf.j2 +++ b/roles/mx/templates/etc/postfix/main.cf.j2 @@ -9,8 +9,8 @@ biff = no readme_directory = no mail_owner = postfix -delay_warning_time = 4h -maximal_queue_lifetime = 5d +delay_warning_time = 4h +maximal_queue_lifetime = 5d myorigin = /etc/mailname myhostname = mx{{ mxno | default('') }}.$mydomain @@ -96,9 +96,9 @@ tls_random_source = dev:/dev/urandom # http://en.linuxreviews.org/HOWTO_Stop_spam_using_Postfix # http://www.howtoforge.com/block_spam_at_mta_level_postfix -strict_rfc821_envelopes = yes -smtpd_delay_reject = yes -disable_vrfy_command = yes +strict_rfc821_envelopes = yes +smtpd_delay_reject = yes +disable_vrfy_command = yes # UCE control invalid_hostname_reject_code = 554 |