On Mon, 12 Jul 1999, Dave Sill wrote:

> Just change /var/qmail/bin/qmail-smtpd-wrapper from:
> 
> #!/bin/bash
> ulimit -d 1024
> exec /var/qmail/bin/qmail-smtpd ${1+"$@"}
> 
> to:
> 
> #!/bin/bash
> ulimit -d 1024
> /var/qmail/bin/qmail-smtpd ${1+"$@"}
> cd /var/qmail/autoturn
> exec setlock -nx $TCPREMOTEIP/seriallock \
>     maildirsmtp $TCPREMOTEIP autoturn-$TCPREMOTEIP- $TCPREMOTEIP AutoTURN

Thank you very much.


>From faq 5.3.
------------
If you have tcpserver installed, skip the inetd step, and set up (on two
lines)

   tcpserver 0 pop3 /var/qmail/bin/qmail-popup YOURHOST \
   /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir &

replacing YOURHOST with your host's fully qualified domain name. See
question 5.1 for more details on tcpserver.

Where do I install this line? 
I presume it will have to be a separate
script to start the popd server in /etc/rc.d/init.d/qmail-pop3d

Thanks 
Jacob

Reply via email to