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.