diff options
author | luis <luis> | 2007-07-29 08:31:10 +0000 |
---|---|---|
committer | luis <luis> | 2007-07-29 08:31:10 +0000 |
commit | 24047da530be555972ecda99832ffb7b41f0f93c (patch) | |
tree | 7f4aacf8abbdb3b7c9d515b1e96bc51d4279bbb0 /README | |
parent | 86097e37e2f645e794d3090f4b414174ebf255a7 (diff) | |
download | firma-24047da530be555972ecda99832ffb7b41f0f93c.tar.gz firma-24047da530be555972ecda99832ffb7b41f0f93c.tar.bz2 |
- 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.
Diffstat (limited to 'README')
-rwxr-xr-x | README | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -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 |