[BlueOnyx:20728] Re: disable plain text authentication
Maurice de Laat
mdlaat at muisnetwerken.nl
Mon Feb 27 08:56:54 -05 2017
Hi Michael,
> That could be. I haven't looked at Z-Push in ages, but I wouldn't be
> surprised if it uses IMAP (and not IMAPS) internally to make a localhost
> connection to pull the mails. Perhaps it's just a configuration issue
> that can be addressed by editing
> /usr/sausalito/ui/web/z-push/config.php. Not yet sure.
For the archives, and perhaps for a future update:
by editing the file
/usr/sausalito/ui/web/z-push/backend/imap/config.php
z-push can be learned to talk ssl to imaps:
define('IMAP_SERVER','<hostname that matches the name presented in the
certificate>');
define('IMAP_PORT',993);
define('IMAP_OPTIONS', '/ssl');
Michael,
In case you want to make an update to enable this, you might also want
to have a look at message [BlueOnyx:19734]
http://mail.blueonyx.it/pipermail/blueonyx/2016-June/056808.html
to correct that too.
Thank you, kind regards
Maurice
More information about the Blueonyx
mailing list