From 88b11bee0919ffa418b63978972b1469a5f6c0d3 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 17 Jul 2024 18:37:15 +0200 Subject: [PATCH] mail: fix opendkim assuming mails arent authenticated because of missing {auth_type} from postfix --- conf/postfix/main.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/postfix/main.cf b/conf/postfix/main.cf index f435fe243..193875619 100644 --- a/conf/postfix/main.cf +++ b/conf/postfix/main.cf @@ -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