Hello,
Just installed latest v1.1 beta2 and tried the new Inbox-feature. We have IMAP server with an encryption but this feature doesn't work. At the moment I don't know if this is caused by beta2 or misconfiguration on our server.
Config is as follows:
Server name: (our server), I changed real one to imap.company.com for this report as I don't want to tell real address
Port number: 993
Encryption mode: SSL
User name: (our username)
Password: (our password)
Mailbox name: (our mailbox name)
[X] Do not validate server certificate
"Inbox error: Certificate failure for imap.company.com: Self-signed certificate or untrusted authority: OU=IMAP server, CN=imap.example.com, E=postmaster@example.com"
It seems it tries to validate certificate even though I have checked not to check it.
Can someone please test if this feature works for them on IMAP-server with SSL encryption?
- Log in to post comments
I will look into this.
Regards,
Michał
Hi,
+1. Same error.
Plus some behaviour I found strange...
If I set the settings to use IMAP without SSL (regular port 143 connection) the same error appears.
Inbox error: Certificate failure for mail.jpsfs.com: self signed certificate: /OU=IMAP server/CN=imap.example.com/emailAddress=postmaster@example.com
Regards,
Thank you both for catching this. To fix this, go to line 60 of system/mail/inboxengine.inc.php and change "$adrress" to "$address".
Regards,
Michał