Petre Rodan <[EMAIL PROTECTED]> wrote:
>Did anyone tryed a SSL (TLS) and qmail combination so far? If so please
>give me some pointers.
Yes, I've done that. There's a patch on www.qmail.org that implements
STARTTLS, or you can run qmail-smtpd under stunnel or some other SSL
wrapper.
>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:
qmail and sendmail are too different to simple plug qmail into a
sendmail solution.
>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
You would want to start qmail-smtpd here, not qmail-sent.
-Dave