Skip to content
Snippets Groups Projects
auth-sql.conf.ext 153 B
Newer Older
Pierre Ozoux's avatar
Pierre Ozoux committed
passdb {
  driver = sql
  args = /etc/dovecot/dovecot-sql.conf.ext
}
userdb {
  driver = static
  args = uid=mail gid=mail home=/mail/mailboxes/%d/%n
}