reorganize postfix/email role; drop meta/main.yml dependencies as they interact badly...
[ansible.git] / 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 (file)
index 26bae72..0000000
+++ /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'