From: Ben Schmidt Date: Sun, 29 Jan 2012 15:22:43 +0000 (+1100) Subject: Better VERP documentation. X-Git-Tag: RELEASE_1_2_18a1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17b776a3f83fef01317d0341486f4203cc7be01c;p=thirdparty%2Fmlmmj.git Better VERP documentation. --- diff --git a/TUNABLES b/TUNABLES index 42ea23d8..97b71cfd 100644 --- a/TUNABLES +++ b/TUNABLES @@ -146,13 +146,22 @@ entire content is used as value, it's marked "text". · verp (normal) - Enable VERP support. Anything added in this variable will be appended the - MAIL FROM: line. If "postfix" is put in the file, it'll make postfix use - VERP by adding XVERP=-= to the MAIL FROM: line. + Control how Mlmmj does VERP (variable envelope return path). If this tunable + does not exist, Mlmmj will send a message to the SMTP server for each + recipient, with an appropriate envelope return path, i.e. it will handle + VERP itself. If the tunable does exist, Mlmmj will instead divide the + recipients into groups (the maximum number of recipients in a group can be + controlled by the maxverprecips tunable) and send one message to the SMTP + server per group. The content of this tunable allows VERP to be handled by + the SMTP server. If the tunable contains "postfix", Mlmmj will make Postfix + use VERP by adding XVERP=-= to the MAIL FROM: line. If it contains something + else, that text will be appended to the MAIL FROM: line. If it contains + nothing, VERP will effectively be disabled, as neither Mlmmj nor the SMTP + server will do it. · maxverprecips (normal) - How many recipients pr. mail delivered to the smtp server. Defaults to 100. + How many recipients per mail delivered to the SMTP server. Defaults to 100. · notoccdenymails (boolean) · noaccessdenymails (boolean)