New api and sync to mailman script
This commit is contained in:
parent
4737e7ea88
commit
8d1f4f3fd8
6 changed files with 167 additions and 13 deletions
|
@ -3,8 +3,15 @@ hostname = re2o.example.net
|
|||
username = my_api_username
|
||||
password = my_api_password
|
||||
|
||||
[Mailman] # if using sync_adherents_mailman.py
|
||||
url = localhost:8001
|
||||
username = restadmin
|
||||
password = restpassword
|
||||
domain = example.net
|
||||
|
||||
[mailing-name1]
|
||||
activate = yes
|
||||
|
||||
[mailing-name2]
|
||||
activate = no
|
||||
list_name = myml # if mailman name is different from re2o name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue