Am 04.11.2011 12:43, schrieb Ludovic Marcotte:
On 04/11/11 07:41, Jürgen Echter wrote:

i replaced our old IMAP Server in SOGo config  with our new one.

Problem is now, i can't connect to the new IMAP server via SOGo, i can connect via Thunderbird.

I didn't change anything else in my setup.
Check if something is listening on port 993:

lsof -iTCP:993
no output

Check if you can connect using openssl:

openssl s_client -connect localhost:993
here i have output:

CONNECTED(00000003)
7771:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake failure:s23_lib.c:188:


Show your SOGo configuration.

<?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>OCSEMailAlarmsFolderURL</key>
<string>mysql://sogo:mypassword@localhost:3306/sogo/sogo_alarms_folder</string>
<key>OCSFolderInfoURL</key>
<string>mysql://sogo:mypassword@localhost:3306/sogo/sogo_folder_info</string>
<key>OCSSessionsFolderURL</key>
<string>mysql://sogo:mypassword@127.0.0.1:3306/sogo/sogo_sessions_folder</string>
<key>SOGoACLsSendEMailNotifications</key>
<string>YES</string>
<key>SOGoAppointmentSendEMailNotifications</key>
<string>YES</string>
<key>SOGoCalendarDefaultRoles</key>
<array>
<string>PublicViewer</string>
<string>ConfidentialDAndTViewer</string>
</array>
<key>SOGoEnableEMailAlarms</key>
<string>YES</string>
<key>SOGoFoldersSendEMailNotifications</key>
<string>YES</string>
<key>SOGoForceIMAPLoginWithEmail</key>
<string>YES</string>
<key>SOGoIMAPServer</key>
<string>imaps://our.new.host.de:993</string>
<key>SOGoLanguage</key>
<string>German</string>
<key>SOGoMailDomain</key>
<string>echter-kuechen-elektro.de</string>
<key>SOGoMailingMechanism</key>
<string>sendmail</string>
<key>SOGoMemcachedHost</key>
<string>127.0.0.1</string>
<key>SOGoProfileURL</key>
<string>mysql://sogo:mypassword@localhost:3306/sogo/sogo_user_profile</string>
<key>SOGoSMTPServer</key>
<string>our.new.host.de</string>
<key>SOGoSuperUsernames</key>
<array>
<string>j.ech...@echter-kuechen-elektro.de</string>
</array>
<key>SOGoTimeZone</key>
<string>Europe/Berlin</string>
<key>SOGoUserSources</key>
<array>
<dict>
<key>CNFieldName</key>
<string>cn</string>
<key>IDFieldName</key>
<string>uid</string>
<key>UIDFieldName</key>
<string>uid</string>
<key>baseDN</key>
<string>ou=sogo-users,dc=workgroup,dc=local</string>
<key>bindDN</key>
<string>cn=admin,dc=workgroup,dc=local</string>
<key>bindPassword</key>
<string>mypassword</string>
<key>canAuthenticate</key>
<string>YES</string>
<key>displayName</key>
<string>Shared Addresses</string>
<key>hostname</key>
<string>192.168.0.200</string>
<key>id</key>
<string>public</string>
<key>isAddressBook</key>
<string>YES</string>
<key>port</key>
<string>389</string>
</dict>
</array>
</dict>
</dict>
</plist>

--
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to