Changes

Jump to navigation Jump to search
741 bytes added ,  10:28, 8 July 2011
Line 45: Line 45:     
  yum install smeserver-sogo --enablerepo=nethsme --enablerepo=sogo
 
  yum install smeserver-sogo --enablerepo=nethsme --enablerepo=sogo
 +
 +
 +
Once you have installed SOGo you may find that there is a timeout issue in that SOGo keeps logging you out. To stop this, you will need to add the following line to the .GNUstepDefaults file
 +
 +
OCSSessionsFolderURL = "mysql://sogo:{$sogod{'DbPassword'}}@localhost/sogo/sogo_sessions_folder";
 +
 +
To do this you need to edit the following file in your favourite editor:
 +
/etc/e-smith/templates/home/sogo/GNUstep/Defaults/.GNUstepDefaults/10defaults
 +
 +
I would put it under the SOGoProfileURL = "mysql://sogo:{$sogod{'DbPassword'}}@localhost/sogo/sogo_user_profile"; line.
 +
 +
Once saved, then execute the following commands:
 +
 +
signal-event sogo-modify;
 +
/etc/rc7.d/S85sogod restart
 +
 +
Hopefully now you will no longer experience the time-out issue.
    
=== Upgrade ===
 
=== Upgrade ===

Navigation menu