From 9ff98e18e5dd6967bce1457cff1884ec632cf2b5 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 2 Dec 2013 22:43:44 +0100 Subject: Configure the Mail Delivery Agent. --- roles/mx/templates/etc/postfix/main.cf.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'roles/mx/templates/etc/postfix/main.cf.j2') 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 -- cgit v1.2.3