mailman3-ldap-sync/conf.example.toml

25 lines
486 B
TOML
Raw Normal View History

domain = "unipoly.ch"
lists_add = ["membres"]
lists_remove = ["membres"]
[ldap]
host = "ldap.gnugen.ch"
port = 389
[ldap.auth]
username = "cn=unipoly-mlmmj,ou=Services,dc=unipoly,dc=epfl,dc=ch"
password = "secret"
[ldap.lists]
basetree = "ou=Lists,dc=unipoly,dc=epfl,dc=ch"
[ldap.users]
basetree = "ou=Users,dc=unipoly,dc=epfl,dc=ch"
[mlmmj]
basepath = "/var/spool/mlmmj"
list_binary = "/usr/bin/mlmmj-list"
sub_binary = "/usr/bin/mlmmj-sub"
unsub_binary = "/usr/bin/mlmmj-unsub"