Hi all, I come to ask you for help after one week of brain-storming... but without success !
I try to configure Sogo on a dedicated server at "88.191.139.46" (dedibox.adrets-asso.fr DNS), to receive e-mails securely through SSL from a server hosted by a french hosting company named OVH at "ssl0.ovh.net". The main website they host is "adrets-asso.fr". When running with Thunderbird, my logins and passwords are working with both secured and unsecured connection. OVH require to connect with the email as login, so I use SOGoForceIMAPLoginWithEmail. Actually Sogo is running with the latest stable version (http://dedibox.adrets-asso.fr/SOGo/), every configuration seems to work (MySQL, Postfix, OpenLDAP, Dovecot, Apache...), but when connecting to the web interface, my mail tab is blank without any mail. The sogo log : May 31 14:08:08 sogod [19486]: [ERROR] <0x0x15eb970[NGImap4ConnectionManager]> IMAP4 login failed: host=ssl0.ovh.net, [email protected], pwd=yes url=imaps://jhorgues-debat%[email protected]/ base=(nil) base-class=(nil)) = <0x0x15871e0[NGImap4Client]: [email protected](pwd) socket=<NGActiveSSLSocket[0x0x16b1a50]: mode=rw address=<0x0x14bb0b0[NGInternetSocketAddress]: host=adrets-dediboxsd.local port=54862> connectedTo=<0x0x162f940[NGInternetSocketAddress]: host=ssl0.ovh.net port=993>>> May 31 14:08:08 sogod [19486]: <0x014A7AD0[SOGoMailAccount]:0> renewing imap4 password And here is my .GNUstepDefaults file : <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml"> <plist version="0.9"> <dict> <key>NSGlobalDomain</key> <dict> </dict> <key>sogod</key> <dict> <key>OCSFolderInfoURL</key> <string>mysql://sogo:Adrets05@localhost:3306/sogo/sogo_folder_info</string> <key>OCSSessionsFolderURL</key> <string>mysql://sogo:Adrets05@localhost:3306/sogo/sogo_sessions_folder</string> <key>SOGoACLsSendEMailNotifications</key> <string>NO</string> <key>SOGoAppointmentSendEMailNotifications</key> <string>NO</string> <key>SOGoDraftsFolderName</key> <string>Drafts</string> <key>SOGoEnableEMailAlarms</key> <string>NO</string> <key>SOGoFoldersSendEMailNotifications</key> <string>NO</string> <key>SOGoForceIMAPLoginWithEmail</key> <string>YES</string> <key>SOGoForwardEnabled</key> <string>NO</string> <key>SOGoIMAPServer</key> <string>imaps://ssl0.ovh.net:993/?tls=YES</string> <key>SOGoLanguage</key> <string>French</string> <key>SOGoMailAuxiliaryUserAccountsEnabled</key> <string>YES</string> <key>SOGoMailDomain</key> <string>adrets-asso.fr</string> <key>SOGoMailingMechanism</key> <string>smtp</string> <key>SOGoProfileURL</key> <string>mysql://sogo:Adrets05@localhost:3306/sogo/sogo_user_profile</string> <key>SOGoSMTPServer</key> <string>ssl0.ovh.net:465</string> <key>SOGoSentFolderName</key> <string>Sent</string> <key>SOGoSieveScriptsEnabled</key> <string>NO</string> <key>SOGoSieveServer</key> <string>sieve://localhost</string> <key>SOGoSuperUsernames</key> <array> <string>jean</string> </array> <key>SOGoTimeZone</key> <string>Europe/Paris</string> <key>SOGoTrashFolderName</key> <string>Trash</string> <key>SOGoUserSources</key> <array> <dict> <key>CNFieldName</key> <string>cn</string> <key>IDFieldName</key> <string>uid</string> <key>IMAPHostFieldName</key> <string>ssl0.ovh.net</string> <key>UIDFieldName</key> <string>uid</string> <key>baseDN</key> <string>ou=people,dc=adrets-asso,dc=fr</string> <key>bindDN</key> <string>uid=adrets,ou=people,dc=adrets-asso,dc=fr</string> <key>bindPassword</key> <string>Adrets05</string> <key>canAuthenticate</key> <string>YES</string> <key>displayName</key> <string>Adresses partagées</string> <key>hostname</key> <string>localhost</string> <key>id</key> <string>groups</string> <key>isAddressBook</key> <string>YES</string> <key>passwordPolicy</key> <string>NO</string> <key>port</key> <string>389</string> <key>scope</key> <string>SUB</string> <key>type</key> <string>ldap</string> </dict> </array> <key>SOGoVacationEnabled</key> <string>NO</string> <key>WOLogFile</key> <string>/var/log/sogo/sogo.log</string> <key>WOWorkersCount</key> <string>3</string> </dict> </dict> </plist> more infos : - dovecot allows plaintext passwords - dovecot uses the same password for the imap account as I configured SOGo to use this part of the log : "address=<0x0x14bb0b0[NGInternetSocketAddress]: host=adrets-dediboxsd.local port=54862>" seems wrong to me, but I have no idea where to change the value of "host" here, or even if it is relevant. Can you help me ? What am I missing ? Thanks a lot in advance, yagraph -- [email protected] https://inverse.ca/sogo/lists
