Haraka-Wildduck Docker Mail Server with NodeJS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
527 B

# Basic whitelist/blacklist mechanism for domains and e-mail addresses
# add a single domain or e-mail per line
# default behavior for entries is to DENY or blacklist
# reverse behavior by prepending an exclamation point !
# foo.com <-- denied
# !foo.com <-- allowed
#
# More complex/granular behaviors are possible, e.g.
# To block everything claiming to be from aol.com, but still allow a single aol address:
# aol.com
# !friend@aol.com
#
# See full docs for details: http://haraka.github.io/manual/plugins/access.html