man/man5/vmm.cfg.5.rst
branchv0.6.x
changeset 264 04fea4d8b900
parent 230 eefbe052a135
child 269 188ea8d6072f
--- a/man/man5/vmm.cfg.5.rst	Sun Apr 25 03:03:09 2010 +0000
+++ b/man/man5/vmm.cfg.5.rst	Sun Apr 25 04:51:14 2010 +0000
@@ -349,12 +349,12 @@
 
 .. _misc.dovecot_version:
 
-``dovecot_version (default: 12)`` : *Int*
-  The concatenated major and minor version number of the currently used
-  Dovecot version. (see: **dovecot --version**).
+``dovecot_version (default: 1.2.11)`` : *String*
+  The version number of the currently used Dovecot version.
+  (see: **dovecot --version**).
 
-  When, for example, the command **dovecot --version** prints *1.1.18*, set
-  the value of this option to **11**.
+  When, for example, the command **dovecot --version** prints
+  *2.0.beta4 (8818db00d347)*, set the value of this option to **2.0.beta4**.
 
 Example::
 
@@ -363,7 +363,7 @@
   password_scheme = PLAIN
   gid_mail = 8
   transport = dovecot:
-  dovecot_version = 11
+  dovecot_version = 2.0.beta4
 
 
 FILES