On Sun, Sep 17, 2000 at 05:20:50PM +0300, Simo Lakka wrote:
> 
> hello
> 
> my problem is:
> 
> if i start pop3 with this:
> env - PATH="/var/qmail/bin:/usr/local/bin" tcpserver 0 pop-3
> /var/qmail/bin/qmail-popup my.host.blah /var/qmail/vpopmail/bin/vchkpw
> /var/qmail/bin/qmail-pop3d Maildir &
> 
> It starts fine, but if I logout then whoops it doesnt work anymore :P
> how to fix that..

try to add "nohup" before that:

nohup env - PATH="/var/qmail/bin:/usr/local/bin" tcpserver 0 pop-3
/var/qmail/bin/qmail-popup my.host.blah /var/qmail/vpopmail/bin/vchkpw
/var/qmail/bin/qmail-pop3d Maildir &


And for aliasing: 

check out the .qmail-default-file in your domain directory.
And read this:

   http://www.inter7.com/vpopmail/doc/vdelivermail.html

/magnus

--
http://x42.com/

Reply via email to