third_party-rainloop.md
RainLoop in mailcow dockerized
Dieser Commit ist enthalten in:
Ursprung
c0fce4d2e0
Commit
bab72d8daf
1 geänderte Dateien mit 36 neuen und 0 gelöschten Zeilen
36
docs/third_party-rainloop.md
Normale Datei
36
docs/third_party-rainloop.md
Normale Datei
|
@ -0,0 +1,36 @@
|
|||
Create folder for RainLoop in `mailcow-dockerized/data/web`
|
||||
Download installer.php and run it from php docker container.
|
||||
Remove installer.php
|
||||
Login servername/rainloop/?admin
|
||||
Change password from 12345
|
||||
```
|
||||
cd data/web
|
||||
mkdir rainloop
|
||||
cd rainloop
|
||||
curl -s http://repository.rainloop.net/installer.php >> installer.php
|
||||
# run php file from php docker image, which should be already running along others.
|
||||
# your container name might be different from mailcowdockerized_php-fpm-mailcow_1 -
|
||||
# use `docker ps` to find out
|
||||
|
||||
docker exec -it mailcowdockerized_php-fpm-mailcow_1 php /web/rainloop/installer.php
|
||||
|
||||
[RainLoop Webmail Installer]
|
||||
|
||||
|
||||
* Connecting to repository ...
|
||||
* Downloading package ...
|
||||
* Complete downloading!
|
||||
* Installing package ...
|
||||
* Complete installing!
|
||||
|
||||
* [Success] Installation is finished!
|
||||
|
||||
rm installer.php
|
||||
```
|
||||
|
||||
**login servername/rainloop/?admin to changepassword** and setup connection to mailcow
|
||||
|
||||
In domain section add desired domain
|
||||
IMAP dovecot
|
||||
SMTP postfix
|
||||
Secure STARTTSL on both
|
Laden …
In neuem Issue referenzieren