From: xi Date: Sat, 1 Nov 2008 12:51:47 +0000 (+1100) Subject: Sync tunables from perl-admin X-Git-Tag: RELEASE_1_2_16~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cec922f8be2ec3e800e7160e09810d17a0ebe2ab;p=thirdparty%2Fmlmmj.git Sync tunables from perl-admin --- diff --git a/contrib/web/php-admin/conf/tunables.pl b/contrib/web/php-admin/conf/tunables.pl index 79d316b1..379fd019 100644 --- a/contrib/web/php-admin/conf/tunables.pl +++ b/contrib/web/php-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.");