mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Now using rspamd as milter in postfix
This commit is contained in:
parent
7991207be4
commit
2979e0b97b
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ smtp_reply_filter = pcre:/etc/postfix/smtp_reply_filter
|
||||||
# Rmilter
|
# 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}
|
||||||
milter_protocol = 6
|
milter_protocol = 6
|
||||||
smtpd_milters = unix:/run/rmilter/rmilter.sock
|
smtpd_milters = inet:localhost:11332
|
||||||
|
|
||||||
# Skip email without checking if milter has died
|
# Skip email without checking if milter has died
|
||||||
milter_default_action = accept
|
milter_default_action = accept
|
||||||
|
|
Loading…
Add table
Reference in a new issue