mail: fix opendkim assuming mails arent authenticated because of missing {auth_type} from postfix

This commit is contained in:
Alexandre Aubin 2024-07-17 18:37:15 +02:00
parent b9178e750c
commit 88b11bee09

View file

@ -182,7 +182,7 @@ smtp_header_checks = regexp:/etc/postfix/header_checks
smtp_reply_filter = pcre:/etc/postfix/smtp_reply_filter
# Rmilter
milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen}
milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen} {auth_type}
milter_protocol = 6
smtpd_milters = inet:localhost:8891
non_smtpd_milters = inet:localhost:8891