Création d'une mailing liste
On se connecte d'abord sur tourton puis :
$ newlist maliste@listes.ilico.org
Il est maintenant possible de l'administrer via l'interface web : https://listes.ilico.org/cgi-bin/mailman/admin/maliste
Mais il est aussi possible de modifier son fichier de conf :
$ config_list -o /tmp/maliste Nom_de_la_liste(apparaissant dans list_lists)
$ vim /tmp/maliste
$ config_list -i /tmp/maliste Nom_de_la_liste
Paramètres importants :
# Hide the sender of a message, replacing it with the list address
# (Removes From, Sender and Reply-To fields)
#
# legal values are:
# 0 = “No”
# 1 = “Yes”
anonymous_list = False
# Confirm (*) - email confirmation required Require approval - require
# list administrator approval for subscriptions Confirm and approve -
# both confirm and approve
#
# (*) when someone requests a subscription, Mailman sends them a notice
# with a unique subscription request number that they must reply to in
# order to subscribe. This prevents mischievous (or malicious) people
# from creating subscriptions for others without their consent.
#
# legal values are:
# 1 = “Confirm”
# 2 = “Require approval”
# 3 = “Confirm and approve”
subscribe_policy = 1
# When set, the list of subscribers is protected by member or admin
# password authentication.
#
# legal values are:
# 0 = “Anyone”
# 1 = “List members”
# 2 = “List admin only”
private_roster = 1
# Is archive file source for public or private archival?
#
# legal values are:
# 0 = “public”
# 1 = “private”
archive_private = 0
# Afficher cette liste lorqu'on demande les listes hébergées par cette
# machine ?
#
# Les valeurs admises sont :
# 0 = “Non”
# 1 = “Oui”
advertised = 0
Doc :
https://wiki.list.org/DOC/4.09%20Summary%20of%20the%20mailman%20bin%20commands