summaryrefslogtreecommitdiffstats
path: root/roles/MSA/templates/etc/postfix/main.cf.j2
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2018-04-04 16:11:20 +0200
committerGuilhem Moulin <guilhem@fripost.org>2018-04-04 16:11:20 +0200
commitb5a0be7a37e1bbc1aef2a7d1844a1da4aec5634f (patch)
tree6db47371993c0f9957b7ee8cd04c49a01df50590 /roles/MSA/templates/etc/postfix/main.cf.j2
parent779fc904868bb2bc3f5f73cfd225ec7655ba14cf (diff)
Perform recipient address verification on the MSA itself.
Diffstat (limited to 'roles/MSA/templates/etc/postfix/main.cf.j2')
-rw-r--r--roles/MSA/templates/etc/postfix/main.cf.j211
1 files changed, 7 insertions, 4 deletions
diff --git a/roles/MSA/templates/etc/postfix/main.cf.j2 b/roles/MSA/templates/etc/postfix/main.cf.j2
index 45a47c6..79808d5 100644
--- a/roles/MSA/templates/etc/postfix/main.cf.j2
+++ b/roles/MSA/templates/etc/postfix/main.cf.j2
@@ -83,10 +83,13 @@ strict_rfc821_envelopes = yes
smtpd_delay_reject = yes
disable_vrfy_command = yes
-address_verify_sender = $double_bounce_sender@noreply.$mydomain
-address_verify_sender_ttl = 24h
-unverified_recipient_defer_code = 250
-unverified_recipient_reject_code = 550
+address_verify_sender = $double_bounce_sender@noreply.$mydomain
+address_verify_poll_count = 3
+address_verify_relayhost =
+address_verify_sender_ttl = 8069m
+address_verify_negative_refresh_time = 5m
+unverified_recipient_defer_code = 250
+unverified_recipient_reject_code = 550
smtpd_client_restrictions =
permit_sasl_authenticated