Re: Testin new installation

2015-06-15 Thread Felix Zielcke
Am Sonntag, den 14.06.2015, 13:10 -0400 schrieb Steve Matzura: > The public cert part is good, but the private one begins with "Begin > private key", not "RSA key." > I generated my own dovecot CSR with certtool from gnutls-bin which indeed adds 'RSA Private Key' But that openssl command you use

Re: Testin new installation

2015-06-14 Thread Steve Matzura
Gere's the command I used to generate the CSR. It is really one line, even though your message display program may cause it to wrap midway: openssl req -nodes -newkey rsa:2048 -sha1 -keyout myserver.key -out server.csr

Re: Testin new installation

2015-06-14 Thread Steve Matzura
On Sun, 14 Jun 2015 12:30:40 -0500, you wrote: >I think I saw mention of "notepad" previously. If this is the case there may >be some "dos" formatting that is messing things up. I didn't do it with Notepad. In fact, I did it on the Linux system in question using nano.

Re: Testin new installation

2015-06-14 Thread Edgar Pettijohn III
I think I saw mention of "notepad" previously. If this is the case there may be some "dos" formatting that is messing things up. On Jun 14, 2015, at 12:10 PM, Steve Matzura wrote: > The public cert part is good, but the private one begins with "Begin > private key", not "RSA key." > > On Sun,

Re: Testin new installation

2015-06-14 Thread Steve Matzura
On Sun, 14 Jun 2015 15:56:37 +0200, you wrote: >IMHO the easiest way to do this: >cat mydomain_cert.pem intermediate_cert.pem > new_cert_bunddle.pem OK, just tried it. The resultant catted file is identical to the one I created with a text editor.

Re: Testin new installation

2015-06-14 Thread Steve Matzura
On Sun, 14 Jun 2015 15:56:37 +0200, you wrote: >IMHO the easiest way to do this: >cat mydomain_cert.pem intermediate_cert.pem > new_cert_bunddle.pem OK, but only one of my files is in .PEM format. I'll do this and get back to you in about 45 minutes.

Re: Testin new installation

2015-06-14 Thread Steve Matzura
The public cert part is good, but the private one begins with "Begin private key", not "RSA key." On Sun, 14 Jun 2015 15:54:23 +0200, you wrote: >Am 13.06.2015 um 22:11 schrieb Steve Matzura: >> On Sat, 13 Jun 2015 21:57:06 +0200, you wrote: >> >>> On Sat, Jun 13, 2015 at 03:41:26PM -0400, Steve

Re: Testin new installation

2015-06-14 Thread Alex JOST
Am 14.06.2015 um 14:03 schrieb Steve Matzura: Alex, et al., I spoke too soon. Upon close examination of /var/log/maillog, the errors previously reported via the maillog extracts only happen when I attempt to test the imap connection. Everything appears correctly set up, defined, etc. It's now do

Re: Testin new installation

2015-06-14 Thread Alex JOST
Am 13.06.2015 um 22:11 schrieb Steve Matzura: On Sat, 13 Jun 2015 21:57:06 +0200, you wrote: On Sat, Jun 13, 2015 at 03:41:26PM -0400, Steve Matzura wrote: Trying ::1... # this is certainly suspect Escape character is '^['. Connection closed by foreign host. This means the daemon is listenin

Re: Testin new installation

2015-06-14 Thread Steve Matzura
Alex, et al., I spoke too soon. Upon close examination of /var/log/maillog, the errors previously reported via the maillog extracts only happen when I attempt to test the imap connection. Everything appears correctly set up, defined, etc. It's now down to the certificates themselves I think. I hav

Re: Testin new installation

2015-06-14 Thread Steve Matzura
Urban: On Sun, 14 Jun 2015 11:58:57 +0200, you wrote: > >> ssl_cert = /etc/pki/dovecot/certs/tbv2015.crt >This is not correct. It should be: > >ssl_cert = That one was my fault. That's what it is inside 10-ssl.conf, but because I typed the mail message manually, I forgot the `<'. It appears, h

Re: Testin new installation

2015-06-14 Thread Urban Loesch
Hi, ssl_cert = /etc/pki/dovecot/certs/tbv2015.crt This is not correct. It should be: ssl_cert =

Re: Testin new installation

2015-06-13 Thread Steve Matzura
On Sat, 13 Jun 2015 21:57:06 +0200, you wrote: >On Sat, Jun 13, 2015 at 03:41:26PM -0400, Steve Matzura wrote: >> >> > > Trying ::1... # this is certainly suspect >> >> > > Escape character is '^['. >> >> > > Connection closed by foreign host. > >This means the daemon is listening but errors out b

Re: Testin new installation

2015-06-13 Thread b-dovecot . org
On Sat, Jun 13, 2015 at 03:41:26PM -0400, Steve Matzura wrote: > >> > > Trying ::1... # this is certainly suspect > >> > > Escape character is '^['. > >> > > Connection closed by foreign host. This means the daemon is listening but errors out before able to process. Check the logs. Might be a depe

Re: Testin new installation

2015-06-13 Thread Steve Matzura
On Sat, 13 Jun 2015 20:41:01 +0200, you wrote: >Am Samstag, den 13.06.2015, 13:40 -0400 schrieb Steve Matzura: >> On Sat, 13 Jun 2015 14:16:30 +0200, you wrote: >> >> > Am Samstag, den 13.06.2015, 08:00 -0400 schrieb Steve Matzura: >> > > >> > > All of the above specified settings are correct. Y

Re: Testin new installation

2015-06-13 Thread Steve Matzura
On Sat, 13 Jun 2015 13:28:53 -0500, you wrote: > >On Jun 13, 2015, at 7:16 AM, Felix Zielcke wrote: > >> Am Samstag, den 13.06.2015, 08:00 -0400 schrieb Steve Matzura: >>> >>> All of the above specified settings are correct. Yet, when I telnet >>> localhost 143, I get: >>> >>> Trying ::1... # th

Re: Testin new installation

2015-06-13 Thread Antonio Querubin
On Sat, 13 Jun 2015, Steve Matzura wrote: On Sat, 13 Jun 2015 14:16:30 +0200, you wrote: Am Samstag, den 13.06.2015, 08:00 -0400 schrieb Steve Matzura: All of the above specified settings are correct. Yet, when I telnet localhost 143, I get: Trying ::1... # this is certainly suspect Escap

Re: Testin new installation

2015-06-13 Thread Felix Zielcke
Am Samstag, den 13.06.2015, 13:40 -0400 schrieb Steve Matzura: > On Sat, 13 Jun 2015 14:16:30 +0200, you wrote: > > > Am Samstag, den 13.06.2015, 08:00 -0400 schrieb Steve Matzura: > > > > > > All of the above specified settings are correct. Yet, when I > > > telnet > > > localhost 143, I get: >

Re: Testin new installation

2015-06-13 Thread Edgar Pettijohn III
On Jun 13, 2015, at 7:16 AM, Felix Zielcke wrote: > Am Samstag, den 13.06.2015, 08:00 -0400 schrieb Steve Matzura: >> >> All of the above specified settings are correct. Yet, when I telnet >> localhost 143, I get: >> >> Trying ::1... # this is certainly suspect >> Escape character is '^['. >> C

Re: Testin new installation

2015-06-13 Thread Steve Matzura
On Sat, 13 Jun 2015 13:59:25 -0400, you wrote: >On 06/13/2015 01:41 PM, Steve Matzura wrote: >> On Sat, 13 Jun 2015 10:36:21 -0600, you wrote: >> >>> Look at /etc/hosts ::1 is the ipv6 version of localhost. >> Right. I actually knew that. So why does that take precedence for the >> definition of l

Re: Testin new installation

2015-06-13 Thread Gedalya
On 06/13/2015 01:41 PM, Steve Matzura wrote: On Sat, 13 Jun 2015 10:36:21 -0600, you wrote: Look at /etc/hosts ::1 is the ipv6 version of localhost. Right. I actually knew that. So why does that take precedence for the definition of localhost even though it's not the first line in the file? I

Re: Testin new installation

2015-06-13 Thread Steve Matzura
On Sat, 13 Jun 2015 10:36:21 -0600, you wrote: >Look at /etc/hosts ::1 is the ipv6 version of localhost.  Right. I actually knew that. So why does that take precedence for the definition of localhost even though it's not the first line in the file?

Re: Testin new installation

2015-06-13 Thread Steve Matzura
On Sat, 13 Jun 2015 14:16:30 +0200, you wrote: >Am Samstag, den 13.06.2015, 08:00 -0400 schrieb Steve Matzura: >> >> All of the above specified settings are correct. Yet, when I telnet >> localhost 143, I get: >> >> Trying ::1... # this is certainly suspect >> Escape character is '^['. >> Connec

RE: Testin new installation

2015-06-13 Thread edgar
Look at /etc/hosts ::1 is the ipv6 version of localhost.  Sent from Samsung tablet Original message From Steve Matzura Date: 06/13/2015 6:00 AM (GMT-06:00) To dovecot Subject Testin new installation The first place I went to for test advice and planning

Re: Testin new installation

2015-06-13 Thread Felix Zielcke
Am Samstag, den 13.06.2015, 08:00 -0400 schrieb Steve Matzura: > > All of the above specified settings are correct. Yet, when I telnet > localhost 143, I get: > > Trying ::1... # this is certainly suspect > Escape character is '^['. > Connection closed by foreign host. What does 'netstat -l46np'

Testin new installation

2015-06-13 Thread Steve Matzura
The first place I went to for test advice and planning recommendations was http://wiki2.dovecot.org/TestInstallation - The very first test failed. Doc says: Next check that Dovecot is listening for connections: # telnet localhost 143 Trying 127.0.0.1... Connected to localhost. Escape character i