1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-27 22:18:22 +02:00

Add a rainloop Webmail image, fixes #58

This commit is contained in:
Pierre Jaury
2016-09-03 14:10:42 +02:00
parent f5b9f569ca
commit d60ef1991c
7 changed files with 83 additions and 2 deletions

13
rainloop/start.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
# Fix some permissions
chown -R www-data:www-data /data
# There is no cleaner way to setup the default SMTP/IMAP server or to
# override the configuration
rm -f /data/_data_/_default_/domains/*
cp /default.ini /data/_data_/_default_/domains/
cp /config.ini /data/_data_/_default_/configs/
# Run apache
exec apache2-foreground