Thanks All, > -----Original Message----- > From: Jolan Luff [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 20, 2005 12:03 PM > To: Roy Morris > Cc: ports@openbsd.org > Subject: Re: PostFix TLS Onlly > > > On Thu, Oct 20, 2005 at 11:55:21AM -0400, Roy Morris wrote: > > I have a requirement to implement TLS, I went > > and did some research and found that you can > > add a few flags and cause TLS support to be included > > in postfix. I see the flavors available on my 3.7 -stable > > box include sasl but I really only want TLS. Any ideas > > what the best approach to take is here? > > tls support is there by default... > > > Should I not be using ports and try this directly from the > > postfix source? > > > > "% make makefiles CCARGS="-DUSE_TLS" AUXLIBS="-lssl -lcrypto"" > > http://www.postfix.org/TLS_README.html > > >