3 messages in net.sourceforge.lists.courier-usersRe: [courier-users] ESMTP not accepti...
FromSent OnAttachments
Matthew PieklikFeb 18, 2002 11:09 am 
Edwin CulpFeb 18, 2002 11:27 am 
Roland SchneiderFeb 18, 2002 12:01 pm 
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] ESMTP not accepting any connectionsActions...
From:Roland Schneider (list@serv.ch)
Date:Feb 18, 2002 12:01:41 pm
List:net.sourceforge.lists.courier-users

--Matthew Pieklik wrote on 18.02.2002 11:09 -0800:

"netstat -a" shows my machine listening on port 587, but not 25.

esmtpd was not started.

from etc/esmtpd

--- ADDRESS=127.0.0.1,10.10.10.15

This is not a valid IPv4-address -> rtfm couriertcpd(1)

PORT=25

ESMTP seems to be running,

esmtpd would hide behind 'couriertcpd', but you have only one of this running (msa) and courieresmtp is something different.

Just start esmtpd, and use `ps -axw | grep courier` to see the arguments of the processes or check the logs if something fails.

Roland