auth-vpopmail.conf.ext.erb 327 B

1234567891011121314151617
  1. # Authentication for vpopmail users. Included from auth.conf.
  2. #
  3. # <doc/wiki/AuthDatabase.VPopMail.txt>
  4. passdb {
  5. driver = vpopmail
  6. # [cache_key=<key>] [webmail=<ip>]
  7. args =
  8. }
  9. userdb {
  10. driver = vpopmail
  11. # [quota_template=<template>] - %q expands to Maildir++ quota
  12. args = quota_template=quota_rule=*:backend=%q
  13. }