X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=blobdiff_plain;f=doc%2Flist-remote-forwardsrc.example;h=86b52cec45d38e167d582f1d3bee11cfff6b002b;hp=96a834eb2c2996c474b335d594d06a13ac0b848f;hb=e6d84b7f4768775949f6539b251b3ac54ccb0fd0;hpb=e3ef76e60ddd54e5fad787c5883533d2410b3e2a diff --git a/doc/list-remote-forwardsrc.example b/doc/list-remote-forwardsrc.example index 96a834e..86b52ce 100644 --- a/doc/list-remote-forwardsrc.example +++ b/doc/list-remote-forwardsrc.example @@ -18,6 +18,21 @@ # domain_query = "SELECT DISTINCT domain FROM alias;" +# The name of a mail exchanger, the forwards of whose domains we should +# ignore. For example, if one mail exchanger, mx1.example.com, has +# strict spam filtering, it may be acceptable to have remote forwarding +# for domains that have mx1.example.com as their sole mail exchanger (MX +# record). In that case, you might want to exclude those domains from +# the report, by naming mx1.example.com here. +# +# A forward will be excluded from the report only if *all* of its MX +# records are contained in the given exclude list. +# +# Default: [] (empty) +# +# exclude_mx = ["mx1.example.com"] + + # SQL query used to produce a list of all forwards on the mail # system. This query should return the set of all (address, goto) # triples, where "goto" is the destination address; i.e. to where