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

pgsql_virtual_mailbox_maps.cf 309B

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 maildir FROM mailbox WHERE username='%s' AND active = true