1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 11:54:39 +02:00

postfix: Add dkim injecton port 10027

Signed-off-by: Florian Pritz <bluewind@xinu.at>
This commit is contained in:
Florian Pritz 2017-11-25 17:52:17 +01:00
parent 031ac20be3
commit db9cd7c42a
No known key found for this signature in database
GPG Key ID: 6D1655C14CE1C13E

View File

@ -104,6 +104,22 @@ scache unix - - n - 1 scache
-o smtpd_tls_security_level=none
{% endif %}
# injection port that provides dkim signatures to mails coming in. same as above but milters enabled
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
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=$post_queue_smtpd_recipient_restrictions
-o smtpd_data_restrictions=
-o smtpd_end_of_data_restrictions=
-o mynetworks=127.0.0.0/8
-o receive_override_options=no_unknown_recipient_checks
-o smtpd_tls_auth_only=no
-o smtpd_reject_footer=
-o smtpd_tls_security_level=none
{% if postfix_patchwork_enabled %}
patchwork unix - n n - - pipe
flags=DFRX user={{postfix_patchwork_user}} argv={{postfix_patchwork_mail_handler}}