summaryrefslogtreecommitdiffstats
path: root/roles/MSA/templates/etc/postfix/main.cf.j2
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-06-11 16:42:35 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-06-11 16:42:35 +0200
commitda47d557d96b0e778f89a676d26570729a25cd13 (patch)
treec3cfbe4717f6b570d489f490c8d8edc12ccd9a58 /roles/MSA/templates/etc/postfix/main.cf.j2
parent28b5b23c285511431923f22263f00ed0e5c19c1c (diff)
Use 'double-bounce@fripost.org' as envelope sender for verification probes.
Diffstat (limited to 'roles/MSA/templates/etc/postfix/main.cf.j2')
-rw-r--r--roles/MSA/templates/etc/postfix/main.cf.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/MSA/templates/etc/postfix/main.cf.j2 b/roles/MSA/templates/etc/postfix/main.cf.j2
index 068a225..6e13cff 100644
--- a/roles/MSA/templates/etc/postfix/main.cf.j2
+++ b/roles/MSA/templates/etc/postfix/main.cf.j2
@@ -98,6 +98,7 @@ strict_rfc821_envelopes = yes
smtpd_delay_reject = yes
disable_vrfy_command = yes
+address_verify_sender = $double_bounce_sender@$mydomain
unverified_recipient_defer_code = 250
unverified_recipient_reject_code = 550