Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: jfarschman on July 26, 2006, 11:34:44 PM

Title: Turn off outgoing email spam checks
Post by: jfarschman on July 26, 2006, 11:34:44 PM
Hi,

  What's the best way to turn off outgoing email spam checks?

 /var/log/spamd/current shows a message like this every time I send.

Code: [Select]

@4000000044c7df353942b2f4 [4099] info: spamd: connection from localhost [127.0.0.1] at port 33444
@4000000044c7df3539e0566c [4099] info: spamd: checking message <000401c6b0fa$d750b0e0$0207060a@newboy> for qpsmtpd:1005
@4000000044c7df3720b7bd74 [4099] info: spamd: clean message (0.0/5.0) for qpsmtpd:1005 in 1.6 seconds, 9289 bytes.
@4000000044c7df3720b7cd14 [4099] info: spamd: result: . 0 - HTML_MESSAGE scantime=1.6,size=9289,user=qpsmtpd,uid=1005,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=33444,mid=<000401c6b0fa$d750b0e0$0207060a@newboy>,autolearn=disabled
@4000000044c7df372473890c [3674] info: prefork: child states: II


Thanks.
Title: Turn off outgoing email spam checks
Post by: byte on July 26, 2006, 11:50:04 PM
I'm sure you know you can via the email panel and disabling it? Although it will disable incoming and outgoing.
Title: Turn off outgoing email spam checks
Post by: jfarschman on July 26, 2006, 11:52:40 PM
Byte,

  I'm a big fan of inbound filtering.  It's great.  I just want to turn off the inbound part.  I tried whitelist-ing my email address but that doesn't seem to work.
Title: Turn off outgoing email spam checks
Post by: byte on July 27, 2006, 12:11:31 AM
Hi Jay,

Does this bug help?...

http://bugs.contribs.org/show_bug.cgi?id=1571

Not sure whether you mean auto listing.

You could use badmailform (if I remeber) if not I'll have look at the notes I've got and get back to you
Title: Turn off outgoing email spam checks
Post by: jfarschman on July 27, 2006, 12:47:12 AM
Hi Byte,

Quote
Not sure whether you mean auto listing.


  I'm not sure if I mean auto-whitelist-ing either.  I read through that bug, but I'm a little ignorant about the auto-whitelist feature.  Does this let you whitelist your own domain?

  I think I did too much thinking today.  :-P
Title: Turn off outgoing email spam checks
Post by: jfarschman on July 27, 2006, 07:01:12 PM
Hey....

  What happens if I change the local.cf so that it allows the entire LAN to be trusted instead of just the host.  Like this:

trusted_networks 192.168.1.10 192.168.1. 127.

the spamd log then says "....spamd: result: . -1 - ALL_TRUSTED...."

I think this will work?  Am I crazy?


 :-o
Title: Re: Turn off outgoing email spam checks
Post by: CharlieBrady on July 27, 2006, 07:37:12 PM
Quote from: "jfarschman"

What's the best way to turn off outgoing email spam checks?


That's an existing New Feature Request:

http://bugs.contribs.org/show_bug.cgi?id=1136
Title: Turn off outgoing email spam checks
Post by: jfarschman on July 27, 2006, 09:39:29 PM
Thanks....

  I like that feature.  I'll follow bugzilla and test when you guy are ready.