Per la versione 1.3.4 si aggiugne il repository e si installa Sogo tramite yum.
L’installazione crea l’utente sogo con la relativa cartella /home/sogo. Nella cartella /home/sogo/GNUstep/Defaults si trova il file .GNUstepDefaults dove ci sono i parametri da settare.
Successivamente va modificato il file /etc/httpd/conf.d/SOGO.conf per la configurazione di Apache.
Questo di seguito è un file .GNUstepDefaults d’esempio:
<?xml version="1.0" encoding="UTF-8"?> <plist version="0.9"> <dict> <key>NSGlobalDomain</key> <dict> </dict> <key>sogod</key> <dict> <key>OCSFolderInfoURL</key> <string>mysql://user:pwd@localhost:3306/sogo/sogo_folder_info</string> <key>OCSSessionsFolderURL</key> <string>mysql://user:pwd@localhost:3306/sogo/sogo_sessions_folder</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>imaps://192.168.1.2:993</string> <key>SOGoLanguage</key> <string>Italian</string> <key>SOGoMailDomain</key> <string>domain.local</string> <key>SOGoMailingMechanism</key> <string>smtp</string> <key>SOGoProfileURL</key> <string>mysql://user:pwd@localhost:3306/sogo/sogo_user_profile</string> <key>SOGoSMTPServer</key> <string>192.168.1.2</string> <key>SOGoSentFolderName</key> <string>Sent</string> <key>SOGoTimeZone</key> <string>Europe/Rome</string> <key>SOGoTrashFolderName</key> <string>Trash</string> <key>SOGoUserSources</key> <array> <dict> <key>canAuthenticate</key> <string>YES</string> <key>id</key> <string>directory</string> <key>isAddressBook</key> <string>YES</string> <key>type</key> <string>sql</string> <key>userPasswordAlgorithm</key> <string>md5</string> <key>viewURL</key> <string>mysql://user:pwd@localhost:3306/sogo/sogo_view</string> </dict> </array> </dict> </dict> </plist>