X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=blobdiff_plain;f=doc%2Flist-remote-forwardsrc.example;h=3e435603ba0d4cb9d1a07a5a5d1ec3fc22b6de96;hp=96a834eb2c2996c474b335d594d06a13ac0b848f;hb=816f6f0bb26da2b3852d5bcc6dada3730d77fb98;hpb=e3ef76e60ddd54e5fad787c5883533d2410b3e2a diff --git a/doc/list-remote-forwardsrc.example b/doc/list-remote-forwardsrc.example index 96a834e..3e43560 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 mail exchanger (MX +# record). In that case, you might want to exclude those domains from +# the report, by naming mx1.example.com here. +# +# Given as a list, it can be used to exclude more than one mail +# exchanger. +# +# 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