|
|||||||||||
|
Re: trusted_networks and RCVD_IN_DNSWL_*
From: Alex Woick <alex(at)wombaz.de>
Date: Thu Oct 18 2007 - 05:29:52 EDT
>> header RCVD_IN_DNSWL_LOW X-DNS-Whitelist =~ /^low/ > 2) Postfix adds the X-DNS-Whitelist header for this server. With this setup, the header reflects the DNSWL status of the system that sends the mail to your system. That would be web.de, for example, if web.de delivers to you. This ignores trusted_networks. SA has to check the system that sends to web.de - one step further in the received: chain. For this, SA 3.2.* has its own rules for DNSWL, which you throw away with your custom rule, since they are identically named. The built-in rule for SA 3.2.* is:
header RCVD_IN_DNSWL_LOW eval:check_rbl_sub('dnswl-firsttrusted',
'127.0.\d+.1')
With this rule, not the directly sending system is checked for DNSWL, but the sender that sends the mail to the first trusted system in the trusted-path. That would be the system that sent the mail to web.de. The X-DNS-Whitelist header from Postfix is not needed.
How to correct the situation:
Tschau
This archive was generated by hypermail 2.1.8 : Sat Jul 05 2008 - 20:22:49 EDT |
||||||||||
|
|||||||||||