changeset 12916:0ce50c22f84c

example-config: Fixed vpopmail config.
author Timo Sirainen <tss@iki.fi>
date Sun, 03 Apr 2011 06:42:48 +0300
parents 3eaf0d3a38d4
children cef23de90ff1
files doc/example-config/conf.d/auth-vpopmail.conf.ext
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/example-config/conf.d/auth-vpopmail.conf.ext	Thu Mar 31 07:02:55 2011 +0300
+++ b/doc/example-config/conf.d/auth-vpopmail.conf.ext	Sun Apr 03 06:42:48 2011 +0300
@@ -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
 }