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?
Something is already binding to port 25. Probably sendmail, postfix, or exim. Remove it.
To verify which one it is, on Linux you can do netstat -lntpe to view which programs are listening on which ports.
Bill
