On Mon, 2005-03-21 at 20:18 +0000, Bob Hutchinson wrote:
> > but when I look in /var/qmail/control/rcpthosts I have both
> > mail.domain.com and domain.com listed there.
> > (wasn't sure which should be there so put both and it seemed to work for
> > awhile)
> make sure domain.com is not in locals as well
Thank you, While I was trying to get imap working I must have added to
locals. I've taken it out and now pop is working. 
> 
> if mail.domain.com receives mail in the form of [EMAIL PROTECTED] then it 
> should be there, otherwise take it out.
done. 

> check your logs in /var/log/qmail/current
> You may still have sendmail (or whatever) running, which might be why 
> qmail-send will not start.

tail -f /var/log/qmail/current 
showed me that qmail-send was already running. So I did "qmailctl stop;
ps -ef | grep qmail-send" and found the process that was running (don't
know how it got there though). then killed it and ran "qmailctl start"
now current says. 

@40000000423f5b680b025a0c status: local 0/10 remote 0/20
and qmalctl stat is now. 
/service/qmail-send: up (pid 24131) 178 seconds
/service/qmail-send/log: up (pid 5985) 571834 seconds
/service/qmail-smtpd: up (pid 24224) 178 seconds
/service/qmail-smtpd/log: up (pid 6048) 571834 seconds
messages in queue: 2
messages in queue but not yet preprocessed: 0

> 
> and where is qmail-pop3d?
Don't know. I tried "/service/qmail-pop3d/run" and got back
tcpserver: fatal: unable to bind: address already used

"netstat -ap | grep pop" shows
tcp        0      0 *:pop3s                 *:*
LISTEN -
tcp        0      0 *:pop3                  *:*
LISTEN -
       LISTEN -

(I ran this as root). I have no idea what is running those. so I tried
"ps -ef | grep pop" lots of things came up including. 
root     13284  5732  0 Mar17 ?        00:08:04 supervise qmail-pop3d
root      8193  5732  0 Mar17 ?        00:08:12 supervise qmail-pop3ds
I also saw two processes that were owned by the same user (2022) that
the run away qmail-send was running under so I killed them. then
"qmailctl restart" but still no qmail-pop3d 

Thank you very much for your help in getting pop mail running again. I'm
trying *really* hard to understand off of this. Would like to get imap
and to be able to use this server for outgoing as well.
-- 
Carl Parrish <[EMAIL PROTECTED]>
PCL Enterprises

Reply via email to