Changes

Jump to navigation Jump to search
492 bytes added ,  00:19, 14 July 2013
Line 37: Line 37:  
=== Options ===
 
=== Options ===
 
You can fine tune access to roundcube with DB settings. For details have a look at [[Web Application RPM#New DB settings]].
 
You can fine tune access to roundcube with DB settings. For details have a look at [[Web Application RPM#New DB settings]].
 +
 +
 +
* To limit access to roundcube.
 +
config setprop foo 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)
    
=== Local Settings ===
 
=== Local Settings ===

Navigation menu