Açıklama Yok
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-recipient-access.cf.j2 253B

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 CASE WHEN sendonly = true THEN 'REJECT' ELSE 'OK' END AS access FROM virtual_users WHERE username = '%u' and domain = '%d';