start dovecot config; generate postfix transport_map; support multiple sender IPs...
[ansible.git] / roles / email / templates / mysql_vmail_aliases.cf
1 # Map an email address to the actual username/email address mail should go to.
2 # I do not think that mapping to an alias here will work properly for the sender check,
3 # so always map to a username.
4 user = vmail
5 password = {{ postfix.dovecot.mysql_password }}
6 hosts = localhost
7 dbname = vmail
8 query = SELECT user FROM aliases WHERE mail='%s'