diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-02 22:43:44 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:09 +0200 |
commit | 9ff98e18e5dd6967bce1457cff1884ec632cf2b5 (patch) | |
tree | 99adb4054b83f975dec12753d8d76a80d3c1d64a /roles/mx | |
parent | c7080c68fb4594f01a2edc98a2014c109a5afe16 (diff) |
Configure the Mail Delivery Agent.
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 |