Re: lost connection after STARTTLS from localhost[127.0.0.1]

2018-12-17 Thread Viktor Dukhovni
On Mon, Dec 17, 2018 at 01:28:56AM -0700, wp.rauchholz wrote: > I am trying to get a webmail client up and running. It works fine w/o > security settings. But when I try to implement SATARTTLS on port 587 I lose > connection to localhost as described in Subject. Note that the "lost connection to

Re: lost connection after STARTTLS from localhost[127.0.0.1]

2018-12-17 Thread Benny Pedersen
Wolfgang Paul Rauchholz skrev den 2018-12-17 13:06: Unfortunately not. I am using roudcubemail, there is nothing in the log files. $config['default_host'] = 'ssl://localhost'; $config['default_port'] = 993; $config['imap_conn_options'] = array( 'ssl' => array( 'verify_peer' => false,

Re: lost connection after STARTTLS from localhost[127.0.0.1]

2018-12-17 Thread Wolfgang Paul Rauchholz
Unfortunately not. I am using roudcubemail, there is nothing in the log files. Woflgang On Mon, Dec 17, 2018 at 12:48 PM Wietse Venema wrote: > wp.rauchholz: > > Good day. > > > > I am trying to get a webmail client up and running. It works fine w/o > > security settings. But when I try to imp

Re: lost connection after STARTTLS from localhost[127.0.0.1]

2018-12-17 Thread Wietse Venema
wp.rauchholz: > Good day. > > I am trying to get a webmail client up and running. It works fine w/o > security settings. But when I try to implement SATARTTLS on port 587 I lose > connection to localhost as described in Subject. Does the webmail client provide any clues about why it is hanging u

lost connection after STARTTLS from localhost[127.0.0.1]

2018-12-17 Thread wp.rauchholz
Good day. I am trying to get a webmail client up and running. It works fine w/o security settings. But when I try to implement SATARTTLS on port 587 I lose connection to localhost as described in Subject. My config is the following: CENTOS 7.6, postfix-2.10.1-7.el7.x86_64, dovecot-2.2.36-3.el7.x