[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ3 Sendmail Problems



What I am seeing is lots of SMTP connections from various authorized clients
that are stuck in the data portion of sending a message. After so many of
these connections the SMTP server complains the MaxClients has been
exceeded. I have increased this from 12 to 25 and same results. I have one
user who has called so far complaining he is unable to send email. In
looking at a netstat -a I see that he has around 12-15 connection in the
ESTABLISHED state at any given moment and all of the sendmail logs show
nothing past DATA for those connections. The mailq shows lots of "no control
file"  for all of his connections as well as several others.

Soon after SMTP dies on receiving email. A stop and start of sendmail fixes
for about 30 minutes. Load averages look ok, nothing to bad.

Probably different, but we had similar symptoms a few weeks back - turns out that we are hosting our own DNS (we knew this) and the ISP we co-host at thought they were hosting our DNS (we didn't know that) - and the two were destroying each other. We could receive, not send, ftp took forever to logon, etc. The moment they stopped supplying us DNS we are fast as could be without our SMTP server problems - we were getting loads of admin messages about the SMTP server not responding; stop/start only sometimes fixed it, and only for a short time. So check for DNS issues, if for nothing else at least you'll know this isn't it.

Jale