Portal Home > Knowledgebase > Articles Database > Qmail smtp long time connection problems
Qmail smtp long time connection problems
Posted by Emin, 11-08-2007, 04:47 PM |
I had Qmail installed and configure more than 2 years.
Last week, when I using Post Client (The Bat) try to send email, "Connection to Host" message shows Toooo long (aprox. 10 minutes)
POP3 connection working well.
OS RedHat Linux 2.4.25
[root@host smtp]# tail /var/log/qmail/smtp/current
@400000004733722622dcef34 tcpserver: status: 16/20
@400000004733722623095e34 -Table 'vpopmail.relay' doesn't exist-db_close() called!
@4000000047337226230be6a4 db_ping() is re-calling open_db!
@40000000473372262311f954 tcpserver: status: 17/20
@400000004733722623ad3b6c tcpserver: pid 6923 from 76.65.180.227
@400000004733722625a588fc -Table 'vpopmail.relay' doesn't exist-db_close() called!
@400000004733722625cf11cc db_ping() is re-calling open_db!
@400000004733722625fe863c tcpserver: pid 6926 from 76.65.180.227
@400000004733722d1b7434b4 tcpserver: end 6190 status 0
@400000004733722d1b744454 tcpserver: status: 16/20
and ps -aux return approx 10-15 lines with:
vpopmail 7330 0.0 0.1 2152 788 ? S 15:32 0:00 /usr/bin/tcpserver -v -R -S -p -x /etc/tcprules.d/tcp.smtp.cdb -c 20 -u 107 -g ...
I don`t know where to find the problem?
Please help!
|
Posted by Emin, 11-08-2007, 05:28 PM |
Seems problem fixed. I have created relay table in the vpopmail DB:
CREATE TABLE relay ( ip_addr char(18) NOT NULL default '',
timestamp char(12) default NULL,
name char(64) default NULL,
PRIMARY KEY (ip_addr)
) TYPE=ISAM PACK_KEYS=1;
and restarted mysql and qmail services.
Now main problem resolved - smtp connect is working as usually.
But still 10-15 /usr/bin/tcpserver processes are available in the processes list...
|
Posted by Emin, 11-09-2007, 09:24 AM |
Problem still exists
Where also can I check to find the problem?
|
Add to Favourites Print this Article
Also Read