Hola (Greetings), Mark Lo! A(t) 17:38 23/09/00 +0800, vau escriure (you wrote):
>    Hi,     And one more thing, do i need to install the checkpassword 
>program in order to use with vpopmail.??   env -
>PATH="/var/qmail/bin:/usr/local/bin"  \
>tcpserver 0 pop-3 /var/qmail/bin/qmail-popup orbital.inter7.com  \
>&

You can save your startup commands as an .sh file and start it up by simply executing 
it. Here's an example of what I use; it assumes you've used all the default values 
when installing qmail and vpopmail. Just chmod 755 the qtcp.sh file and do:

$ /path/to/qtcp.sh

--begin qtcp.sh--
#/bin/sh
# Be sure to change the -u and -g vars to whatever vpopmail and vchkpw are!

csh -cf '/var/qmail/rc &'

HOSTNAME=`hostname`

env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R -l $HOSTNAME -c100 0 110 \
/var/qmail/bin/qmail-popup \
$HOSTNAME \
/home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &

env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R -l $HOSTNAME -x /home/vpopmail/etc/tcp.smtp.cdb -c100 \
-u526 -g522 0 25 \
/var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /bin/true \
2>&1 > /dev/null &
--end--

If you want this to start up whenever you reboot, add these same lines to the end of 
your /etc/rc.d/rc.local (or whatever) file.

You don't need checkpassword.

-- 
All the best (Ad�u-siau),
Lou Hevly
[EMAIL PROTECTED]
http://www.visca.com

Reply via email to