Hello,

Is there a HowTo on getting tmda-ofmipd and stunnel working together for
smtp? I apologize if I missed it on tmda.net. If not, an example would help
a lot. At first guess, I need to forward the mail from ssl/stunnel from 465
to ofmipd port 8025 (1025 for me). but not quite sure how to do that. I am
using qmail with the start script below.

cat /var/qmail/supervise/smtpsd/run
#!/bin/sh

QMAILDUID=`id -u qmaild`
NOFILESGID=`id -g qmaild`
MAXSMTPD=`head -1 /var/qmail/control/concurrencyincoming`
if [ -z "$QMAILDUID" -o -z "$NOFILESGID" -o -z "$MAXSMTPD" ]; then
    echo QMAILDUID, NOFILESGID, or MAXSMTPD is unset in
    echo $0
    exit 1
fi
exec /usr/local/bin/softlimit -m 4000000 \
    /usr/local/bin/tcpserver -v -R -H -l 0 -x /etc/tcp.smtp.cdb -c
"$MAXSMTPD" \
        -u "$QMAILDUID" -g "$NOFILESGID" 0 465 \
            /usr/local/sbin/stunnel -f -p /usr/local/etc/stunnel.pem \
            -l /var/qmail/bin/qmail-smtpd 2>&1

and....

/usr/local/tmda/bin/tmda-ofmipd -d -p localhost:1025 -R
pop3://localhost:110&


Thanks for any help offered,
dj

_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to