mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-17 21:26:19 +00:00
Add environment option to filter rejected emails
This commit is contained in:
parent
4b374113ce
commit
acc168d13e
2 changed files with 19 additions and 6 deletions
3
.env
3
.env
|
|
@ -31,6 +31,9 @@ MYVEMAIL_BLACKLIST_DOMAINS=
|
|||
# Blacklist invididual email addresses (eg. email@website.tld,email2@website2.tld2)
|
||||
MYVEMAIL_BLACKLIST_EMAILS=
|
||||
|
||||
# Filter rejected email updates from a pattern separated by commas
|
||||
MYVEMAIL_REJECT_FILTER=
|
||||
|
||||
# Volumes
|
||||
MYVEMAIL_VOLUME_MARIADB=
|
||||
MYVEMAIL_VOLUME_SSL=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue