vm-pop3d

ocs-hosting

Verified User
Joined
Dec 19, 2006
Messages
5
whenever i try to start vm-pop3d in direct admin i just get
error
/usr/local/etc/rc.d/vm-pop3d not found

any suggestions?
 
Can you connect:
Code:
$ telnet localhost 110
If you can, then it's posible it's not running as a daemon but rather through either inetd or xineted.

Jeff
 
i can connect, but ONLY if, i leave an SSH Connection open that executed the vm-pop3d.

I ssh in from my home linux system, and leave an ssh connection open 24/7 keeping vm-pop3 alive
 
from my linux box at home i run, ssh IP PORT
PASSWORD

then cd /usr/local/sbin
& finally ./vm-pop3d

and then leave ssh connected, i do that mailserver works, i close the ssh session and mailserver stops
 
ocs-hosting said:
i do that mailserver works, i close the ssh session and mailserver stops
Which indicates that your start script is somehow incorrect and should be fixed. That would be a better way to resolve the issue.

Jeff
 
Back
Top