Hi,

I've just come across the turnmail on the qmail web site - it looks like 
exactly like what I need. I've compiled serialmail and installed it
properly. I've tried quite a few things to get the script working but none 
of them seem to work.

I'm starting pop3d at the moment with:
        /usr/bin/tcpserver 0 110 /usr/sbin/qmail-popup 
chef.praceng.co.uk  /usr/bin/checkpassword /usr/sbin/qmail-pop3d Maildir &

I've copied the contents to /usr/sbin/turnmail and tried the following line 
but no luck:

        /usr/bin/tcpserver 0 110 /usr/sbin/qmail-popup 
chef.praceng.co.uk  /usr/bin/checkpassword /usr/sbin/autoturn &

Any ideas or tips how to get this working as its really bugging me! I've 
copied the contents of the autoturn and pasted them below as I had to 
remove one ; for the script to work.

#!/bin/sh
if [ -d Maildirdummy ]; then
/usr/bin/maildirsmtp $1 $USER- $TCPREMOTEIP `hostname` 2>&1 | logger -p 
daemon.notice &
/usr/sbin/qmail-pop3d Maildirdummy
fi
exec /usr/sbin/qmail-pop3d $1

Can anyone help me or gives me some tips to getting it too work?
Thanks,
Chris

Reply via email to