Would it make sense if someone added a small 
item in the faq showing the correct way to
run tcpserver in conjunction with qmail-start.

Why bother supporting qmail when such basic
questions go unanswered ?

Please don't misunderstand, I love qmail and
respect answers on this mailing list. We all
have to learn to assume less and less & express 
ourselves better!

I consider myself a newbie with qmail and
have spent hours trying to read this mailing
list. Not a single individual has spelled
out a simple way of doing this ?

OK, so how does one run these two commands.
Say, if I have freebsd, can I put these commands
in /etc/rc.local ? IN WHAT ORDER ? WHY ?


if [ -f /usr/local/bin/tcpserver ]; then
    echo "Starting Qmail (tcpserver) SMTPD...\r"
    /usr/local/bin/tcpserver -Q -u 7791 -g 2108 0 smtp /var/qmail/bin/qmail-smtpd
 2>&1 | /var/qmail/bin/splogger smtpd 3 &
fi 
#
# start qmail server
#
if [ -f /var/qmail/bin/qmail-start]; then
    /bin/csh -cf '/var/qmail/rc &'
fi  

All your responses are gratefully appreciated.





-----== Sent via Deja News, The Discussion Network ==-----
http://www.dejanews.com/  Easy access to 50,000+ discussion forums

Reply via email to