Merge branch 'master' of https://gitlab.crans.org/nounous/re2o-mail-server
This commit is contained in:
commit
eec52e8718
4 changed files with 7 additions and 6 deletions
2
main.py
2
main.py
|
@ -23,7 +23,7 @@ api_client = Re2oAPIClient(api_hostname, api_username, api_password)
|
|||
|
||||
client_hostname = socket.gethostname().split('.', 1)[0]
|
||||
|
||||
all_users = api_client.list("mail/alias")
|
||||
all_users = api_client.list("localemail/users")
|
||||
|
||||
def generate(api_client):
|
||||
# Création de l'environnement Jinja
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue