

To enable the recommended plugins change it to: $config = array( They can move mails to specific folders automatically for example.Īgain edit the /etc/roundcube/ file and look for the plugins configuration. managesieve: Let the user manage rules that apply to incoming email.password: Let the user change their access password.Roundcube comes with various plugins that you can offer your users. So when logging in please enter the email address as the user name. Keep in mind that we are using the email address as the account name of the user. So now when your users enter / in their browser they should get the Roundcube login form: We don’t want that.Īlso for sending emails you should use the same submission port as other email clients use: $config = 'tls:// ' If you do not set the default_host here then Roundcube will ask the user for the name of the mail server at login. However I suggest that you make these changes: $config = 'tls:// ' The main configuration file of Roundcube is located at /etc/roundcube/. In case of a problem run “ apache2ctl configtest” to find the cause. So if you go to / then files are looked up in that directory.Īlso add this line within the same VirtualHost section to add a couple of prepared security settings: Include /etc/roundcube/nfĪnd as usual Apache needs to be restarted after the configuration change: systemctl restart apache2Ĭheck that Apache is running properly: systemctl status apache2 I suggest you change the DocumentRoot line to: DocumentRoot /var/lib/roundcube/public_htmlĪll URLs are relative to that directory. To get Apache to serve the Roundcube application you need to edit the /etc/apache2/sites-available/ file. The following instructions will just deal with one common host name.

Configure Apacheĭo you remember that earlier in this guide I asked you how want to name your mail server? Whether you want to use one common name like “” for all your domains? Or if you prefer different host names for each domain like “” and “”? If you want to use just more then you will have to create one virtual host configuration per domain.
#Access mailserve from roundcube password
When asked for a password just press ENTER. So you will get asked to set up database access: Roundcube stores user settings in the database.
#Access mailserve from roundcube install
Start by installing the software packages: apt install -y roundcube roundcube-plugins roundcube-plugins-extra roundcube-mysql So if your users are used to it… just stay with it. Roundcube is the software that was also used in the previous versions of this guide.

This page deals with the installation of Roundcube as a web mail interface.
