reorganize postfix/email role; drop meta/main.yml dependencies as they interact badly...
[ansible.git] / roles / email / templates / mysql_vmail_users.cf
1 # It is also used to check ownership, mapping email addresses to usernames - however, in my setup, the email address is the username.
2 user = vmail
3 password = {{ postfix.vmail_mysql_password }}
4 hosts = localhost
5 dbname = vmail
6 query = SELECT username FROM users WHERE username='%s' AND active = '1'