1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

Get rid of syslogd warning about kernel logging.

This commit is contained in:
Jarrod Smith
2020-12-09 20:02:27 +00:00
parent 2629b57590
commit bc95107b54
3 changed files with 7 additions and 0 deletions

View File

@ -118,6 +118,7 @@ chmod a+x ./setup.sh
docker-compose up -d mail
./setup.sh email add <user@domain> [<password>]
./setup.sh alias add postmaster@<domain> <user@domain>
./setup.sh config dkim
```
@ -131,6 +132,7 @@ Edit the files `.env` and `docker-compose.yml`. In `.env` uncomment the variable
docker-compose up -d mail
./setup.sh -Z email add <user@domain> [<password>]
./setup.sh -Z alias add postmaster@<domain> <user@domain>
./setup.sh -Z config dkim
```