Skip to content

Commit

Permalink
[Conf] Add path to greylist-whitelist-domains.inc
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Sep 20, 2019
1 parent 5bc4486 commit b03e54c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf/modules.d/greylist.conf
Expand Up @@ -17,6 +17,7 @@ greylist {
# Search "example.com" and "mail.example.com" for "mx.out.mail.example.com":
whitelist_domains_url = [
"$LOCAL_CONFDIR/local.d/greylist-whitelist-domains.inc",
"$LOCAL_CONFDIR/local.d/maps.d/greylist-whitelist-domains.inc",
];

expire = 1d; # 1 day by default
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/lua/greylist.lua
Expand Up @@ -20,7 +20,7 @@ Example domains whitelist config:
greylist {
# Search "example.com" and "mail.example.com" for "mx.out.mail.example.com":
whitelist_domains_url = [
"$LOCAL_CONFDIR/local.d/greylist-whitelist-domains.inc",
"$LOCAL_CONFDIR/local.d/maps.d/greylist-whitelist-domains.inc",
"${CONFDIR}/maps.d/maillist.inc",
"${CONFDIR}/maps.d/redirectors.inc",
"${CONFDIR}/maps.d/dmarc_whitelist.inc",
Expand Down

0 comments on commit b03e54c

Please sign in to comment.