extend postfix: vmail and more
[ansible.git] / roles / postfix / 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.vmail_mysql_password }}
6 hosts = localhost
7 dbname = vmail
8 query = SELECT user FROM aliases WHERE mail='%s'