man/man5/vmm.cfg.5.rst
branchv0.6.x
changeset 264 04fea4d8b900
parent 230 eefbe052a135
child 269 188ea8d6072f
equal deleted inserted replaced
263:07fdc93dde9f 264:04fea4d8b900
   347   Default transport for domains and accounts. For details see
   347   Default transport for domains and accounts. For details see
   348   |transport(5)|_.
   348   |transport(5)|_.
   349 
   349 
   350 .. _misc.dovecot_version:
   350 .. _misc.dovecot_version:
   351 
   351 
   352 ``dovecot_version (default: 12)`` : *Int*
   352 ``dovecot_version (default: 1.2.11)`` : *String*
   353   The concatenated major and minor version number of the currently used
   353   The version number of the currently used Dovecot version.
   354   Dovecot version. (see: **dovecot --version**).
   354   (see: **dovecot --version**).
   355 
   355 
   356   When, for example, the command **dovecot --version** prints *1.1.18*, set
   356   When, for example, the command **dovecot --version** prints
   357   the value of this option to **11**.
   357   *2.0.beta4 (8818db00d347)*, set the value of this option to **2.0.beta4**.
   358 
   358 
   359 Example::
   359 Example::
   360 
   360 
   361   [misc]
   361   [misc]
   362   base_directory = /srv/mail
   362   base_directory = /srv/mail
   363   password_scheme = PLAIN
   363   password_scheme = PLAIN
   364   gid_mail = 8
   364   gid_mail = 8
   365   transport = dovecot:
   365   transport = dovecot:
   366   dovecot_version = 11
   366   dovecot_version = 2.0.beta4
   367 
   367 
   368 
   368 
   369 FILES
   369 FILES
   370 =====
   370 =====
   371 */root/vmm.cfg*
   371 */root/vmm.cfg*