26 |
diff -Nur smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY |
diff -Nur smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY |
27 |
--- smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY 2016-04-20 07:35:06.363000000 -0400 |
--- smeserver-ezmlm-web-1.1.2.old/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY 2016-04-20 07:35:06.363000000 -0400 |
28 |
+++ smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY 2016-04-20 12:48:20.128000000 -0400 |
+++ smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY 2016-04-20 12:48:20.128000000 -0400 |
|
@@ -2,30 +2,31 @@ |
|
|
|
|
|
$OUT = <<'EOF'; |
|
|
|
|
|
-# $Id: ezmlmwebrc,v 1.5 2000/09/25 18:25:26 guy Exp $ |
|
|
-# Configuration file for ezmlm-web 2.1 |
|
|
+# Minimal configuration file for ezmlm-web 3.3 |
|
|
# =========================================================================== |
|
|
|
|
|
# This file is not just an ordinary configuration file - it contains valid |
|
|
# perl statements that are executed just like any other perl script. When |
|
|
# editing this file, be careful that it is still valid perl when you have |
|
|
# finished (perl -w ezmlmwebrc ;-) |
|
|
- |
|
|
-# It is divided into to logical parts. The first part configures the way |
|
|
-# ezmlm-web runs, and the second changes the language, etc of ezmlm-web. You |
|
|
-# can not arbitarilly exclude any statement, since the script doesn't define |
|
|
-# any defaults of its own. You could, however, always split this file up and |
|
|
-# include the parts with |
|
|
-# |
|
|
-# require('/path/to/other/part'); |
|
|
- |
|
|
-$opt_c = 1; # No list creation or deletion |
|
|
+#. |
|
|
+# See the manpage of ezmlmwebrc(5) for a list of all available configuration |
|
|
+# settings. |
|
|
|
|
|
# --------------------------------------------------------------------------- |
|
|
|
|
|
-# Path to the ezmlm-web 3.3.1 template and laguage files |
|
|
+# Where do we store lists on this server ... Try "$HOME_DIR/lists".. |
|
|
+# This directory will automatically be created if needed. |
|
|
+# BEWARE: the (resulting) path MUST be absolute (starting with a slash)! |
|
|
+$LIST_DIR = "$HOME_DIR/lists"; |
|
|
+ |
|
|
+# Where are the language files |
|
|
+# usually something like /usr/local/share/ezmlm-web/lang |
|
|
$LANGUAGE_DIR = "/usr/local/share/ezmlm-web/lang"; |
|
|
-$TEMPLATE_DIR ="/usr/local/share/ezmlm-web/template"; |
|
|
+ |
|
|
+# Where are the template files |
|
|
+# usually something like /usr/local/share/ezmlm-web/template |
|
|
+$TEMPLATE_DIR = "/usr/local/share/ezmlm-web/template"; |
|
|
|
|
|
# Where do we store lists on this server ... Try "$HOME_DIR/lists". |
|
|
# This directory will automatically be created if needed. |
|
29 |
@@ -43,12 +44,6 @@ |
@@ -43,12 +44,6 @@ |
30 |
# Where do the qmail control files live on this system ... |
# Where do the qmail control files live on this system ... |
31 |
$QMAIL_BASE = $Mail::Ezmlm::QMAIL_BASE . '/control'; |
$QMAIL_BASE = $Mail::Ezmlm::QMAIL_BASE . '/control'; |
388 |
+$OUT .="\$DEBUG = $debug;"; |
+$OUT .="\$DEBUG = $debug;"; |
389 |
+ |
+ |
390 |
} |
} |
391 |
|
--- smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY.ori 2016-04-20 23:45:57.677000000 -0400 |
392 |
|
+++ smeserver-ezmlm-web-1.1.2/root/etc/e-smith/templates/etc/ezmlm/ezmlmwebrc/BODY 2016-04-20 23:50:42.586000000 -0400 |
393 |
|
@@ -2,29 +2,25 @@ |
394 |
|
|
395 |
|
$OUT = <<'EOF'; |
396 |
|
|
397 |
|
-# $Id: ezmlmwebrc,v 1.5 2000/09/25 18:25:26 guy Exp $ |
398 |
|
-# Configuration file for ezmlm-web 2.1 |
399 |
|
+# Configuration file for ezmlm-web 3.3 |
400 |
|
# =========================================================================== |
401 |
|
|
402 |
|
# This file is not just an ordinary configuration file - it contains valid |
403 |
|
# perl statements that are executed just like any other perl script. When |
404 |
|
# editing this file, be careful that it is still valid perl when you have |
405 |
|
# finished (perl -w ezmlmwebrc ;-) |
406 |
|
- |
407 |
|
-# It is divided into to logical parts. The first part configures the way |
408 |
|
-# ezmlm-web runs, and the second changes the language, etc of ezmlm-web. You |
409 |
|
-# can not arbitarilly exclude any statement, since the script doesn't define |
410 |
|
-# any defaults of its own. You could, however, always split this file up and |
411 |
|
-# include the parts with |
412 |
|
# |
413 |
|
-# require('/path/to/other/part'); |
414 |
|
- |
415 |
|
-$opt_c = 1; # No list creation or deletion |
416 |
|
+# See the manpage of ezmlmwebrc(5) for a list of all available configuration |
417 |
|
+# settings. |
418 |
|
|
419 |
|
# --------------------------------------------------------------------------- |
420 |
|
|
421 |
|
-# Path to the ezmlm-web 3.3.1 template and laguage files |
422 |
|
+# Where are the language files |
423 |
|
+# usually something like /usr/local/share/ezmlm-web/lang |
424 |
|
$LANGUAGE_DIR = "/usr/local/share/ezmlm-web/lang"; |
425 |
|
+ |
426 |
|
+# Where are the template files |
427 |
|
+# usually something like /usr/local/share/ezmlm-web/template |
428 |
|
$TEMPLATE_DIR ="/usr/local/share/ezmlm-web/template"; |
429 |
|
|
430 |
|
# Where do we store lists on this server ... Try "$HOME_DIR/lists". |