Create a new mailing list: Difference between revisions

From Hackers Against Climate Change
Jump to navigation Jump to search
(Created page with "* Create the mailing list on the command line via <code>/var/www/virtual/hacc/mailman/bin/newlist LISTNAME</code>. The script will ask you a couple of questions. * Call the sc...")
 
No edit summary
 
Line 1: Line 1:
* Create the mailing list on the command line via <code>/var/www/virtual/hacc/mailman/bin/newlist LISTNAME</code>. The script will ask you a couple of questions.
* Create the mailing list on the command line via <code>/var/www/virtual/hacc/mailman/bin/newlist LISTNAME</code>. The script will ask you a couple of questions. The name should be strictly alphanumeric (I tried to use "." and "-" and had problems with the confirmation emails)
* Call the script <code>/home/hacc/bin/mailman-add-list.sh LISTNAME</code> to create the necessary email aliases.
* Call the script <code>/home/hacc/bin/mailman-add-list.sh LISTNAME</code> to create the necessary email aliases.

Latest revision as of 14:34, 27 July 2019

  • Create the mailing list on the command line via /var/www/virtual/hacc/mailman/bin/newlist LISTNAME. The script will ask you a couple of questions. The name should be strictly alphanumeric (I tried to use "." and "-" and had problems with the confirmation emails)
  • Call the script /home/hacc/bin/mailman-add-list.sh LISTNAME to create the necessary email aliases.