Re: [OT] Dovecot SMTP (WAS: hostname does not match certificate)

2014-02-26 Thread Tony Baldwin
On Wed, Feb 26, 2014 at 09:15:55AM +, Ron Leach wrote: > On 25/02/2014 18:08, Tony Baldwin wrote: > > >No, not sendmail. The server has postfix and dovecot, > >I'm using imap, not pop, and sending the mail through the dovecot smtp > >on the server. > > > > > Tony, where have you found info t

Re: [OT] Dovecot SMTP (WAS: hostname does not match certificate)

2014-02-26 Thread Ron Leach
On 25/02/2014 18:08, Tony Baldwin wrote: No, not sendmail. The server has postfix and dovecot, I'm using imap, not pop, and sending the mail through the dovecot smtp on the server. Tony, where have you found info to help you with the Dovecot SMTP submission server? I follow the Dovecot lis

Re: hostname does not match certificate

2014-02-25 Thread Jonathan Dowland
On Tue, Feb 25, 2014 at 01:08:38PM -0500, Tony Baldwin wrote: > smtp://t...@tonybaldwin.info:passwordh...@mail.tonybaldwin.info:25 > > Of course, the hostname on the box is not mail.tonybaldwin.info If you delete 'mail.', does it stop complaining? -- To UNSUBSCRIBE, email to debian-user-requ..

Re: hostname does not match certificate

2014-02-25 Thread Tony Baldwin
On Tue, Feb 25, 2014 at 01:51:54PM +, Jonathan Dowland wrote: > On 25/02/2014 13:23, Tony Baldwin wrote: > > Using mutt this morning, I was informed that my postfix certificate > > had expired a few days ago. I made a new one with: > > > > openssl req -new -outform PEM -out smtpd.cert -newkey

Re: hostname does not match certificate

2014-02-25 Thread Jonathan Dowland
On 25/02/2014 13:23, Tony Baldwin wrote: > Using mutt this morning, I was informed that my postfix certificate > had expired a few days ago. I made a new one with: > > openssl req -new -outform PEM -out smtpd.cert -newkey rsa:2048 -nodes > -keyout smtpd.key -keyform PEM -days 365 -x509 > > I'm fa

hostname does not match certificate

2014-02-25 Thread Tony Baldwin
Using mutt this morning, I was informed that my postfix certificate had expired a few days ago. I made a new one with: openssl req -new -outform PEM -out smtpd.cert -newkey rsa:2048 -nodes -keyout smtpd.key -keyform PEM -days 365 -x509 I'm fairly certain this is precisely how I did it a year ag