From: xi Date: Fri, 31 Oct 2008 17:37:46 +0000 (+1100) Subject: Catch up on new tunables X-Git-Tag: RELEASE_1_2_16~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e294277571c6f39bcac2d08ecd928798b71fd88f;p=thirdparty%2Fmlmmj.git Catch up on new tunables --- diff --git a/contrib/web/perl-admin/conf/tunables.pl b/contrib/web/perl-admin/conf/tunables.pl index 79d316b1..6fb33fc4 100644 --- a/contrib/web/perl-admin/conf/tunables.pl +++ b/contrib/web/perl-admin/conf/tunables.pl @@ -160,3 +160,14 @@ mlmmj_boolean("nomaxmailsizedenymails", "No max. mail size deny mails", "If this is set, no reject notifications caused by violation of maxmailsize ". "will be sent."); + +mlmmj_boolean("nolistsubsemail", + "No list subscribers email", + "If this is set, the LISTNAME+list@ functionality for requesting an ". + "email with the subscribers for owner is disabled."); + +mlmmj_string("staticbounceaddr", + "Static bounce address", + "If this is set to something\@example.org, the bounce address (Return-Path:) ". + "will be fixed to something+listname-bounces-and-so-on\@example.org ". + "in case you need to disable automatic bounce handling.");