changeset 633:6e5c0434b4f7

Add maxmailsize and nomaxmailsizedenymails tunables
author xi
date Thu, 22 Mar 2007 04:49:02 +1100
parents 404009dceadf
children e27531f82b91
files contrib/web/perl-admin/conf/tunables.pl contrib/web/php-admin/conf/tunables.pl
diffstat 2 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/web/perl-admin/conf/tunables.pl	Wed Mar 21 05:19:29 2007 +1100
+++ b/contrib/web/perl-admin/conf/tunables.pl	Thu Mar 22 04:49:02 2007 +1100
@@ -151,3 +151,12 @@
 			  "If this option is set, subscription to the nomail version of the mailinglist ".
 			  "will be denied. (Useful if you don't want to allow nomail and notify users ".
 			  "about it).");
+
+mlmmj_string("maxmailsize",
+			 "Max. mail size",
+			 "With this option the maximal allowed size of incoming mails can be specified.");
+
+mlmmj_boolean("nomaxmailsizedenymails",
+			  "No max. mail size deny mails",
+			  "If this is set, no reject notifications caused by violation of maxmailsize ".
+			  "will be sent.");
--- a/contrib/web/php-admin/conf/tunables.pl	Wed Mar 21 05:19:29 2007 +1100
+++ b/contrib/web/php-admin/conf/tunables.pl	Thu Mar 22 04:49:02 2007 +1100
@@ -151,3 +151,12 @@
 			  "If this option is set, subscription to the nomail version of the mailinglist ".
 			  "will be denied. (Useful if you don't want to allow nomail and notify users ".
 			  "about it).");
+
+mlmmj_string("maxmailsize",
+			 "Max. mail size",
+			 "With this option the maximal allowed size of incoming mails can be specified.");
+
+mlmmj_boolean("nomaxmailsizedenymails",
+			  "No max. mail size deny mails",
+			  "If this is set, no reject notifications caused by violation of maxmailsize ".
+			  "will be sent.");