Page 1 of 1

Spamassasin blocking mail from local subnet?

Posted: Sun May 14, 2006 11:18 pm
by Chewie71
I have a couple users who aren't able to send email for some reason. They get the error... 550: denied due to spam list.

Is there a way to tell spamassissin not to scan emails sent from internal clients?

I enabled smtp debugging and this is what my Scalix smtpd.log is showing.

Cli 5923/1 sent : 250 my.mail.server Hello [192.168.1.97], pleased to meet you

Cli 5923/1 rcvd: 'MAIL FROM: <sender@here.com>'
Cli 5923/1 sent : 250 sender@here.com... Sender ok

Cli 5923/1 rcvd: 'RCPT TO: <recipient@there.com>'
Rejected relay attempt from sender@here.com at 192.168.1.97 to recipient@there.com
Cli 5923/1 sent : 550 Denied due to spam list

Posted: Mon May 15, 2006 6:43 am
by ScalixSupport
Hello,

this is not Spamassassin blocking the mail but the local smtp relay. Please make sure your local network is listed in /var/opt/scalix/sys/smtpd.cfg like this:

RELAY ACCEPT 192.168.1.0/255.255.255.0

Cheers,

Sascha.