John Goubeaux wrote: > Ok so I am a little confused on the "trusted networks" concept. Here > is my setup, or at least what I would like to accomplish: > > MTA 128.111.24.40 ( which I trust) relays some mail to my MTA that is > running SA, I want my network tests to be run on the hosts that send > to it in all cases, and NOT run any of the tests on it. > > How do I accomplish this? do I do it using the trusted network line > in my .cf file Yes.. and if you decalare an internal_networks, be sure it's in internal_networks too.. (most folks just declare trusted_networks, in which case SA uses the same value for both). > or do I need to also use -firsttrusted individually for the DNSBL tests? No. As long as it's trusted and internal, it won't be checked. And, the DUL checks will apply against the hosts that deliver mail to 128.111.24.40.
> > This should be a pretty simple case but I cannot seem to get SA to > always run the network tests on the hop right before 128.111.24.40 > > > Thanks ! > > -john >