subversion layout restructured
This commit is contained in:
commit
d1c44878e2
23 changed files with 3957 additions and 0 deletions
18
ezmlm-web-2.1/UPGRADING
Normal file
18
ezmlm-web-2.1/UPGRADING
Normal file
|
@ -0,0 +1,18 @@
|
|||
$Id: UPGRADING,v 1.1 2000/09/25 19:24:20 guy Exp $
|
||||
|
||||
UPGRADING ezmlm-web 2.0 to ezmlm-web 2.1
|
||||
|
||||
There are no major changes that need to be made in order to upgrade. All
|
||||
that is necessary is to add two new lines to your ezmlmwebrc ... In the top
|
||||
section of the file add
|
||||
|
||||
$FILE_UPLOAD = 1;
|
||||
|
||||
and in the %HELPER section, you need to add
|
||||
|
||||
addaddressfile => 'or you may enter the filename of a plain text file containing multiple RFC822 email addresses, one per line',
|
||||
|
||||
(or just copy the new ezmlmwebrc :)
|
||||
|
||||
Have a look for these two lines in the new ezmlmwebrc included in this
|
||||
distribution if you are unsure of how/where to put these.
|
Loading…
Add table
Add a link
Reference in a new issue