Line 98: |
Line 98: |
| | | |
| ===Limit access to web interface=== | | ===Limit access to web interface=== |
− | {{Note box|By default, the Roundcube webmail interface is accessible from the entire internet without requiring additional HTTP authentication. }} | + | {{Note box|By default, the Roundcube webmail interface is accessible from the entire internet without requiring additional HTTP authentication.}} |
| | | |
| Access to Roundcube can be fine-tuned by setting the corresponding property in the configuration DB of SME server: | | Access to Roundcube can be fine-tuned by setting the corresponding property in the configuration DB of SME server: |
Line 107: |
Line 107: |
| | | |
| none => No access | | none => No access |
− | local => Local network (no password required) | + | local => Local network (no password required) |
− | local-pw => Local network (password required) | + | local-pw => Local network (password required) |
− | global => Entire Internet(no password required, this is the default on SME) | + | global => Entire Internet (no password required, this is the default on SME) |
− | global-pw => Entire Internet(password required) | + | global-pw => Entire Internet (password required) |
− | global-pw-remote => Entire Internet(password required outside local network) | + | global-pw-remote => Entire Internet (password required outside local network) |
| | | |
| For example, to restrict access to LAN only: | | For example, to restrict access to LAN only: |
Line 117: |
Line 117: |
| config setprop roundcube PublicAccess local | | config setprop roundcube PublicAccess local |
| | | |
− | To activate these changes to the configuration DB, run these commands | + | To activate these changes to the configuration DB, run these commands: |
| | | |
| expand-template /etc/httpd/conf/httpd.conf | | expand-template /etc/httpd/conf/httpd.conf |
Line 124: |
Line 124: |
| afterwards. | | afterwards. |
| | | |
− | Note: For a general description of how DB settings work on SME server, have a look at [[Web Application RPM#New DB settings]]. | + | Note: for a general description of how DB settings work on SME server, have a look at [[Web Application RPM#New DB settings]]. |
| | | |
| === Customization === | | === Customization === |