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.

pgsql_virtual_alias_maps_alias.cf 246B

12345
  1. hosts = 127.0.0.1
  2. user = postfixadmin
  3. password = pg_password
  4. dbname = postfixadmin
  5. query = SELECT goto FROM alias WHERE address=((regexp_split_to_array('%s', '\+|@'))[1]) || '@' || split_part('%s', '@', 2) AND active = true AND is_regexp = false