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
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,
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
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