mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
mail: fix opendkim assuming mails arent authenticated because of missing {auth_type} from postfix
This commit is contained in:
parent
b9178e750c
commit
88b11bee09
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue