View Full Version : Slow SMTP Sending
Percy
07-17-2003, 11:05 PM
I used to have PSA on my server, and my server would take a long time to send mail through SMTP. By editing the xinetd.conf file, I was able to add -R for qmail which stopped the reverse lookup. This worked wonders and my messages would send almost immediately.
I have tried a couple different things for DirectAdmin, not with any success. Does anyone have some more knowledge in exim/vm-pop3d to help me out here?
Thanks,
-Percy
DirectAdmin Support
07-18-2003, 11:02 AM
Hello,
To disable reverse lookup on all hosts making a connection to exim, simply comment out the line:
host_lookup = *
by adding a # in front of it (in the /etc/exim.conf), then restart exim:
service exim restart
Hope this helps,
John
Percy
08-02-2003, 03:43 PM
It still seems to be slow, taking up to a minute or even more to send an e-mail. Have tried with the following settings:
- SMTP Login: Use same login as POP3
- SMTP Login: Login to POP3 before
- SMTP Login: none
The last one gives me a system administrator e-mail error saying it can't relay, which is what I would expect. However, it is still slow. My Plesk server sends the e-mail instantly, with SMTP authentication.
Thanks for any help,
-Percy
DirectAdmin Support
08-02-2003, 03:58 PM
Hmm... that's interesting. You might send us your ip/root pass, as well as admin/admin pass so we can test it out and see where the slowdown is... You might try telneting to see if the slowdown is being caused by the lack of a connection...
telnet 1.2.3.4 25 and see how long it takes to connect.... not too sure.
John
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.