Mailman » Historique » Version 2
Aymeric APLU, 07/12/2016 21:39
1 | 1 | bikepunk bikepunk | h1. Mailman |
---|---|---|---|
2 | 1 | bikepunk bikepunk | |
3 | 2 | Aymeric APLU | h2. Modification par rapport à DMARC |
4 | 2 | Aymeric APLU | |
5 | 2 | Aymeric APLU | Effectuer les commandes suivantes : |
6 | 2 | Aymeric APLU | |
7 | 2 | Aymeric APLU | <pre> |
8 | 2 | Aymeric APLU | # LIST_NAME=equipage-mones |
9 | 2 | Aymeric APLU | # config_list -o /tmp/list $LIST_NAME |
10 | 2 | Aymeric APLU | # sed -e 's/reply_goes_to_list = .*/reply_goes_to_list = 1/g' -e 's/from_is_list .*/from_is_list = 1/g' -i /tmp/list |
11 | 2 | Aymeric APLU | # config_list -i /tmp/list $LIST_NAME |
12 | 2 | Aymeric APLU | </pre> |
13 | 2 | Aymeric APLU | |
14 | 2 | Aymeric APLU | La première liste les options de la liste dans un fichier texte, le sed modifie les options (modification du from et réponse à la liste) et enfin réimporter la config. |
15 | 2 | Aymeric APLU | |
16 | 2 | Aymeric APLU | On peut modifier aussi les options via l’interface web. |
17 | 2 | Aymeric APLU | |
18 | 2 | Aymeric APLU | Pour info : |
19 | 2 | Aymeric APLU | <pre> |
20 | 2 | Aymeric APLU | # Les valeurs admises sont : |
21 | 2 | Aymeric APLU | # 0 = "Expéditeur" |
22 | 2 | Aymeric APLU | # 1 = "Cette liste" |
23 | 2 | Aymeric APLU | # 2 = "Adresse explicite" |
24 | 2 | Aymeric APLU | reply_goes_to_list = 1 |
25 | 2 | Aymeric APLU | </pre> |
26 | 2 | Aymeric APLU | |
27 | 2 | Aymeric APLU | |
28 | 2 | Aymeric APLU | <pre> |
29 | 2 | Aymeric APLU | # Les valeurs admises sont : |
30 | 2 | Aymeric APLU | # 0 = "Non" |
31 | 2 | Aymeric APLU | # 1 = "Munge From" |
32 | 2 | Aymeric APLU | # 2 = "Wrap Message" |
33 | 2 | Aymeric APLU | from_is_list = 1 |
34 | 2 | Aymeric APLU | </pre> |
35 | 2 | Aymeric APLU | |
36 | 2 | Aymeric APLU | |
37 | 2 | Aymeric APLU | |
38 | 1 | bikepunk bikepunk | h2. Configurer une liste d'annonce avec Mailman |
39 | 1 | bikepunk bikepunk | |
40 | 1 | bikepunk bikepunk | toutes les explications sont là : |
41 | 1 | bikepunk bikepunk | http://wiki.list.org/pages/viewpage.action?pageId=4030685 |
42 | 1 | bikepunk bikepunk | |
43 | 1 | bikepunk bikepunk | Pour ne pas envoyer de "welcome_message" par défaut, mettre "non" dans Options Générales > send_welcome_msg |