30 secs delay for every SMTP connection
Posted: Mon Jul 24, 2006 7:57 am
Hi,
I'm having some delay trouble with every SMTP connection. If I do a telnet to my server on port 25, the connection is established but i have to wait about 30 secs to recieve the 220 response. However if I do the same from the local machine (telnet localhost 25) i get an instant response.
If I stop spamassassin and reconfigure mailscanner, I get an instant response again.
I tried the famous -Rt0 and restart xinetd but no effect. My resolv.conf contains nameservers from my ISP and 127.0.0.1
This is my smtp_psa:
service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /usr/sbin/rblsmtpd -r blackholes.mail-abuse.org /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}
any help would be apreciated
I'm having some delay trouble with every SMTP connection. If I do a telnet to my server on port 25, the connection is established but i have to wait about 30 secs to recieve the 220 response. However if I do the same from the local machine (telnet localhost 25) i get an instant response.
If I stop spamassassin and reconfigure mailscanner, I get an instant response again.
I tried the famous -Rt0 and restart xinetd but no effect. My resolv.conf contains nameservers from my ISP and 127.0.0.1
This is my smtp_psa:
service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = -Rt0 /usr/sbin/rblsmtpd -r blackholes.mail-abuse.org /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}
any help would be apreciated