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.
ansible/roles/server/mail_deprecated/templates/mysql-virtual-mailbox-maps.cf

6 lines
170 B
CFEngine3

user = {{ mail_sql_username }}
password = {{ mail_sql_password }}
hosts = 127.0.0.1
dbname = {{ mail_sql_database }}
query = SELECT fqda FROM users_fqda WHERE fqda='%s';