Hi,

I have installed SOGo on Ubuntu Server 10.4 with cyrus-2.2, but although I can log into SOGo web interface I can't see the contents of the mailbox.

Although my mail.log indicates a successful login:

Nov 15 12:58:55 sogo cyrus/imap[25891]: executed
Nov 15 12:58:55 sogo cyrus/imap[25891]: accepted connection
Nov 15 12:58:55 sogo cyrus/imap[25891]: login: localhost [127.0.0.1] ian plaintext User logged in

sogo.log shows the following error:

2010-11-15 12:58:55.584 sogod[25890] Note(NGImap4Connection): using '/' as the IMAP4 folder separator. Nov 15 12:58:55 sogod [25890]: [ERROR] <0x0x9741f18[NGImap4Connection]> could not select URL: imap://i...@localhost/INBOX/: {RawResponse = "{ResponseResult = {description = \"Mailbox does not exist\"; result = no; tagId = 5; }; }"; reason = "Mailbox does not exist"; result = NO; }


I expect it's an Imap config issue but I'd appreciate any suggestions...


Here's the content of my '~sogo/GNUstep/Defaults/.GNUstepDefaults' file for info:

<?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:sogopas...@localhost:3306/sogo/sogo_folder_info</string>
<key>SOGoACLsSendEMailNotifications</key>
<string>YES</string>
<key>SOGoAppointmentSendEMailNotifications</key>
<string>YES</string>
<key>SOGoDraftsFolderName</key>
<string>Drafts</string>
<key>SOGoFoldersSendEMailNotifications</key>
<string>YES</string>
<key>SOGoIMAPServer</key>
<string>localhost</string>
<key>SOGoLanguage</key>
<string>English</string>
<key>SOGoMailDomain</key>
<string>EXAMPLE.COM</string>
<key>SOGoMailingMechanism</key>
<string>smtp</string>
<key>SOGoProfileURL</key>
<string>mysql://sogo:sogopas...@localhost:3306/sogo/sogo_user_profile</string>
<key>SOGoSMTPServer</key>
<string>localhost</string>
<key>SOGoSentFolderName</key>
<string>Sent</string>
<key>SOGoTimeZone</key>
<string>Europe/London</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>mailHost</string>
<key>UIDFieldName</key>
<string>uid</string>
<key>baseDN</key>
<string>ou=users,dc=EXAMPLE,dc=ORG</string>
<key>bindDN</key>
<string>uid=sogo,ou=users,dc=EXAMPLE,dc=ORG</string>
<key>bindPassword</key>
<string>qwerty</string>
<key>canAuthenticate</key>
<string>YES</string>
<key>displayName</key>
<string>Shared Addresses</string>
<key>hostname</key>
<string>localhost</string>
<key>id</key>
<string>public</string>
<key>isAddressBook</key>
<string>YES</string>
<key>port</key>
<string>389</string>
</dict>
</array>
</dict>
</dict>
</plist>


Thanks in advance,

Ian Jones
--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to