You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/config/dovecot/dovecot-sql.conf.ext

11 lines
319 B
Plaintext

driver = sqlite
connect = /data/freeposte.db
# Return the user hashed password
password_query = \
SELECT password FROM users, domains WHERE username = '%n' AND domain = '%d'
# Mostly get the user quota
user_query = \
SELECT '*:bytes=' || quota_bytes AS quota_rule FROM users WHERE username = '%n' AND domain = '%d'