Am 2014-04-09 08:45, schrieb Henry Verdonschot: > Christian Mack schreef op 8-4-2014 14:03: >> Am 2014-04-07 13:27, schrieb [email protected]: >>> I'm trying to connect SOGo to our (Mailtraq) mailserver but I get the >>> following response: >>> >>> = <0x0x7f94cefcfe78[NGImap4Client]: [email protected](pwd) >>> address=<0x0x7f94cf08a8f8[NGInternetSocketAddress]: host=mail.ZZZ.nl >>> port=993>> >>> Apr 07 12:39:59 sogod [21827]: <0xCEF48268[SOGoMailAccount]:0> >>> renewing imap4 >>> password >>> 2014-04-07 12:40:01.581 sogod[21827] ERROR(-[NGActiveSSLSocket >>> primaryConnectToAddress:]): couldn't setup SSL connection on socket >>> (error:00000005:lib(0):func(0):DH lib)... >>> Apr 07 12:40:01 sogod [21827]: [ERROR] >>> <0x0x7f94cf1874d8[NGImap4ConnectionManager]> IMAP4 login failed: >>> host=mail.ZZZ.nl, user=UUU, pwd=yes >>> url=imaps://[email protected]/ >>> base=(null) >>> base-class=(null)) >>> >>> I can connect to the server using Thunderbird IMAP >>> >>> Any suggestions what I'm doing wrong here? >>> >> >> Is there SSL transport encryption enabled at that port? >> How does your SOGo config look like? >> >> Kind regards, >> Christian Mack >> > Yes, the settings for this service are to use Implicit mode (SSL/TLS, > IMAP4S). The config is as follows: > < .. > > SOGoIMAPServer = "imaps://mail.procura.nl"; < cut >
Here is your fault. You try to connect with SSL on port 143. Change it to SOGoIMAPServer = "imaps://localhost:993"; Kind regards, Christian Mack -- Christian Mack Abteilung Basisdienste KIM IT-Services Universität Konstanz
smime.p7s
Description: S/MIME Cryptographic Signature
