# This file is managed by batou. DO NOT EDIT
#
# If changes are needed, send an email to support@flyingcircus.io,
# so we can update the deployment.

hosts = {{component.db.address.connect.host}}
user = {{component.db.username}}
password = {{component.db.password}}
dbname = {{component.db.database}}
query = SELECT username AS allowedUser FROM mailbox WHERE username='%s' AND active = True UNION SELECT goto FROM alias WHERE address='%s' AND active = True
