Update to 2023-11-22 16:00

This commit is contained in:
Daniel Berteaud
2023-11-22 16:00:28 +01:00
parent 91c6eec01c
commit e76462f776
6 changed files with 41 additions and 8 deletions

View File

@@ -31,4 +31,10 @@
# List of IP addresses which will have access to port 25
postfix_src_ip: []
# A list of domain to relay, with an optional transport
# postfix_relay_domains:
# - domain: my.domain.org
# transport: smtp:[mx.example.org]:25
# - domain: another.domain.fr
postfix_relay_domains: []
...