No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

etc_postfix_mysql-virtual-alias-maps.cf.j2 188B

12345
  1. user = {{ mail_mysql_username }}
  2. password = {{ mail_mysql_password }}
  3. hosts = 127.0.0.1
  4. dbname = {{ mail_mysql_database }}
  5. query = SELECT destination FROM virtual_aliases WHERE source='%s'