Renamed 'whitelist' to 'allowlist'

This commit is contained in:
Philip (a-0) 2022-09-02 14:50:18 +02:00
parent 19ebd247f7
commit 53ae50fb2b
4 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# This config file will make matrixmailer
# - Bind the SMTP server on 1.2.3.4:2525
# - Reject receiving mail that is not sent to one of the email addresses in the whitelist
# - Reject receiving mail that is not sent to one of the email addresses in the allowlist
# - Forward all received mails
# - that were sent to warning@mydomain.com to the "warning" room using "@secondbot:example.com"
# - that were sent to critical@mydomain.com to the "important" room using "@firstbot:example.com"
@ -9,7 +9,7 @@
---
bind_address: "1.2.3.4"
bind_port: "2525"
receiver_whitelist:
receiver_allowlist:
- "warning@mydomain.com"
- "critical@mydomain.com"
clients: