X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/0aacb9f875a40b18dfbbc01b705b5337bf872368..a0ef97a3169e9da8b4618116075d54c49b4292b4:/roles/postfix/templates/mysql_vmail_aliases.cf diff --git a/roles/postfix/templates/mysql_vmail_aliases.cf b/roles/postfix/templates/mysql_vmail_aliases.cf deleted file mode 100644 index 26bae72..0000000 --- a/roles/postfix/templates/mysql_vmail_aliases.cf +++ /dev/null @@ -1,8 +0,0 @@ -# Map an email address to the actual username/email address mail should go to. -# 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 }} -hosts = localhost -dbname = vmail -query = SELECT user FROM aliases WHERE mail='%s'