How do you turn off STARTTLS in Qmail? I had to turn on fixcrio to fix some issues that were out of my control, 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

&

removing -DTLS on conf-cc and running "make setup check" to recompile qmail

and none of them have worked. Qmail was installed using Qmailrocks setup guide. Any help would be greatly appreciated.