]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Better VERP documentation.
authorBen Schmidt <none@none>
Sun, 29 Jan 2012 15:22:43 +0000 (02:22 +1100)
committerBen Schmidt <none@none>
Sun, 29 Jan 2012 15:22:43 +0000 (02:22 +1100)
TUNABLES

index 42ea23d8c2beb836628d41adb7bc17165639e76f..97b71cfddd790418ab9affddc413b2e4d5dc8287 100644 (file)
--- 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)