VMM/Config: removed the default value of misc.dovecot_version.
There are too many different versions installed on different systems.
So, it doesn't make much sense to have a default value.
--- a/VirtualMailManager/Config.py Mon May 03 20:00:06 2010 +0000
+++ b/VirtualMailManager/Config.py Mon May 03 20:38:36 2010 +0000
@@ -346,7 +346,7 @@
'crypt_blowfish_rounds': LCO(int, 0, self.getint),
'crypt_sha256_rounds': LCO(int, 0, self.getint),
'crypt_sha512_rounds': LCO(int, 0, self.getint),
- 'dovecot_version': LCO(str, '1.2.11', self.hexversion,
+ 'dovecot_version': LCO(str, None, self.hexversion,
check_version_format),
'password_scheme': LCO(str, 'CRAM-MD5', self.get,
self.known_scheme),
--- a/man/de/man5/vmm.cfg.5.rst Mon May 03 20:00:06 2010 +0000
+++ b/man/de/man5/vmm.cfg.5.rst Mon May 03 20:38:36 2010 +0000
@@ -412,7 +412,7 @@
.. _misc.dovecot_version:
-``dovecot_version (Vorgabe: 1.2.11)`` : *String*
+``dovecot_version (Vorgabe: Nichts)`` : *String*
Die eingesetzten Dovecot-Version. (siehe: **dovecot --version**).
Wenn das Kommando **dovecot --version** zum Beispiel
--- a/man/man5/vmm.cfg.5.rst Mon May 03 20:00:06 2010 +0000
+++ b/man/man5/vmm.cfg.5.rst Mon May 03 20:38:36 2010 +0000
@@ -392,7 +392,7 @@
.. _misc.dovecot_version:
-``dovecot_version (default: 1.2.11)`` : *String*
+``dovecot_version (default: None)`` : *String*
The version number of the currently used Dovecot version.
(see: **dovecot --version**).