Jump to: navigation, search

Difference between revisions of "Mailman"

Difference between revisions of "Mailman"

(Created page with "Category:Sysadmin ==Creating a new list== <nowiki> $ ssh srv1.tolabaki.gr $ sudo -i # newlist -u lists.tolabaki.gr -e tolabaki.gr listname youremail@tolabaki.gr (Enter ne...")
 
Line 13: Line 13:
 
** archive_private: private
 
** archive_private: private
 
** advertised: no
 
** advertised: no
 +
* Your list is ready!

Revision as of 23:45, 6 April 2015

Creating a new list

$ ssh srv1.tolabaki.gr
$ sudo -i
# newlist -u lists.tolabaki.gr -e tolabaki.gr listname youremail@tolabaki.gr
(Enter new list administration password in the prompt)
  • Check your email and enter the admin interface of the list
  • Useful things to configure:
    • reply_goes_to_list: This list
    • max_message_size: 2048
    • mime_is_default_digest: MIME
    • archive_private: private
    • advertised: no
  • Your list is ready!