1 (edited by hata_ph 2011-06-05 10:54:11)

Topic: SOGo on iRedMail-0.7.1 [SOLVED]

Anyone use SOGo on iRedMail-0.7.1?
I am having problem connecting SOGo to iRedMail's ldap...

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: SOGo on iRedMail-0.7.1 [SOLVED]

What issue? Any detail error log?

3 (edited by hata_ph 2011-06-03 14:26:32)

Re: SOGo on iRedMail-0.7.1 [SOLVED]

Cannot log-in to SOGo...

sogo.log

2011-06-03 13:59:02.612 sogod[2692] Note(SoObject): SoDebugKeyLookup is enabled!
2011-06-03 13:59:02.612 sogod[2692] Note(SoObject): SoDebugBaseURL is enabled!
2011-06-03 13:59:02.612 sogod[2692] Note(SoObject): relative base URLs are enabled.
2011-06-03 13:59:02.621 sogod[2692] WOCompoundElement: pool embedding is on.
2011-06-03 13:59:02.622 sogod[2692] WOCompoundElement: id logging is on.
2011-06-03 13:59:02.643 sogod[2692] WARNING(-[NSNull(misc) count]): called NSNull -count (returns 0) !!!
192.168.4.87 - - [03/Jun/2011:13:59:02 GMT] "GET /SOGo/ HTTP/1.1" 200 3453/0 0.045 10516 67% 3M
Jun 03 13:59:05 sogod [2692]: SOGoRootPage Login for user 'lee@xxx.tld' might not have worked - password policy: 65535  grace: -1  expire: -1  bound: 0
192.168.4.87 - - [03/Jun/2011:13:59:05 GMT] "POST /SOGo/connect HTTP/1.1" 403 34/52 0.003 - - 460K
Jun 03 13:59:24 sogod [2691]: <0x0x92a1ec8[WOWatchDog]> Terminating with signal 15
Jun 03 13:59:24 sogod [2691]: <0x0x92586e0[WOWatchDogChild]> sending terminate signal to pid 2692
Jun 03 13:59:24 sogod [2691]: <0x0x92586e0[WOWatchDogChild]> child 2692 exited
Jun 03 13:59:24 sogod [2691]: <0x0x92a1ec8[WOWatchDog]> all children exited. We now terminate.
Jun 03 14:00:46 sogod [2192]: version 1.3.7 (build root@vizzini.inverse.ca 201105061201) -- starting
Jun 03 14:00:46 sogod [2192]: vmem size check enabled: shutting down app when vmem > 384 MB
Jun 03 14:00:47 sogod [2192]: <0x0x8b4db40[SOGoProductLoader]> SOGo products loaded from '/usr/GNUstep/System/Library/SOGo':
Jun 03 14:00:47 sogod [2192]: <0x0x8b4db40[SOGoProductLoader]>   CommonUI.SOGo, MainUI.SOGo, Contacts.SOGo, AdministrationUI.SOGo, Appointments.SOGo, MailPartViewers.SOGo, SchedulerUI.SOGo, MailerUI.SOGo, Mailer.SOGo, PreferencesUI.SOGo, ContactsUI.SOGo
Jun 03 14:00:47 sogod [2192]: <0x0x8ca2258[WOWatchDog]> listening on *:20000
Jun 03 14:00:47 sogod [2192]: <0x0x8ca2258[WOWatchDog]> watchdog process pid: 2192
Jun 03 14:00:47 sogod [2192]: <0x0x312bc0[WOWatchDogChild]> watchdog request timeout set to 10 minutes
Jun 03 14:00:47 sogod [2192]: <0x0x8ca2258[WOWatchDog]> preparing 1 children
Jun 03 14:00:47 sogod [2192]: <0x0x8ca2258[WOWatchDog]> child spawned with pid 2232
Jun 03 14:11:37 sogod [2232]: <0x0x89e57c0[SOGoCache]> Cache cleanup interval set every 300.000000 seconds
Jun 03 14:11:37 sogod [2232]: <0x0x89e57c0[SOGoCache]> Using host(s) 'localhost' as server(s)
2011-06-03 14:11:37.572 sogod[2232] Note(SoObject): SoDebugKeyLookup is enabled!
2011-06-03 14:11:37.572 sogod[2232] Note(SoObject): SoDebugBaseURL is enabled!
2011-06-03 14:11:37.572 sogod[2232] Note(SoObject): relative base URLs are enabled.
2011-06-03 14:11:37.642 sogod[2232] WOCompoundElement: pool embedding is on.
2011-06-03 14:11:37.642 sogod[2232] WOCompoundElement: id logging is on.
Jun 03 14:11:37 sogod [2232]: SOGoRootPage Login for user 'lee@xxx.tld' might not have worked - password policy: 65535  grace: -1  expire: -1  bound: 0
192.168.4.87 - - [03/Jun/2011:14:11:37 GMT] "POST /SOGo/connect HTTP/1.1" 403 34/52 0.182 - - 2M

.GNUstepDefaults

<plist version="0.9"><dict>
<key>NSGlobalDomain</key>
<dict>
</dict>
<key>sogod</key>
<dict>
<key>OCSFolderInfoURL</key>
<string>mysql://sogo:xxx@localhost:3306/sogo/sogo_folder_info</string>
<key>OCSSessionsFolderURL</key>
<string>mysql://sogo:xxx@localhost:3306/sogo/sogo_sessions_folder</string>
<key>SOGMailingMechanism</key>
<string>smtp</string>
<key>SOGoACLsSendEMailNotifications</key>
<string>YES</string>
<key>SOGoAppontmentSendEMailNotifications</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>xxx.tld</string>
<key>SOGoMailingMechanism</key>
<string>smtp</string>
<key>SOGoProfileURL</key>
<string>mysql://sogo:xxx@localhost:3306/sogo/sogo_user_profile</string>
<key>SOGoSMTPServer</key>
<string>localhost</string>
<key>SOGoSentFolderName</key>
<string>Sent</string>
<key>SOGoTimeZone</key>
<string>Asia/Kuala_Lumpur</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>o=domains,dc=xxx,dc=tld</string>
<key>bindDN</key>
<string>cn=vmail,dc=xxx,dc=tld</string>
<key>bindPassword</key>
<string>xxx</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>

4

Re: SOGo on iRedMail-0.7.1 [SOLVED]

I have done with the help from this thread...working great on centos+iredmail-0.7.1

http://www.iredmail.org/forum/topic2071 … guide.html

5

Re: SOGo on iRedMail-0.7.1 [SOLVED]

SOGo include a webmail interface too...can consider use SOGo instead of roundcubemail...