Commit cc46900c authored by The Heavy's avatar The Heavy 🚂
Browse files

Change OpenDKIM to Unix sockets instead of TCP

parent 0c6df01a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Selector oolielupebei
Canonicalization    simple
Mode                sv
SubDomains          no
Socket              inet:8891@localhost
Socket              local:/run/opendkim/opendkim.sock
PidFile             /run/opendkim/opendkim.pid
OversignHeaders     From
TrustAnchorFile     /usr/share/dns/root.key
+4 −0
Original line number Diff line number Diff line
@@ -70,3 +70,7 @@ smtpd_helo_required = yes
smtpd_sasl_auth_enable = yes
# from the postfix docs: Enable interoperability with remote SMTP clients that implement an obsolete version of the AUTH command (RFC 4954). Examples of such clients are MicroSoft Outlook Express version 4 and MicroSoft Exchange version 5.0. 
broken_sasl_auth_clients = yes

# filter mail through opendkim, which won't open a port under docker for reasons
smtpd_milters = unix:/run/opendkim/opendkim.sock
non_smtpd_milters = unix:/run/opendkim/opendkim.sock