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
0b0a8096
Commit
0b0a8096
authored
Nov 18, 2019
by
Phillip Smith (fukawi2)
Browse files
add postfix port 10027 back to master.cf
parent
76530490
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/postfix/templates/master.cf.j2
View file @
0b0a8096
...
...
@@ -107,8 +107,10 @@ scache unix - - n - 1 scache
-o smtpd_tls_security_level=none
{% endif %}
{% if postfix_server %}
# injection port that provides dkim signatures to mails coming in. same as above but milters enabled
# a port listening on localhost only to allow local services (eg, webapps etc)
# to relay mail without waiting for filtering checks etc that are applied to
# port 25 connections. specifically, flyspray seems to send emails sequentially
# so any delays in delivery cause noticable delays for users on the web ui.
127.0.0.1:10027 inet n - n - - smtpd
-o syslog_name=postfix/dkim-injector
-o smtpd_authorized_xforward_hosts=127.0.0.0/8
...
...
@@ -123,7 +125,6 @@ scache unix - - n - 1 scache
-o smtpd_tls_auth_only=no
-o smtpd_reject_footer=
-o smtpd_tls_security_level=none
{% endif %}
{% if postfix_patchwork_enabled %}
patchwork unix - n n - - pipe
...
...
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