Removed term 'whitelist'

This commit is contained in:
Philip (a-0) 2022-09-02 14:54:57 +02:00
parent 19ebd247f7
commit 5ac1425b44
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 allowed receiving email addresses in the
# - 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:
allowed_receivers:
- "warning@mydomain.com"
- "critical@mydomain.com"
clients: