debmaker/ressources/roundcubemail
Thomas Legay 038343fc0f ajout de la gestion d'un appostrophe utf8 2024-10-15 10:40:56 +02:00
..
rootfs update version & section change 2022-11-01 22:14:36 +01:00
README.MD README MIGRATION 2022-10-01 17:58:26 +02:00
debmaker ajout de la gestion d'un appostrophe utf8 2024-10-15 10:40:56 +02:00

README.MD

roundcubemail

Information

Site : https://roundcube.net/

Source : https://github.com/roundcube/roundcubemail

Install
apt install -y wget ca-certificates
wget -qO - https://deb.lgy.fr/install.sh | bash
apt-get update
apt install roundcubemail

# sample configuration for apache2 + vhost

cp /usr/share/doc/roundcubemail/apache2-roundcubemail.conf /etc/apache2/sites-available/roundcubemail.conf
a2ensite roundcubemail

# edit /etc/apache2/sites-available/roundcubemail.conf
# edit /etc/roundcubemail/config.inc.php

systemctl restart apache2