start dovecot config; generate postfix transport_map; support multiple sender IPs...
[ansible.git] / roles / email / templates / mysql_vmail_aliases.cf
index 26bae720cbc6b83d58e5e0c38148f9fd0f7f535f..3fda33c3539a14c4d82833cfa519ee6a3af26a6d 100644 (file)
@@ -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'