The default webmail client is Roundcube. Roundcube main features are:
The webmail is available at the following URLs:
For example, given a server with IP address 192.168.1.1 and name mail.mydomain.com, valid addresses are:
Roundcube supports many plugins already bundled within the installation.
Plugins enabled by default:
Other recommended plugins:
Plugins can be added or removed by editing the comma-separated list inside the Plugins
property.
For example, to enable “mail notification”, “mark as junk” and “manage sieve plugins”, execute from command line:
config setprop roundcubemail PluginsList managesieve,markasjunk,newmail_notifier
signal-event nethserver-roundcubemail-update
A list of bundled plugins can be found inside /usr/share/roundcubemail/plugins
directory.
To get the list, just execute:
ls /usr/share/roundcubemail/plugins
With default configuration webmail is accessible using HTTPS from any network.
If you want to restrict the access only from green and trusted networks, execute:
config setprop roundcubemail access private
signal-event nethserver-roundcubemail-update
If you want to open the access from any network:
config setprop roundcubemail access public
signal-event nethserver-roundcubemail-update