On Mon, 2005-03-21 at 19:31 -0800, Bill Shupp wrote:
Carl Parrish wrote:
Again no clue what I'm doing wrong here. Permissions
of /var/log/qmail/is
<snip />
First off, that could be an old message. If logging is not working, then verify that setuidgid is using qmaill as the argument in /service/qmail-pop3ds/log/run
Regards,
Bill
You were right looks like it was an old message. checked /service/qmail- pop3ds/log/run and it looks like its right. However when I check my log for pop3ds (tail -f /var/log/qmail/pop3ds/current) I get @40000000423fb93b0872e52c tcpserver: fatal: unable to bind: address already used @40000000423fb93c0a0f9984 tcpserver: fatal: unable to bind: address already used
So again something got started out of order I'm thinking. "ps -ef | grep pop" gives me
qmaill 28803 6338 0 20:23 ? 00:00:01 multilog
t /var/log/qmail/pop3d
qmaill 28834 6400 0 20:23 ? 00:00:01 multilog
t /var/log/qmail/pop3ds
root 25026 5732 0 23:30 ? 00:00:00 supervise qmail-pop3d
root 25923 5732 0 23:30 ? 00:00:00 supervise qmail-pop3ds
should qmail-pop3d and qmail-pop3ds be running under root? And if they are running why aren't they showing in qmailctl stat?
Use vpopmailctl. And you need to find out what's binding to the pop3s port and shut it off.
Regards,
Bill