Changes

Jump to navigation Jump to search
976 bytes removed ,  00:20, 3 February 2014
Line 113: Line 113:  
  signal-event sogo-modify;
 
  signal-event sogo-modify;
 
  /etc/rc7.d/S85sogod restart
 
  /etc/rc7.d/S85sogod restart
  −
=== Charset issue ===
  −
  −
You may experience some problem in SOGo web interface with international fonts (à, é, ù .....) not correctly displayed. To correct this issue yuo need to edit the following file in your favourite editor (copy the original from /etc/e-smith/templates/etc/httpd/conf/httpd.conf):
  −
/etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/85SOGoAccess
  −
and add the instruction '''AddDefaultCharset UTF-8''' in this section:
  −
<Location /SOGo>
  −
        order deny,allow
  −
        deny from all
  −
        allow from all
  −
        SSLRequireSSL on
  −
        RequestHeader set "x-webobjects-server-url" "https://{$SystemName}.{$DomainName}/SOGo"
  −
        AddDefaultCharset UTF-8
  −
</Location>
  −
  −
or you can use this command:
  −
sed -i '/x-webobjects/ a\        AddDefaultCharset UTF-8' /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/85SOGoAccess
  −
Then expand template and restart httpd:
  −
expand-template /etc/httpd/conf/httpd.conf
  −
/etc/init.d/httpd-e-smith restart
      
=== Upgrade ===
 
=== Upgrade ===

Navigation menu