Re: sendmail + auth + ssl + freebsd

2001-12-21 Thread Leif Neland
On Wed, 19 Dec 2001, Leo Bicknell wrote: > > After searching the archives and looking at the source, I find > myself more confused. I've been asked to set up sendmail + ssl + > SMTP auth on a FreeBSD host. > > A quick "strings" on the sendmail binary shows a number of SSL > functions, so I'm t

Re: sendmail + auth + ssl + freebsd

2001-12-21 Thread Terry Lambert
Leo Bicknell wrote: > If no one else has figured this mess out, I'll do it and write a > page for the handbook. If someone else has, please clue me in, and > if necessary I'll still write that handbook page. :-) It would be > very nice if it was simple to make FreeBSD sendmail SSL and > authentic

Re: sendmail + auth + ssl + freebsd

2001-12-20 Thread Leo Bicknell
In a message written on Wed, Dec 19, 2001 at 11:43:04PM -0500, Louis A. Mamakos wrote: > You have to generate a public key certificate and have the private > key available to the sendmail daemon before it will do the STARTTLS > thing. > > I've got a shell script around there that signs a certifi

Re: sendmail + auth + ssl + freebsd

2001-12-20 Thread Jim Durham
On Wednesday 19 December 2001 09:46 pm, Leo Bicknell wrote: > In a message written on Thu, Dec 20, 2001 at 03:43:12AM +0100, Roger 'Rocky' Vetterberg wrote: > > http://www.sendmail.org/~ca/email/auth.html > > I found that too, and I'm sure I could build it from scratch and > make it work. My des

Re: sendmail + auth + ssl + freebsd

2001-12-19 Thread Louis A. Mamakos
> Leo Bicknell wrote: > > >After searching the archives and looking at the source, I find > >myself more confused. I've been asked to set up sendmail + ssl + > >SMTP auth on a FreeBSD host. > > > >A quick "strings" on the sendmail binary shows a number of SSL > >functions, so I'm thinking the SS

Re: sendmail + auth + ssl + freebsd

2001-12-19 Thread Jim Flowers
<[EMAIL PROTECTED]> Sent: Wednesday, December 19, 2001 9:46 PM Subject: Re: sendmail + auth + ssl + freebsd > In a message written on Thu, Dec 20, 2001 at 03:43:12AM +0100, Roger 'Rocky' Vetterberg wrote: > > http://www.sendmail.org/~ca/email/auth.html > > I fou

Re: sendmail + auth + ssl + freebsd

2001-12-19 Thread Leo Bicknell
In a message written on Thu, Dec 20, 2001 at 03:43:12AM +0100, Roger 'Rocky' Vetterberg wrote: > http://www.sendmail.org/~ca/email/auth.html I found that too, and I'm sure I could build it from scratch and make it work. My desire here is to make it work with the sendmail shipped with the base F

Re: sendmail + auth + ssl + freebsd

2001-12-19 Thread Roger 'Rocky' Vetterberg
Leo Bicknell wrote: >After searching the archives and looking at the source, I find >myself more confused. I've been asked to set up sendmail + ssl + >SMTP auth on a FreeBSD host. > >A quick "strings" on the sendmail binary shows a number of SSL >functions, so I'm thinking the SSL bits are in th

Re: sendmail + auth + ssl + freebsd

2001-12-19 Thread Alex Zepeda
On Wed, Dec 19, 2001 at 09:26:54PM -0500, Leo Bicknell wrote: > If no one else has figured this mess out, I'll do it and write a > page for the handbook. If someone else has, please clue me in, and > if necessary I'll still write that handbook page. :-) It would be > very nice if it was simple t

sendmail + auth + ssl + freebsd

2001-12-19 Thread Leo Bicknell
After searching the archives and looking at the source, I find myself more confused. I've been asked to set up sendmail + ssl + SMTP auth on a FreeBSD host. A quick "strings" on the sendmail binary shows a number of SSL functions, so I'm thinking the SSL bits are in there, but I'm not quite sur