Help turning off TLS in Qmail

Posted by user22492 on Server Fault See other posts from Server Fault or by user22492
Published on 2010-08-25T14:52:27Z Indexed on 2012/10/02 21:41 UTC
Read the original article Hit count: 164

Filed under:

How do you turn off STARTTLS in Qmail (running on RH)? I initially installed the forcetls patch, but have since needed to use fixcrio which doesn't work with TLS (plus I don't need TLS for my setup anyway). I've tried a few different things, such as:

echo 0 > /var/qmail/control/smtpforcetls

&

adding DENY_TLS=1; export DENY_TLS to my /var/qmail/supervise/qmail-smtpd/run file

and none of them have worked. Any help would be greatly appreciated.

© Server Fault or respective owner

Related posts about qmail