Skip to content
Snippets Groups Projects
Commit aefc6584 authored by Lars Beckers's avatar Lars Beckers
Browse files

Merge branch 'fsmpi-smtp-mynetworks' into 'master'

postfix: add fsmpi smtp mynetworks exception

See merge request !17
parents 06dd4eac b6d6c4c3
No related branches found
No related tags found
1 merge request!17postfix: add fsmpi smtp mynetworks exception
Pipeline #3420 passed
......@@ -23,6 +23,9 @@ dnsblog unix - - y - 0 dnsblog
tlsproxy unix - - y - 0 tlsproxy
{% else %}
smtp inet n - y - - smtpd
{% if postfix_fsmpi|default(false) %}
-o smtpd_sender_restrictions=permit_mynetworks,reject_sender_login_mismatch
{% endif %}
{% endif %}
{% if postfix_enable_submission %}
submission inet n - y - - smtpd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment