[ZendTo] Re: IMAP authentication

Sébastien Blaisot zendto at blaisot.org
Mon Aug 12 07:27:31 BST 2013


Hi,

I've had two issues with IMAP authentication that prevented me to use IMAP authentication at a first try:

- First, there is a typo in the bundled configuration file, there is an S missing at the end of "authIMAPAdmins"

- Second, with recent versions of PHP, imap_connect try to use TLS whereever possible, and that causes the need for certificate validation, but if you configure it to connect to localhost and the certificate CN is the external FQDN of your server, or if you use a self-signed certificate, the check fails. You can workaround either using the external FQDN of your IMAP server or adding the//novalidate-cert flag/  like this in your preferences.php configuration:
   'authIMAPServer' => 'localhost/novalidate-cert',

regards,

S. Blaisot

On/Thu Aug  1 18:08:31 BST 2013/Dustin Stephens wrote :

> Hello!

> I was wondering if there have been any reports of IMAP authentication not
> working on the latest version.  We've been using a really old version of
> the VM and it's been great.  I just created a new Ubuntu install and got
> zendto up and running, but the IMAP authentication is giving me grief.  I
> plugged in the same settings that are on the old VM, but when I try to
> login to the new install using my imap account the site tells me
> Authentication ErrorThe username or password was incorrect.

> I am indeed typing in the right username and password.

> Dustin Stephens
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20130801/2df9705f/attachment.html  

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20130812/d9725751/attachment.html 


More information about the ZendTo mailing list