From 24047da530be555972ecda99832ffb7b41f0f93c Mon Sep 17 00:00:00 2001 From: luis Date: Sun, 29 Jul 2007 08:31:10 +0000 Subject: - Trying to create a list with the same name of an existing list would cause the existing list to be removed. Fixed. - User:group would always be set to nobody:nobody. Fixed. - Not all global variables were being unset after execution. Fixed. - Minor bugs fixed on the list creation routine. --- README | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index a136347..09b2091 100755 --- a/README +++ b/README @@ -160,15 +160,15 @@ Setup As optional parameters, you can also set - USER= user that runs firma (usually the same as your MTA user); - defaults to "nobody"; you can also specify this parameter - in each mailing list config file if you plan to have one - user per mailing list - - GROUP= group that runs firma (usually the same as your MTA group); - defaults to "nobody"; you can also specify this parameter - in each mailing list config file if you plan to have one - group per mailing list + FIRMA_USER= user that runs firma (usually the same as your MTA user); + defaults to "nobody"; you can also specify this parameter + in each mailing list config file if you plan to have one + user per mailing list + + FIRMA_GROUP= group that runs firma (usually the same as your MTA group); + defaults to "nobody"; you can also specify this parameter + in each mailing list config file if you plan to have one + group per mailing list LOG_TO_SYSLOG= set to '1' to log errors and warnings to syslog, else firma will print errors to STDERR -- cgit v1.2.3