Turned on/enabled, sorry for wrong choice of words. Actually I got this advice from this very same list, noone seemed to respond to the advice given in a bad way so I went ahead and did it. Knowing what you told me now what would be the proper setup for my server? Its just a single server that runs SA for hosted domains. Do I just add the ip address of the local server and that's all?
Thanks Robert -----Original Message----- From: Matt Kettler [mailto:[EMAIL PROTECTED] Sent: Thursday, January 12, 2006 9:32 AM To: Robert Bartlett Cc: users@spamassassin.apache.org Subject: Re: AWL and trusted_networks Robert Bartlett wrote: > I had the same problem when I turned on trusted_networks. Turned on? Please elaborate.. There is no "off" for trusted_networks. SA always parses trust, not matter what you do. > I was told to put this in my local.cf for SA: > > score ALL_TRUSTED 0 > > It seemed to resolve the problem ACCCK.. Please don't listen to whoever told you to do that!!!! In general it's a VERY bad idea to set ALL_TRUSTED to 0. All you're doing is covering up the most noticeable symptom of a more serious problem (broken trust). If your trusted_networks is declared manually, and correctly, you should never see ALL_TRUSTED fire off for external mail. If you still see ALL_TRUSTED matching external mail, you've got serious problems that need fixing.