Hello Klaus,

On Mon, Apr 03, 2000 at 03:18:41PM +0200, Klaus Hviid wrote : 
> here is a little checklist - see if you have remembered everything.....

        er... sorry, which checklist ?

> I had the same error once - I'd forgotten the d in qmail-pop3d init-script :)

well, my init script in full ist pasted here:

alias_empty="./Maildir/"       # This uses qmail prefered ~/Maildir/ directory
logger="splogger qmail"


        echo -n "Starting mail-transfer agent: qmail"
        sh -c "start-stop-daemon --start --quiet --user qmails \
                 --exec /usr/sbin/qmail-send \
                 --startas /usr/sbin/qmail-start -- \"$alias_empty\" $logger &"
        # prevent denial-of-service attacks, with ulimit
        ulimit -v 4096
        sh -c "start-stop-daemon --start --quiet --user qmaild \
            --exec /usr/bin/tcpserver -- \
            -u qmaild -g 65534 -x /etc/tcp.smtp.cdb 0 smtp \
            /usr/sbin/qmail-smtpd 2>&1 | $logger -t qmail -p mail.notice &"

        # Uncomment the following lines to automatically start the pop3 server
        sh -c "/usr/bin/tcpserver -g1002 -u1002 \
            0 pop3 /usr/sbin/qmail-popup `hostname`.`dnsdomainname` \
            /home/vpopmail/bin/vchkpw /usr/sbin/qmail-pop3d Maildir &"

        echo "."
        ;;


but I have to note that all services are running properly, pop3
authentiactiopn for virtual users on virtual domains does work !

and local mail deliver does work too for system users but just not virtual
users on virtual domains :(

than you, maybe you have additional idea ?

        Markus

-- 
Markus Fischer,  http://josefine.ben.tuwien.ac.at/~mfischer/
EMail:         [EMAIL PROTECTED]
PGP Public  Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1  C2B5 D674 B445 C227 2BD0
                - Free Software For A Free World -

Reply via email to