Natalio Gatti wrote:
On Mon, Mar 10, 2008 at 7:00 AM, Istvan Köpe <[EMAIL PROTECTED]> wrote:
Hi,
Every Monday I'm sending a newsletter to a couple of thousands of mail
addresses. During the weekend I modified in simcontrol spam_hits from 12
to 5. As a result Outlook was unable to send the newsletter. Unable
means no error message, just sending/processing forever. In that list of
email addresses are many invalid addresses too, which generate 256
errors, which are time-out-s, but correct me if I'm wrong and I also
seen simscan: connect error 2 errors. But even if there are error, it
worked before and I don't see the connection between the spam_hits
parameter. In the Linux world I know that there is no such thing as,
something works today, but it doesn't work after a while, like in case
of Windows.
So there are two possibilities: or Qmailtoaster was not configured
well(less probable, because is to simple to configure), or the spam_hits
parameter affected qmailtoaster's functionality.
What do you think?
Istvan
check your spamd log to see if spamassassin is flagging your mail as
spam: /var/log/qmail/spamd/current
Natalio.
Yes, this is good to mention, I've disabled the spam checking for local
addresses in the tcp.smtp file
192.:allow,RELAYCLIENT="",RBLSMTPD="",NOP0FCHECK="1"
That means it should not check it for spam, nor else, just send it. Right?