SpamAssassin timeouts

Erik van der Leun evanderleun at HAL9000.NL
Mon Jul 4 10:12:41 IST 2005


This is all I do in iptables, on ports UDP/53 and TCP/53...
(in a DROP all policy)

But I don't believe I changed anything regarding this lately... :)


iptables -A INPUT  -i $iface -p udp --sport 53 -d $ip --dport $unpriv -j ACCEPT
iptables -A OUTPUT -o $iface -p udp -s $ip --sport $unpriv --dport 53 -j ACCEPT
iptables -A INPUT  -i $iface -p tcp ! --syn --sport 53 -d $ip --dport $unpriv -j
  ACCEPT
iptables -A OUTPUT -o $iface -p tcp -s $ip --sport $unpriv --dport 53 -j ACCEPT


On Mon, 4 Jul 2005, Chris Russell wrote:

> Hi,
>
>> Since approximately a week, I've been having timeouts with
> SpamAssassin on any databases I check.
>> I never experienced such problems before, but I know others have...
>
> The blocklists are generally DNS based, and queried via a DNS query.
> Check to see your DNS setup is fully functioning, and also that your
> firewall permits dns packets larger than 512 bytes.
>
> Cheers
>
> Chris
>
>
>
>
>
> ___________________________________________________________________
>
> The contents of this e-mail may be privileged and are confidential.
> It may not be disclosed to or used by anyone other than the
> addressee(s), nor copied in any way.  Any views or opinions
> presented are solely those of the author and do not necessarily
> represent those of Knowledge Limited.
>
> If received in error, please advise the sender, then delete it from
> your system.
> ___________________________________________________________________
>
> ------------------------ MailScanner list ------------------------
> To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
> 'leave mailscanner' in the body of the email.
> Before posting, read the Wiki (http://wiki.mailscanner.info/) and
> the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).
>
> Support MailScanner development - buy the book off the website!
>

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the Wiki (http://wiki.mailscanner.info/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).

Support MailScanner development - buy the book off the website!




More information about the MailScanner mailing list