X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/a0ef97a3169e9da8b4618116075d54c49b4292b4..46730acf42cbde7d087b887eb78c3f06dc27d9ca:/roles/email/templates/mysql_vmail_aliases.cf diff --git a/roles/email/templates/mysql_vmail_aliases.cf b/roles/email/templates/mysql_vmail_aliases.cf index 26bae72..3fda33c 100644 --- a/roles/email/templates/mysql_vmail_aliases.cf +++ b/roles/email/templates/mysql_vmail_aliases.cf @@ -2,7 +2,7 @@ # I do not think that mapping to an alias here will work properly for the sender check, # so always map to a username. user = vmail -password = {{ postfix.vmail_mysql_password }} +password = {{ postfix.dovecot.mysql_password }} hosts = localhost dbname = vmail query = SELECT user FROM aliases WHERE mail='%s'