Ruby Quincunx wrote: > Hi, > > I wish to switch (or try switching) to Postfix from sendmail (as it comes > with OpenBSD; I'm on 4.6). What I am trying to find out & having a devil > of a time doing is whether the OpenBSD package of Postfix comes with TLS > support compiled in, or if I will have to compile Postfix from source in > order to get TLS. I want to do SMTP Auth/STARTTLS. Ideally, I'd like to > just use packages. >
AFAICT it's always compiled in unconditionally. >From /usr/ports/mail/postfix/Makefile.inc: MAKE_CCARGS+= -DUSE_TLS MAKE_AUXLIBS+= -lssl -lcrypto