]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Fixed vpopmail config.
authorTimo Sirainen <tss@iki.fi>
Sun, 3 Apr 2011 03:42:48 +0000 (06:42 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 3 Apr 2011 03:42:48 +0000 (06:42 +0300)
doc/example-config/conf.d/auth-vpopmail.conf.ext

index 71f1dcbf5ee088a4bb7b2736bf77111a25964e7b..355237def23eff7c3ba2a6c2c92316afe382c0fb 100644 (file)
@@ -5,11 +5,13 @@
 passdb {
   driver = vpopmail
 
-  # [cache_key=<key>]
-  # [quota_template=<template>] - %q expands to Maildir++ quota
-  args = quota_template=quota_rule=*:backend=%q
+  # [cache_key=<key>] [webmail=<ip>]
+  args =
 }
 
 userdb {
   driver = vpopmail
+
+  # [quota_template=<template>] - %q expands to Maildir++ quota
+  args = quota_template=quota_rule=*:backend=%q
 }