Bez popisu
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_pgsql-virtual-mailbox-maps.cf.j2 190B

12345
  1. user = {{ mail_db_username }}
  2. password = {{ mail_db_password }}
  3. hosts = 127.0.0.1
  4. dbname = {{ mail_db_database }}
  5. query = SELECT 1 FROM virtual_users WHERE username = '%u' and domain = '%d'