Move all directories per theme
This commit is contained in:
14
core/dovecot/conf/dovecot-sql.conf.ext
Normal file
14
core/dovecot/conf/dovecot-sql.conf.ext
Normal file
@@ -0,0 +1,14 @@
|
||||
driver = sqlite
|
||||
connect = /data/main.db
|
||||
|
||||
# Return the user hashed password
|
||||
password_query = \
|
||||
SELECT NULL as password, 'Y' as nopassword, '{{ FRONT_ADDRESS }}' as allow_nets \
|
||||
FROM user \
|
||||
WHERE user.email = '%u'
|
||||
|
||||
# Mostly get the user quota
|
||||
user_query = \
|
||||
SELECT '*:bytes=' || user.quota_bytes AS quota_rule \
|
||||
FROM user \
|
||||
WHERE user.email = '%u'
|
||||
Reference in New Issue
Block a user