Merge pull request #68 from lavdnone/patch-1
third_party-rainloop.md
Dieser Commit ist enthalten in:
Commit
2bff8b0100
1 geänderte Dateien mit 18 neuen und 0 gelöschten Zeilen
18
docs/third_party-rainloop.md
Normale Datei
18
docs/third_party-rainloop.md
Normale Datei
|
@ -0,0 +1,18 @@
|
|||
1\. Create a new subdirectory for rainloop and download the RainLoop installer:
|
||||
```
|
||||
mkdir data/web/rainloop
|
||||
curl -o data/web/rainloop/installer.php -s http://repository.rainloop.net/installer.php
|
||||
```
|
||||
|
||||
2\. Run the installert from within the PHP-FPM mailcow container:
|
||||
```
|
||||
docker exec -it $(docker ps -qf name=php-fpm-mailcow) php /web/rainloop/installer.php
|
||||
```
|
||||
|
||||
3\. Login to `${MAILCOW_HOSTNAME}/rainloop/?admin` to set a password. The default credentials are `admin`:`12345`.
|
||||
|
||||
Add and configure a new domain as you need. Use "dovecot" as IMAP server name and "postfix" as SMTP server name.
|
||||
|
||||
![Screenshot1](https://i.imgur.com/yz0A3dT.png)
|
||||
|
||||
![Screenshot2](https://i.imgur.com/m1riawB.png)
|
Laden …
In neuem Issue referenzieren