X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=blobdiff_plain;f=doc%2Flist-remote-forwardsrc.example;fp=doc%2Flist-remote-forwardsrc.example;h=6f118698db1ca1514cbcca58f477ed73c4f24c69;hp=96a834eb2c2996c474b335d594d06a13ac0b848f;hb=8e5a377920002012c38066a2d21b6393a78c677a;hpb=d73de26c7c5a72da9d7d64f6c1ed91c3ea2b8dd0 diff --git a/doc/list-remote-forwardsrc.example b/doc/list-remote-forwardsrc.example index 96a834e..6f11869 100644 --- a/doc/list-remote-forwardsrc.example +++ b/doc/list-remote-forwardsrc.example @@ -18,6 +18,18 @@ # domain_query = "SELECT DISTINCT domain FROM alias;" +# The name of a mail exchange, 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 mail exchanger (MX +# record). In that case, you might want to exclude those domains from +# the report, by naming mx1.example.com here. +# +# 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