hi there,
i am running a pop3-server with the followin command via supervise:
------------------------------------------------------------------------
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
HOSTNAME=`hostname -f`
exec /usr/local/bin/tcpserver -l 0 -R -H -v \
-u "$QMAILDUID" -g "$NOFILESGID" 0 110 \
/var/qmail/bin/qmail-popup $HOSTNAME \
/var/vpopmail/bin/vchkpw \
/var/qmail/bin/qmail-pop3d Maildir 2>&1
------------------------------------------------------------------------
sometimes i get a "file busy - try again later"-error when i try to fetch
emails.
when i run this with root's-UID everything runs fine :(
does this command has to be run as root?! how do others start their
vpopmail-pop3 server?
thank you very much