Hi folks,

Did anyone tryed a SSL (TLS) and qmail combination so far? If so please
give me some pointers.

I've found something at http://opensource.3gi.com/sendmail-tls/ but I'm
not sure how to make it work with qmail. By default (used with sendmail)
it requires this line in inetd.conf:

smtps   stream  tcp     nowait  root    /var/qmail/bin/sendmail-tls
sendmail-tls -l ssl3 -u nobody -p /etc/smtps.pem -- /usr/sbin/sendmail
-bs -C/etc/sendmail.relay.cf

My problem is after the '--' where the MTA (qmail) should be started.

I've tried

cd /var/qmail/supervise
/var/qmail/bin/sendmail-tls -l ssl3 -u nobody -p /etc/smtps.pem -- env -
PATH="$PATH" svscan

but no luck ...

Did anyone do a start script for this wrapper (for use with qmail)?
Something outside inetd.conf would be just great ...

Thanks,
        Peter

Reply via email to