You've already forked Mailu
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:
13
rainloop/start.sh
Executable file
13
rainloop/start.sh
Executable 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
|
||||
Reference in New Issue
Block a user