PDA

View Full Version : Problem with vm-pop3d


peel
03-03-2007, 08:08 AM
Hi

I can't restart vm-pop3d because i m not running direct admin pop daemon

I TYPE

[root@hosting root]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK <19830.1163808175@ns21890.ovh.net>
QUIT
+OK
Connection closed by foreign host.

HOW TO shut off that one, and restarted vm-pop3d ????????

Please help me, because my client have no access to their pop server

Kind regards
peel

jlasman
03-03-2007, 11:40 AM
I'm confused. What pop daemon are you running? If not one supplied by DirectAdmin, how did you install DA without it installing the right one and shutting down the wrong one?

Jeff

peel
03-03-2007, 11:47 AM
I dont know. I thought it was vm-pop3d
How can i know what pop daemon i'm running instead of vm-pop3d ??

jlasman
03-03-2007, 12:09 PM
You wrote i m not running direct admin pop daemon
So I presumed you knew what you were running.

Post the output of the following command:
$ ps waux | grep pop
Jeff

peel
03-03-2007, 02:50 PM
qmail was running for pop, which was in the way.


DA support do :
[root@www root]# ps -ax |grep pop
24365 ? S 0:00 tcpserver -H -R -c100 0 pop-3 /var/qmail/bin/qmail-po
I stopped it, and vm-pop3d is running now.

Thanks a lot

jlasman
03-04-2007, 10:20 AM
How did you end up with qmail on a DA server?

Not having seen your server I can't say this won't cause any problems, but I'd certainly remove it; it doesn't belong there.

Jeff