6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] SMTP connections ...
FromSent OnAttachments
Josh M. HurdJun 23, 2005 4:05 pm 
Randall ShawJun 23, 2005 4:17 pm 
Gordon MessmerJun 24, 2005 1:05 am 
Gordon MessmerJun 24, 2005 1:14 am 
Randall ShawJun 24, 2005 8:55 am 
Jerry AmundsonJun 24, 2005 9:02 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] SMTP connections very slow/timing outActions...
From:Randall Shaw (cour@randallshaw.com)
Date:Jun 24, 2005 8:55:48 am
List:net.sourceforge.lists.courier-users

Gordon Messmer scribbled something like:

Because of this slow response, I have simply set all my mailboxes to use my ISP's smtp server for outgoing email as it is instant when I hit "Send Mail Now". Wish ours was that fast, and maybe what Josh wrote, is also the problem I am seeing with our courier setup?

You should probably edit the esmtpd file and disable tcp and ident lookups before looking for problems with other settings.

I changed the default: TCPDOPTS="-stderrlogger=/usr/sbin/courierlogger"

To: TCPDOPTS="-nodnslookup -noidentlookup -stderrlogger=/usr/sbin/courierlogger"

And it appears to be much quicker to send email through the server now. Although I am not sure I like that solution, as it reduces functionality of esmtpd. Decisions decisions...