13 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Courier SMTP not ...
FromSent OnAttachments
Robert Steinmetz AIAJul 12, 2006 12:26 pm 
Mark BucciarelliJul 12, 2006 12:46 pm 
Gordon MessmerJul 12, 2006 1:27 pm 
Gordon MessmerJul 12, 2006 1:32 pm 
Jeff JansenJul 12, 2006 1:37 pm 
Mark BucciarelliJul 12, 2006 1:44 pm 
Gordon MessmerJul 12, 2006 2:07 pm 
Gordon MessmerJul 13, 2006 11:16 am 
Gordon MessmerJul 13, 2006 1:38 pm 
Gordon MessmerJul 13, 2006 3:47 pm 
Gordon MessmerJul 15, 2006 7:32 am 
Robert SteinmetzJul 15, 2006 8:07 am 
Gordon MessmerJul 15, 2006 10:25 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] Courier SMTP not responsingActions...
From:Gordon Messmer (yiny@eburg.com)
Date:Jul 13, 2006 11:16:43 am
List:net.sourceforge.lists.courier-users

Robert Steinmetz AIA wrote:

Gordon Messmer wrote:

Robert Steinmetz AIA wrote:

I have installed courier and the various daemons appear to be running but courier is not accepting inbound SMTP connections.

daemon 6439 6431 0 13:58 ? 00:00:00 ./courieresmtp

That's the module that processes outbound messages. You probably need to set ESMTPDSTART=YES in etc/courier/esmtpd.

esmtp contains this entry already;

ESMTPDSTART="YES"

Then, after starting courier, you should see a process like this:

$ ps axf | grep smtpd 2580 ? S 0:00 /usr/lib/courier/sbin/couriertcpd -stderrlogger=/usr/sbin/courierlogger -user=daemon -group=daemon -access=/etc/courier/smtpaccess.dat -maxprocs=40 -maxperc=5 -maxperip=5 -pid=/var/spool/courier/tmp/esmtpd.pid smtp /usr/lib/courier/sbin/courieresmtpd

If you're on a GNU system, netstat can also tell you that Courier is running smtp:

# netstat -tlnp | grep :25 tcp 0 0 :::25 :::* LISTEN 2580/couriertcpd