您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

pgsql_relay_domains.cf 307B

12345
  1. hosts = {{ salt['pillar.get']("model:postgres:host") }}
  2. user = {{ salt['pillar.get']("model:postgres:user") }}
  3. password = {{ salt['pillar.get']("model:postgres:password") }}
  4. dbname = {{ salt['pillar.get']("model:postgres:database") }}
  5. query = SELECT domain FROM domain WHERE domain='%s' and backupmx = true