On Tue, Aug 08, 2000 at 04:36:21PM +0200, Manuel Gisbert wrote:
> The supervise process doesn't recognize my pop3d starting up.
>
> After starting "supervise /var/qmail/supervise/qmail-pop3" i get multiple
> error messages
> tcpserver: fatal: unable to bind: address already used
> as supervise repeatedly starts the tcpserver.
>
> Nevertheless does one pop3 daemon start up and accepts connections.
> When I start that skript manually the pop3d start at once.
> Here is my run skript:
>
> <snipp>
> #! /bin/sh
> exec /usr/local/bin/tcpserver -H -R -l my_host 0 pop3
> /var/qmail/bin/qmail-popup my_host \
> /usr/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
^^^
Remove the & from the end of your script.
Chris