19 lines
323 B
TOML
19 lines
323 B
TOML
|
domain = "unipoly.ch"
|
||
|
lists = [ "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"
|
||
|
|
||
|
[mlmmj]
|
||
|
basepath = "/var/spool/mlmmj"
|
||
|
list_binary = "/usr/bin/mlmmj-list"
|
||
|
|