PDA

View Full Version : pop3 timeouts


andron26
1st February 2008, 12:18
Hello,

I have ISPConfig with OpenSuse 10.2 installed by perfect setup guide. Everything worked fine for about 6 months. Now I have users which started to have timeouts when they uses pop3 e-mail clients and download messages with bigger attachments. They have to try several times before they can retrieve e-mail. When they connect to webmail they can retrieve e-mail without problem.
What could be the reason? There are a lot of hard disk space, CPU utilization is about 30%, there is enough RAM. I'have changed maxperip value in pop3d config file but nothing helped.
How can I see detailed pop3 log? Is it possible to trace connection to pop3 server? In mail log there is only who and when connected.

Thanks in advance and sorry for my english.

till
1st February 2008, 12:45
And you use maildir as described in the perfect setup or mbox?

andron26
1st February 2008, 12:56
I use Maildir.

falko
2nd February 2008, 19:53
Any errors in your logs? What are the outputs of netstat -tap, df -h and repquota -avug?

andron26
4th February 2008, 09:53
Attached output.

andron26
5th February 2008, 16:04
Netstat shows a lot of time_wait connections on port 110. What does this mean?

falko
5th February 2008, 17:29
Might be some kind of DOS attack. That would explain the timeouts your users sometimes have when they try to download mails...

andron26
6th February 2008, 10:40
Is it possible to log detail connection between mail client and pop3 server?

falko
6th February 2008, 13:45
It's logged in the mail log (/var/log/mail on SUSE).

andron26
7th February 2008, 09:24
I know but I need more detailed log. I mean full connection log between client and server (HELLO, USER, PASS, STAT etc.)

till
7th February 2008, 12:39
You can try to increase the postfix log level:

http://www.onlamp.com/pub/a/onlamp/2004/01/22/postfix.html

andron26
7th February 2008, 14:42
Thanks a lot.