On 6/6/05, Timothy Horie <[EMAIL PROTECTED]> wrote: > I need to recompile it without TLS. I've tried a lot of ways to get rid > of it without a recompile, but all paths led nowhere. I don't want TLS, > I don't want to Start TLS, I don't want any error messages in the logs > regarding TLS, I don't want to have to disable or enable TLS, I don't > want anything to do with TLS. > > I've spent the last two months trying to figure out how to get rid of > TLS, and recompiling sendmail without TLS is the last thing I can think of. > > I am assuming sendmail is compiled with STARTTLS in 3.7 as well, so I'd > have to recompile there anyways. > > Any ideas?
Remove STARTTLS support from your .m4 file, and regenerate a .cf file? My stock OpenBSD installs work fine without TLS support if I don't use it, and I don't have any error messages whatsover. /usr/share/sendmail/cf/openbsd-proto.mc [snip] dnl TLS/SSL support; uncomment and read starttls(8) to use. dnl dnl define(`CERT_DIR', `MAIL_SETTINGS_DIR`'certs')dnl dnl define(`confCACERT_PATH', `CERT_DIR')dnl dnl define(`confCACERT', `CERT_DIR/mycert.pem')dnl dnl define(`confSERVER_CERT', `CERT_DIR/mycert.pem')dnl dnl define(`confSERVER_KEY', `CERT_DIR/mykey.pem')dnl dnl define(`confCLIENT_CERT', `CERT_DIR/mycert.pem')dnl dnl define(`confCLIENT_KEY', `CERT_DIR/mykey.pem')dnl [/snip] This is the file that is used for the default sendmail.cf