[ZendTo] Re: IMAP authentication

Jules Jules at Zend.To
Tue Oct 1 17:24:24 BST 2013


Thanks for that. I have fixed both those problems (the second by adding 
another note in the comments above the IMAP section).

Cheers!
Jules.

On 12/08/2013 07:27, Sébastien Blaisot wrote:
> 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  
>
>
> _______________________________________________
> ZendTo mailing list
> ZendTo at zend.to
> http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto
>
> Jules
>
> -- 
> Julian Field MEng MBCS CITP CEng
>
> 'There is always one moment in childhood when the door opens and
>   lets the future in.' - Graham Greene
>
> www.Zend.To
> Twitter: @JulesFM
> PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/zendto/attachments/20131001/c1c5fc21/attachment.html 


More information about the ZendTo mailing list