Switch to python and Jinja2 for the dovecot container

This commit is contained in:
kaiyou
2017-09-24 14:42:40 +02:00
parent a11eb4ba35
commit 13b9a9207d
5 changed files with 31 additions and 49 deletions

View File

@@ -3,7 +3,7 @@ connect = /data/main.db
# Return the user hashed password
password_query = \
SELECT password \
SELECT NULL as password, 'Y' as nopassword, '{{ FRONT_ADDRESS }}' as allow_nets \
FROM user \
WHERE user.email = '%u'