Problem with vm-pop3d

peel

Verified User
Joined
Jul 29, 2005
Messages
18
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 <[email protected]>
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
 
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
 
Pop Daemon

I dont know. I thought it was vm-pop3d
How can i know what pop daemon i'm running instead of vm-pop3d ??
 
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:
Code:
$ ps waux | grep pop
Jeff
 
Resolve

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
 
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
 
Back
Top