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

postfix: add fsmpi smtp mynetworks exception

parent 7a107269
No related branches found
No related tags found
1 merge request!17postfix: add fsmpi smtp mynetworks exception
Pipeline #3409 passed
...@@ -23,6 +23,9 @@ dnsblog unix - - y - 0 dnsblog ...@@ -23,6 +23,9 @@ dnsblog unix - - y - 0 dnsblog
tlsproxy unix - - y - 0 tlsproxy tlsproxy unix - - y - 0 tlsproxy
{% else %} {% else %}
smtp inet n - y - - smtpd smtp inet n - y - - smtpd
{% if postfix_fsmpi|default(false) %}
-o smtpd_sender_restrictions=permit_mynetworks,reject_sender_login_mismatch
{% endif %}
{% endif %} {% endif %}
{% if postfix_enable_submission %} {% if postfix_enable_submission %}
submission inet n - y - - smtpd 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