"Mike Alexander Sauvain" <[EMAIL PROTECTED]> wrote:

>./run < in services of deamtools
>exec env - PATH="/var/qmail/bin:$PATH" \
>> tcpserver 0 110 /var/qmail/bin/qmail-popup host.name.gov \
>> /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir &
>
>works, but how i can generate any ouput ?

Add "-v" to the tcpserver options. (You probably don't want that & at
the end of the line.) Also, you might want to add "2>&1" to the end so 
you can log stderr as well as stdout.

-Dave

Reply via email to