Here's what I got - I thought I had killed sendmail. <?>
# netstat -anp --inet | grep :25
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3250/sendmail: acce
Jason 'XenoPhage' Frisvold wrote:
Allen Taylor wrote:
I have the following error messages in my "current" Qmail SMTPD log:
@4000000044473fe63b137384 tcpserver: fatal: unable to bind: address already used @4000000044473fe800b71524 tcpserver: fatal: unable to bind: address already used @4000000044473fe901f749cc tcpserver: fatal: unable to bind: address already used
I am unable to receive mail from the "outisde". Any clues?
Looks to me like something is already bound to port 25... Try this :
netstat -anp --inet | grep :25
That should show you what's using it.
