On Fri, 26 Jun 2015 09:36:56 -0700 PGNd wrote: > On my local server, I have SA running from within postfix+amavisd > > My TRUST PATH works for 'sent-directly-to-me' mail. For > 'forwarded-to-me' mail, it incorrectly IDs my own internal IPs as > untrusted relays. > > How do I teach SA to correctly NOT id my own servers as untrusted? >
They shouldn't be trusted unless there is a chain of trust. They don't matter anyway since they are from the original relay before the email was forwarded. > internal_networks 127.0.0.0/8 192.168.1.100/24 > 192.168.2.100/24 X.X.X.142/32 X.X.X.143/32 > trusted_networks 192.168.1.100/24 192.168.2.100/24 > X.X.X.142/32 X.X.X.143/32 66.111.4.0/24 82.221.106.240/29 > X-Spam-Relays-Untrusted: > [ ip=66.111.4.29 rdns=out5-smtp.messagingengine.com > helo=out5-smtp.messagingengine.com What's actually odd here is that 66.111.4.29 is in 66.111.4.0/24 and so should be trusted.