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.

dovecot-pgsql.conf 317B

12345
  1. driver = pgsql
  2. connect = host=POSTGRES_HOST dbname=POSTGRES_DB user=POSTGRES_USER password=POSTGRES_PASSWORD
  3. default_pass_scheme = MD5-CRYPT
  4. user_query = SELECT '/var/email/%d/%n' as home, 7788 AS uid, 7788 AS gid FROM mailbox WHERE username = '%u'
  5. password_query = SELECT password FROM mailbox WHERE username = '%u'