Re: disable trusted_networks and internal_networks

2010-07-24 Thread Benny Pedersen
On lør 24 jul 2010 15:05:22 CEST, Matt Kettler wrote [snip] However, 127.0.0.1 should exist. NO_RELAYS means SA interpreted the mail as having no origin at all, not even localhost, and that implies a serious lack of information being passed to SA. sendmail -bv root gives me a nice NO_RELAYS in

Re: disable trusted_networks and internal_networks

2010-07-24 Thread Matt Kettler
On 7/23/2010 10:05 AM, Benny Pedersen wrote: > On fre 23 jul 2010 04:49:40 CEST, Matt Kettler wrote >> Fair enough... I was keying off Benny's suggestion to lower the score of >> both ALL_TRUSTED and NO_RELAYS, the latter of which is never a good >> sign. > > as all in life it depends :=) > > grep

Re: disable trusted_networks and internal_networks

2010-07-23 Thread Benny Pedersen
On fre 23 jul 2010 04:49:40 CEST, Matt Kettler wrote Fair enough... I was keying off Benny's suggestion to lower the score of both ALL_TRUSTED and NO_RELAYS, the latter of which is never a good sign. as all in life it depends :=) grep NO_RELAYS /var/log/messages to see if all is accepted ham

Re: disable trusted_networks and internal_networks

2010-07-22 Thread Matt Kettler
On 7/20/2010 9:07 AM, Bowie Bailey wrote: > On 7/19/2010 8:23 PM, Matt Kettler wrote: > >> On 7/16/2010 2:31 PM, Cliff Hayes wrote: >> >>> Hello, >>> >>> Our webmail server is on the same server as sendmail and spamassassin. >>> >>> I would like to filter outbound webmail but can't because

Re: disable trusted_networks and internal_networks

2010-07-20 Thread Bowie Bailey
On 7/19/2010 8:23 PM, Matt Kettler wrote: > On 7/16/2010 2:31 PM, Cliff Hayes wrote: >> Hello, >> >> Our webmail server is on the same server as sendmail and spamassassin. >> >> I would like to filter outbound webmail but can't because the most recent >> versions of spamassassin have 127.0.0.1 tru

Re: disable trusted_networks and internal_networks

2010-07-19 Thread Matt Kettler
On 7/16/2010 2:31 PM, Cliff Hayes wrote: > Hello, > > Our webmail server is on the same server as sendmail and spamassassin. > > I would like to filter outbound webmail but can't because the most recent > versions of spamassassin have 127.0.0.1 trusted by default. > > How can I override this? Or i

RE: disable trusted_networks and internal_networks

2010-07-17 Thread Benny Pedersen
On fre 16 jul 2010 21:23:22 CEST, Cliff Hayes wrote PERFECT! THANKS! You're right. I use mimedefang too. I capitalized ALL_TRUSTED and NO_RELAYS and put them in sa-mimedefang.cf and now everything is scanned. Thanks again :) scan some mails like this: spamassassin -t msg does it works l

RE: disable trusted_networks and internal_networks

2010-07-16 Thread Cliff Hayes
users@spamassassin.apache.org Subject: Re: disable trusted_networks and internal_networks On fre 16 jul 2010 20:31:21 CEST, Cliff Hayes wrote > How can I override this? Or is that a bad idea for other reasons? score all_trusted 0.01 score no_relays 0.01 but as i can see you use mimedefang w

Re: disable trusted_networks and internal_networks

2010-07-16 Thread Benny Pedersen
On fre 16 jul 2010 20:31:21 CEST, Cliff Hayes wrote How can I override this? Or is that a bad idea for other reasons? score all_trusted 0.01 score no_relays 0.01 but as i can see you use mimedefang with have independice networking setup for what not to scan if its sent to mimedefang its s

disable trusted_networks and internal_networks

2010-07-16 Thread Cliff Hayes
Hello, Our webmail server is on the same server as sendmail and spamassassin. I would like to filter outbound webmail but can't because the most recent versions of spamassassin have 127.0.0.1 trusted by default. How can I override this? Or is that a bad idea for other reasons? Thanks in advanc