Federico Barbazza writes:
> i installed tcpserver to run for pop3.
> this is my code line:
> "tcpserver -u 0 -g 0 -c 100 0 110 /var/qmail/bin/qmail-popup hostname
> checkpassword /var/qmail/bin/qmail-pop3d Maildir &"
> Is it rigtht to launch tcpserver as root???
tcpserver must be run as root initially so that it can listen on port
25. So it's useless to give it `-u 0 -g 0'; it already is running as
those ids. You probably want to have it change to user qmaild and
group nofiles. See
<URL:http://web.infoave.net/~dsill/lwq.html#start-qmail>.
paul