Hi, just thought I'd report back my upgrade experience:

1. Aliases for /SOGo.woa/WebServerResources and
/SOGo/WebServerResources/ and
/SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) changed.
Alias /SOGo.woa/WebServerResources/ \
    /usr/lib64/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
    /usr/lib64/GNUstep/SOGo/WebServerResources/
AliasMatch /SOGo/so/ControlPanel/Products/(.*)/Resources/(.*) \
    /usr/lib64/GNUstep/SOGo/$1.SOGo/Resources/$2

<Directory /usr/lib64/GNUstep/SOGo/>
    AllowOverride None
    Order deny,allow
    Allow from all
</Directory>

2. The path to sogo-ealarms-notify has changed. Update your crontab to:

* * * * * sogo /usr/sbin/sogo-ealarms-notify

Suggestions:

- create a /etc/cron.d/SOGo file so crontabs can be automaticly updated
by rpm.
- add hostname ++ to /etc/sysconfig/SOGO and add a simple bash script to
generate /etc/httpd/conf.d/SOGo.conf so that you it is possible to
change the values in it without breaking configurations.




-- 
Regards / Med vennlig hilsen
Tarjei Huse
Mobil: 920 63 413

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

Reply via email to