PDA

View Full Version : Exim - Delay before sending mail



mallaire
05-25-2004, 05:19 AM
Hi,

When sending mail through the SMTP (I'm using Mozilla Thunderbird), it takes about 15-20 seconds before sending the message...

Is this a problem, or if it's a setting that I can change somewhere?

We have another server also running with DirectAdmin, and we never had this problem on the other one.

Please... help me!

nebukazar
05-25-2004, 06:06 AM
Hi,

is the server located in the same DC ? If not, the routing might be different and take more time to reach his destination.

mallaire
05-25-2004, 06:08 AM
Everything is on the same machine. The webserver, the mailserver, etc... And they all have the same IP.

DirectAdmin Support
05-25-2004, 10:44 AM
Make sure you have:

rfc1413_query_timeout = 0s

in the top section of your exim.conf (if you find it, it's probably in the right place). If not, just add it.

Or else just get the current exim.conf from our system:

wget -O /etc/exim.conf http://files.directadmin.com/services/exim4.conf
service exim restart

John