SnappyMail Webmailer
Contents
Note: We used Rainloop Webmailer before it got deprecated, see the Nextcloud App.
This article was originally tested on Debian 9 (stretch) and later updated to Debian 12 (bookworm).
Installation and Configuration
Follow the installation instructions and see the release page.
Especially secure the data folder.
Configure Apache suitable, see Apache Configuration for SnappyMail.
Furthermore we usually do the following configuration:
- General
- Language: German
- Domains
- add and active your domain
- Login
- Default Domain: example.com
Enable Contacts
Note: This parted was only tested with Rainloop Webmailer.
This part assumes you have a database like MariaDB, see MariaDB.
Furthermore the PHP Data Objects (PDO) interface is needed to enable access from PHP to MySQL databases:
apt install php*-mysql
For enabling contacts now follow https://www.howtoforge.com/installation-and-configuration-of-rainloop-in-debian-7-wheezy#-enabling-contacts.