Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
00a42106
Commit
00a42106
authored
Jul 03, 2017
by
Florian Pritz
Browse files
postfix: Use SASL only for main server
Signed-off-by:
Florian Pritz
<
bluewind@xinu.at
>
parent
215c95fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/postfix/templates/main.cf.j2
View file @
00a42106
...
...
@@ -135,6 +135,7 @@ unknown_address_reject_code = 550
smtpd_reject_footer = For assistance contact <postmaster@archlinux.org>. Please provide the following information in your problem report: time ($localtime) and client ($client_address).
{% if postfix_server %}
smtpd_sasl_auth_enable = yes
smtpd_tls_auth_only = yes
...
...
@@ -145,6 +146,7 @@ smtpd_sasl_path = /var/run/dovecot/auth-client
smtpd_tls_received_header = yes
# needed for SA
smtpd_sasl_authenticated_header = yes
{% endif %}
{% if postfix_server %}
smtpd_sender_login_maps =
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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