hi ppl
 i am using qmail on redhat linux.i have one default domain of linux and
other 2 domain as virtual domains through vpopmail.
qmail-pop3d authenticatet the only virtual domain users.
Before installing vpopmail and configuring virtual domains ,it work the
default domain users.
so i want to authenticate both user through qmail-pop3d.
but how...
bcz now after virtual domains ,i have that type of qmail-pop3d run file
*******************************
#!/bin/sh

# Dave Sill, 2001-11-06
# For use with The qmail Handbook, ISBN 1893115402

MAXPOP3D=`head -1 /var/qmail/control/concurrencypop3`
if [ -z "$MAXPOP3D" ]; then
    echo MAXPOP3D is unset in
    echo $0
    exit 1
fi
exec /usr/local/bin/softlimit -m 2000000 \
    /usr/local/bin/tcpserver -v -R -H -l 0 -x /etc/tcp.pop3.cdb -c
"$MAXPOP3D" \
   0 110 /var/qmail/bin/qmail-popup FQDN /home/vpopmail/bin/vchkpw  \
            /var/qmail/bin/qmail-pop3d Maildir 2>&1

*******************************
so how can i authenticte both users through pop3 and also with courier-imap
too.

thanks
zafar


Reply via email to