1
0
mirror of https://github.com/tomav/docker-mailserver.git synced 2024-06-28 12:11:32 +02:00

Added warning about spaces in options

This commit is contained in:
Erik Wramner 2019-11-10 10:12:55 +01:00
parent ff83bf1a01
commit 2598c2a3f1

View File

@ -19,4 +19,6 @@ submission/inet/smtpd_reject_unlisted_recipient=no
```
Run `postconf -P` in the container without arguments to see the active master options.
Note! There should be no space between the parameter and the value.
Have a look at the code for more information.