Skip to content

Commit

Permalink
Merge pull request #3045 from moisseev/conf
Browse files Browse the repository at this point in the history
[Conf] Add path to greylist-whitelist-domains.inc
  • Loading branch information
vstakhov committed Sep 20, 2019
2 parents 8597962 + b03e54c commit 4518485
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 4518485

Please sign in to comment.