Hi people!
There's an imap mail server (courier) running on my server. The problem
is when iptables is also running, downloading headers and mails is slow
slow slow. I'm using Outlook and Thunderbird and I have to wait for
server for about 5 minutes and at last headers are downloaded.
A telnet against mail server takes a few minutes when explore Inbox,
same as using Thunderbird/outllok.
The iptables rule is: iptables -A INPUT -t tcp --dport 143 -j ACCEPT
I know it's a iptables misconfiguration because if I add the rule:
iptables -A INPUT -p tcp -j ACCEPT then imap server is running ok but I
don't want to use that rule
I tried accepting all ICMP and UDP packets and doesn't work.
What I'm doing wrong?
thanks!