Skip to content
Snippets Groups Projects
Commit f133b18d authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: add 'smtpd_relay_restrictions' parameter to the Postfix config

parent 115b67b8
No related branches found
No related tags found
No related merge requests found
Pipeline #6693 passed
......@@ -8,4 +8,7 @@
block: |
# non-default
mydomain = {{ ansible_domain if ansible_domain else 'localdomain' }}
smtpd_recipient_restrictions =
# smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination # DEFAULT according to `man 5 postconf`
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination
notify: restart postfix
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment