Changes

Jump to navigation Jump to search
761 bytes added ,  12:27, 1 June 2014
Line 200: Line 200:  
   rcplugin_update.sh
 
   rcplugin_update.sh
   −
=== Local Settings ===
+
==== Local Settings ====
 
The config file is now templated, so changes need to be made in a new fragment  
 
The config file is now templated, so changes need to be made in a new fragment  
 
  # ll /etc/e-smith/templates/opt/roundcube/config/config.inc.php/
 
  # ll /etc/e-smith/templates/opt/roundcube/config/config.inc.php/
Line 211: Line 211:     
If you think your setting should be the SME default raise a bug
 
If you think your setting should be the SME default raise a bug
 +
====Limit access to roundcube====
 +
config setprop roundcube PublicAccess OPTION
 +
 +
OPTION is either of the following.
 +
 +
        none            => No access
 +
        local            => Local network  (no password required)
 +
        local-pw        => Local network  (password required)
 +
        global          => Entire Internet(no password required)
 +
        global-pw        => Entire Internet(password required)
 +
        global-pw-remote => Entire Internet(password required outside local network)
 +
 +
{{Note box|the global option is already the default option to control access to this contribs}}
 +
 +
config setprop roundcube PublicAccess global
 +
 +
To enable your changes run these commands
 +
 +
expand-template /etc/httpd/conf/httpd.conf
 +
sv h /service/httpd-e-smith

Navigation menu