X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/a0ef97a3169e9da8b4618116075d54c49b4292b4..46730acf42cbde7d087b887eb78c3f06dc27d9ca:/roles/email/templates/mysql_vmail_senders.cf diff --git a/roles/email/templates/mysql_vmail_senders.cf b/roles/email/templates/mysql_vmail_senders.cf index de5dcd6..5d76cb0 100644 --- a/roles/email/templates/mysql_vmail_senders.cf +++ b/roles/email/templates/mysql_vmail_senders.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 senders WHERE sender='%s'