Document that RELAYNETS is comma separated

master
Florent Daigniere 3 years ago
parent 2170e07731
commit 70b374c46f

@ -73,14 +73,13 @@ The ``MESSAGE_RATELIMIT`` is the limit of messages a single user can send. This
meant to fight outbound spam in case of compromised or malicious account on the meant to fight outbound spam in case of compromised or malicious account on the
server. server.
The ``RELAYNETS`` are network addresses for which mail is relayed for free with The ``RELAYNETS`` (default: unset) is a comma delimited list of network addresses
no authentication required. This should be used with great care. If you want other for which mail is relayed for, with no authentication required. This should be
Docker services' outbound mail to be relayed, you can set this to ``172.16.0.0/12`` used with great care.
to include **all** Docker networks. The default is to leave this empty.
The ``RELAYHOST`` is an optional address of a mail server relaying all outgoing The ``RELAYHOST`` is an optional address of a mail server to use as a smarthost for
mail in following format: ``[HOST]:PORT``. all outgoing mail in following format: ``[HOST]:PORT``.
``RELAYUSER`` and ``RELAYPASSWORD`` can be used when authentication is needed. ``RELAYUSER`` and ``RELAYPASSWORD`` can be used when authentication is required.
By default postfix uses "opportunistic TLS" for outbound mail. This can be changed By default postfix uses "opportunistic TLS" for outbound mail. This can be changed
by setting ``OUTBOUND_TLS_LEVEL`` to ``encrypt`` or ``secure``. This setting is by setting ``OUTBOUND_TLS_LEVEL`` to ``encrypt`` or ``secure``. This setting is

@ -0,0 +1 @@
RELAYNETS should be a comma separated list of networks
Loading…
Cancel
Save