Re: Sendmail, TLS, and incorrect hostname

2003-03-17 Thread Rob Weir
On Mon, Mar 17, 2003 at 08:42:40AM +0100, Sven Hoexter wrote: > On Mon, Mar 17, 2003 at 04:14:22PM +1100, Rob Weir wrote: > > On Wed, Mar 12, 2003 at 01:57:19PM -0600, Rich Puhek wrote: > > Hi, > > > > I've started digging through the OpenSSL docs. Looks like all I need to > > > do is regenerate

Re: Sendmail, TLS, and incorrect hostname

2003-03-16 Thread Sven Hoexter
On Mon, Mar 17, 2003 at 04:14:22PM +1100, Rob Weir wrote: > On Wed, Mar 12, 2003 at 01:57:19PM -0600, Rich Puhek wrote: Hi, > > I've started digging through the OpenSSL docs. Looks like all I need to > > do is regenerate the certificate interactively, and specify the desired > > hostname, overr

Re: Sendmail, TLS, and incorrect hostname

2003-03-16 Thread Rob Weir
On Wed, Mar 12, 2003 at 01:57:19PM -0600, Rich Puhek wrote: > I recently added SASL and TLS support to my SMTP server. Looks to be > working great, with one exception. My certificate was generated with the > local hostname, instead of the proper FQDN (hostname was the common name > of the machin

Sendmail, TLS, and incorrect hostname

2003-03-12 Thread Rich Puhek
I recently added SASL and TLS support to my SMTP server. Looks to be working great, with one exception. My certificate was generated with the local hostname, instead of the proper FQDN (hostname was the common name of the machine, I need a cert for "smtp", since that's how my users connect). Re