Just joining this list a couple of minutes ago, i already got
my first serious problem.
I installed
qmail 1.03
vpopmail 4.8.7
ucspi-tcp-0.88
and
daemontools-0.70
to setup an qmail/vpopmail mailserver
according to the tutorial "life with qmail"
Now here's my prob:
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 &
</snipp>
The stmp daemon is started the same way and produces no probs.
What's going wrong
Thanks in advance
Manuel