Re-enable the built-in nginx resolver for traffic going through the mail plugin.
This is required for passing rDNS/ptr information to postfix. The mail proxy uses the resolver info for passing XCLIENT info. See http://nginx.org/en/docs/mail/ngx_mail_proxy_module.html#xclient Without this info rspamd will flag all messages with DHFILTER_HOSTNAME_UNKNOWN due to the missing rDNS/ptr info.master
parent
519ef804a7
commit
4b491d9de5
@ -0,0 +1,3 @@
|
||||
Re-enable the built-in nginx resolver for traffic going through the mail plugin.
|
||||
This is required for passing rDNS/ptr information to postfix.
|
||||
Without this rspamd will flag all messages with DHFILTER_HOSTNAME_UNKNOWN due to the missing rDNS/ptr info.
|
Loading…
Reference in New Issue