Re: [SOGo] SOGo logs user out after 10 minutes

2011-03-02 Thread Kaz Walker

Thank you very much, that worked like a charm.
--
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] SOGo logs user out after 10 minutes

2011-03-01 Thread kaz.walker
Hello, I'm having a problem with my SOGo installation, I'm using the iRedMail
email server suite  as the backend, and have configured SOGo to use it's LDAP.
Everything with the install is working fine, aside from the fact that every 10
minutes, users are asked to login again. The worst part is that SOGo will only
display the login page when a user clicks something, and it stops checking
email when on the inbox view, this makes things very confusing.

My .GNUstepDefaults:

?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
keyNSGlobalDomain/key
dict
/dict
keysogod/key
dict
keyNGImap4DisableIMAP4Pooling/key
stringYES/string
keyNGUseUTF8AsURLEncoding/key
stringYES/string
keyOCSFolderInfoURL/key
   
stringmysql://sogo:MYSQL_PASS@localhost:3306/sogo/sogo_folder_info/string
keySOGoACLsSendEMailNotifications/key
stringYES/string
keySOGoAppointmentSendEMailNotifications/key
stringYES/string
keySOGoAuthenticationMethod/key
stringLDAP/string
keySOGoCalendarDefaultRoles/key
array
stringPublicViewer/string
/array
keySOGoDraftsFolderName/key
stringDrafts/string
keySOGoFoldersSendEMailNotifications/key
stringYES/string
keySOGoForceIMAPLoginWithEmail/key
stringYES/string
keySOGoForwardEnabeled/key
stringYES/string
keySOGoIMAPServer/key
stringlocalhost/string
keySOGoLDAPContactInfoAttribute/key
stringYES/string
keySOGoLanguage/key
stringEnglish/string
keySOGoMailDomain/key
stringslipline.ca/string
keySOGoMailListViewColumnsOrder/key
array
stringFlagged/string
stringAttachment/string
stringPriority/string
stringFrom/string
stringSubject/string
stringUnread/string
stringDate/string
stringSize/string
/array
keySOGoMailingMechanism/key
stringsmtp/string
keySOGoOtherUsersFolderName/key
stringOther Users/string
keySOGoProfileURL/key
   
stringmysql://sogo:MYSQL_PASS@localhost:/sogo/sogo_user_profile/string
keySOGoSMTPServer/key
stringlocalhost/string
keySOGoSentFolderName/key
stringSent/string
keySOGoSharedFolderName/key
stringShared Folders/string
keySOGoTimeZone/key
stringAmerica/Edmonton/string
keySOGoTrashFolderName/key
stringTrash/string
keySOGoUserSources/key
array
dict
keyCNFieldName/key
stringcn/string
keyIDFieldName/key
stringmail/string
keyUIDFieldName/key
stringuid/string
keybaseDN/key
stringo=domains,dc=slipline,dc=ca/string
keybindDN/key
stringcn=vmail,dc=slipline,dc=ca/string
keybindFields/key
stringmail/string
keybindPassword/key
stringLDAP_PASS/string
keycanAuthenticate/key
stringYES/string
keydisplayName/key
stringShared Address Book/string
keyhostname/key
string127.0.0.1/string
keyid/key
stringpublic/string
keyisAddressBook/key
stringYES/string
keyport/key
string389/string
keyscope/key
stringsub/string
/dict
/array
keySOGoVacationEnabeled/key
stringYES/string
keyWOMessageUseUTF8/key
stringYES/string
keyWOParsersUseUTF8/key
stringYES/string
keyWOPort/key
string2/string
keyWOUseRelativeURLs/key
stringNO/string
/dict
/dict
/plist
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] SOGo logs user out after 10 minutes

2011-03-01 Thread Pascal Gienger

Em 02/03/11 07:58, kaz.wal...@slipline.ca escreveu:

Hello, I'm having a problem with my SOGo installation, I'm using the iRedMail
email server suite  as the backend, and have configured SOGo to use it's LDAP.


In your case:

# su - sogo
$ defaults write sogod OCSSessionsFolderURL 
mysql://sogo:MYSQL_PASS@localhost:3306/sogo/sogo_sessions_folder

$ exit
# service sogod restart

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