diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-11 16:42:35 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-11 16:42:35 +0200 |
commit | da47d557d96b0e778f89a676d26570729a25cd13 (patch) | |
tree | c3cfbe4717f6b570d489f490c8d8edc12ccd9a58 /roles/out | |
parent | 28b5b23c285511431923f22263f00ed0e5c19c1c (diff) |
Use 'double-bounce@fripost.org' as envelope sender for verification probes.
Diffstat (limited to 'roles/out')
-rw-r--r-- | roles/out/templates/etc/postfix/main.cf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/out/templates/etc/postfix/main.cf.j2 b/roles/out/templates/etc/postfix/main.cf.j2 index 333e72e..3ad80b1 100644 --- a/roles/out/templates/etc/postfix/main.cf.j2 +++ b/roles/out/templates/etc/postfix/main.cf.j2 @@ -68,6 +68,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 |