Changes

Jump to navigation Jump to search
801 bytes removed ,  10:34, 21 April 2016
no edit summary
Line 22: Line 22:  
====Installation====
 
====Installation====
 
   
 
   
The ezmlm rpms are located in the smecontribs repository
  −
  −
ezmlm-idx-std
  −
ezmlm-web
  −
perl-Ezmlm
  −
smeserver-ezmlm-web
  −
   
Install the packages with yum
 
Install the packages with yum
   Line 78: Line 71:     
The switches and their meaning is summarized here.  
 
The switches and their meaning is summarized here.  
Both the FAQ and manual for ezmlm should be read fully to give you a complete understanding of the functionality of ezmlm.
+
Both the [http://untroubled.org/ezmlm/faq/ FAQ] and [http://untroubled.org/ezmlm/manual/ manual] for ezmlm should be read fully to give you a complete understanding of the functionality of ezmlm.
   −
The check boxes set the following switches. An important point to remember is that leaving these switches out will not prevent a list behavior necessarily. Most switches have a default value that will be used if you leave a setting out - check the faq carefully. The switches set are good safe settings but they may not serve your purposes.  
+
The check boxes set the following switches. An important point to remember is that leaving these switches out will not prevent a list behaviour necessarily. Most switches have a default value that will be used if you leave a setting out - check the faq carefully. The switches set are good safe settings but they may not serve your purposes.  
    
=====Default settings=====
 
=====Default settings=====
Line 196: Line 189:  
Remember though, that if you have a large list of subscribers and send a message with a large attachment to the list, your server may be busy (and slow) for quite a while as the message with attachment is sent to all subscribers individually.
 
Remember though, that if you have a large list of subscribers and send a message with a large attachment to the list, your server may be busy (and slow) for quite a while as the message with attachment is sent to all subscribers individually.
   −
cd ~ezmlm/lists/listname
  −
  −
or
  −
  −
cd /home/e-smith/files/ezmlm/lists/listname
  −
  −
pico msgsize
  −
  −
change the value from
  −
  −
30000:2
  −
  −
to say
  −
  −
1000000:2
  −
  −
Press Ctrl+O to save.
  −
  −
Press Ctrl+X to exit.
      
Alternatively you can include in the message a URL link to a website or ftp location where the attachment can be read or downloaded. This avoids sending large attachments to list subscribers who may not wish to receive them and also helps to reduce web traffic. The list subscriber can visit the web or ftp site if they wish to obtain the file attachment.  
 
Alternatively you can include in the message a URL link to a website or ftp location where the attachment can be read or downloaded. This avoids sending large attachments to list subscribers who may not wish to receive them and also helps to reduce web traffic. The list subscriber can visit the web or ftp site if they wish to obtain the file attachment.  
Line 221: Line 195:  
====Modifying the default configuration====
 
====Modifying the default configuration====
   −
The default configuration of each new list is controlled by the contents of /etc/ezmlm/ezmlmrc.
+
The default configuration of each new list is controlled by the contents of '''/etc/ezmlm/ezmlmrc'''.  
 
  −
Information about customizing ezmlmrc including these modifications can be found [http://ezmlm.org/faq/ezmlmrc.5.html here].
  −
 
  −
The following changes alter the default message attachmemt size (from 30,000 to 500,000) and change the reply to address to be the list address.
  −
 
  −
Download the English configuration file from the following location:
  −
 
  −
http://mirror.contribs.org/smeserver/contribs/rmitchell/smeserver/contribs/ezmlm/ezmlmrc-config/english/ezmlmrc
  −
 
  −
and replace the current file located in /etc/ezmlm/ folder.  
     −
A modified Spanish version of ezmlmrc is here:
+
Information about customizing ezmlmrc including these modifications can be found [http://untroubled.org/ezmlm/man/man5/ezmlmrc.5.html here].
   −
http://mirror.contribs.org/smeserver/contribs/rmitchell/smeserver/contribs/ezmlm/ezmlmrc-config/spanish/ezmlmrc
+
You can edit the applicable sections of ezmlmrc to alter the default.
   −
You can compare the files to see the differences using the diff command (assuming you copy the new file to /tmp) eg
+
<u>Note that these new settings are applied when you create a new list.</u>
   −
diff /etc/ezmlm/ezmlmrc /tmp/ezmlmrc
+
If you have existing lists and wish to apply these changes then you will need to either:
+
* configure manually to the new settings your list via the web interface (recommended)
Note that these new settings are applied when you create a new list.
+
* configure manually to the config files present in the list individual folder i.e. /home/e-smith/files/ezmlm/lists/MYLISTNAME/
 
+
* delete all your lists, then download and replace the ezmlmrc file, and then recreate the lists. Upon recreation of the list the new defaults will be applied.
If you have existing lists and wish to apply these changes then you will need to delete all your lists, then download and replace the ezmlmrc file, and then recreate the lists. Upon recreation of the list the new defaults will be applied.
      
If you wish to retain the data in existing lists, then you will need to backup your lists first.
 
If you wish to retain the data in existing lists, then you will need to backup your lists first.
Line 249: Line 212:  
Then, when you have finished recreating the list, copy your subscribers backup folders into each list.
 
Then, when you have finished recreating the list, copy your subscribers backup folders into each list.
   −
Alternatively you can edit the applicable sections of ezmlmrc
     −
around line 330
+
====Other usage tips====
   −
# max & min message size
+
If you wish to allow list users to send html messages or any other type of attachments, go to the configuration of the list and delete all entries under "Mime types to strip from all outgoing mail". Note that you can selectively remove entries that are applicable to the type of attachment you wish to only allow.
 
  −
</msgsize#x/>
  −
 
  −
30000:2
  −
 
  −
Change this to suit your requirements eg
  −
 
  −
# max & min message size
  −
 
  −
</msgsize#x/>
  −
 
  −
500000:2
  −
 
  −
around line 314
  −
 
  −
# Headeradd needs to always exist but leave out stuff for sublists
  −
 
  −
</headeradd#E^0/>
  −
 
  −
# Good for mailing list stuff (and vacation program)
  −
 
  −
Change this to suit your requirements eg
     −
# Headeradd needs to always exist but leave out stuff for sublists
+
===Additional command line actions you might need===
   −
</headeradd#E^0/>
     −
Reply-To: <#L#>@<#H#>
+
====modify description after creation====
 +
The description field for the plain English description of each list can only be set when the list is first created.
   −
# Good for mailing list stuff (and vacation program)
+
The description is not modifiable later (it was in earlier versions).
   −
====Other usage tips====
+
You can modify it from the command prompt by doing:
   −
If you wish to allow list users to send html messages or any other type of attachments, go to the configuration of the list and delete all entries under "Mime types to strip from all outgoing mail". Note that you can selectively remove entries that are applicable to the type of attachment you wish to only allow.
+
/sbin/e-smith/db accounts setprop mylist Description "Description of list"
   −
==list migration from a domain to another==
+
====list migration from a domain to another====
    
you might need to move a list from a domain to another, following the forum (http://forums.contribs.org/index.php/topic,49078.0.html) you might execute this :
 
you might need to move a list from a domain to another, following the forum (http://forums.contribs.org/index.php/topic,49078.0.html) you might execute this :
Line 319: Line 259:  
  done
 
  done
   −
===migration from a server to another===
+
====migration from a server to another====
      Line 340: Line 280:  
Of course if you also change the domain you have to check what's above.
 
Of course if you also change the domain you have to check what's above.
   −
=== Bugs ===
+
== Bugs ==
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
and select the smeserver-ezmlm component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-ezmlm|title=this link}}.  
 
and select the smeserver-ezmlm component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-ezmlm|title=this link}}.  
Line 346: Line 286:  
{{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-ezmlm|noresultsmessage="No open bugs found."}}
 
{{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-ezmlm|noresultsmessage="No open bugs found."}}
   −
===Changelog===
+
==Changelog==
 
Only released version in smecontrib are listed here.
 
Only released version in smecontrib are listed here.
  
Super Admin, Wiki & Docs Team, Bureaucrats, Interface administrators, Administrators
3,250

edits

Navigation menu