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
aefc6584
Commit
aefc6584
authored
Oct 21, 2021
by
Lars Beckers
Browse files
Merge branch 'fsmpi-smtp-mynetworks' into 'master'
postfix: add fsmpi smtp mynetworks exception See merge request
!17
parents
06dd4eac
b6d6c4c3
Pipeline
#3420
passed with stage
in 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
postfix/templates/master.cf.j2
View file @
aefc6584
...
...
@@ -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
Markdown
is supported
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