start dovecot config; generate postfix transport_map; support multiple sender IPs...
[ansible.git] / roles / email / templates / mysql_vmail_senders.cf
index de5dcd67d7d6e5587e8b7bb9636cb97a7516bb28..5d76cb08693989ae281314ed98986daec43e4f9f 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 senders WHERE sender='%s'