mailsystem: postfix: Reduce information forwarded to rspamd milter
This commit is contained in:
parent
0fb4242c3b
commit
72d6ba1ec6
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ in {
|
|||
"unix:${rspamdProxySocket}"
|
||||
];
|
||||
milter_protocol = "6";
|
||||
milter_mail_macros = "i {mail_addr} {client_addr} {client_name} {auth_type} {auth_authen} {auth_author} {mail_addr} {mail_host} {mail_mailer}";
|
||||
milter_mail_macros = "i {mail_addr} {client_addr} {client_name} {auth_authen}";
|
||||
|
||||
# Fix for https://www.postfix.org/smtp-smuggling.html
|
||||
smtpd_forbid_bare_newline = "yes";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue