Eric Daigneault wrote:
> 
> Hi....
> 
> I need some help here.  I have a hard time making the IMAP service work on
> one ( multiple ) machine.  Here is the problem, if I put my IPTables script
> up, the IMAP service still work, but it's slow like hell.  I did check the
> log for some feed back, but did'nt got me anywhere.  If the script is down,
> everything is perfect.

Hi Eric,

did you ever try to tcpdump what's going on?
I wouldn't mind betting that it's the ident(d)-lookups that time you out ...

just try the following while your script is up and running:

iptables -I INPUT -p tcp -m tcp --dport 113 -j REJECT --reject-with tcp-reset

after you've done that, everything should work fine ...

Regards
        Karl

Reply via email to