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. -- --------------------------- Jason 'XenoPhage' Frisvold Engine / Technology Programmer [EMAIL PROTECTED] RedHat Certified - RHCE # 803004140609871 MySQL Pro Certified - ID# 207171862 MySQL Core Certified - ID# 205982910 --------------------------- "Something mysterious is formed, born in the silent void. Waiting alone and unmoving, it is at once still and yet in constant motion. It is the source of all programs. I do not know its name, so I will call it the Tao of Programming."
