On Apr 9, 2014, at 2:40 PM, Christian Mack <[email protected]> wrote: > < .. > >> SOGoIMAPServer = "imaps://mail.procura.nl"; > < cut > > > Here is your fault. > You try to connect with SSL on port 143.
? His logs say: > = <0x0x7f94cefcfe78[NGImap4Client]: [email protected](pwd) > address=<0x0x7f94cf08a8f8[NGInternetSocketAddress]: host=mail.ZZZ.nl > port=993>> Notice the port=993. > Change it to > SOGoIMAPServer = "imaps://localhost:993"; 993 is the default port of the imaps URL, it's not necessary to set that explicitly. hh -- [email protected] https://inverse.ca/sogo/lists
