Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
communication
Commits
b6d6c4c3
Commit
b6d6c4c3
authored
Oct 21, 2021
by
Lars Beckers
Browse files
postfix: add fsmpi smtp mynetworks exception
parent
7a107269
Pipeline
#3409
passed with stage
in 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
postfix/templates/master.cf.j2
View file @
b6d6c4c3
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment