Add roundcubemail

This commit is contained in:
thomas 2022-08-13 23:48:50 +02:00
parent dc24c75f94
commit f6e537824d
9 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1 @@
/etc/roundcubemail/config.inc.php

View file

@ -0,0 +1,8 @@
Package: roundcubemail
Version: %VERSION%
Section: base
Priority: optional
Architecture: all
Depends: php-common, php-xml, php-json, php-gd, php-mbstring, php-xml, php-tidy, php-curl, php-tokenizer, php-bcmath, php-intl, php-fpm, php-sqlite3, php-pgsql, php-mysql
Maintainer: Thomas Legay <thomas@lgy.fr>
Description: roundcubemail

View file

@ -0,0 +1,2 @@
#!/bin/bash
chown -R www-data:www-data /var/lib/roundcubemail/

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,15 @@
<VirtualHost *:80>
servername roundcube.domain.com
ServerAdmin admin@domain.com
DocumentRoot /usr/share/roundcubemail/
Protocols h2c http/1.1
<directory /usr/share/roundcubemail/>
Options FollowSymLinks
AllowOverride None
Require all granted
</directory>
</VirtualHost>