VirtualMailManager/account.py
branchv0.7.x
changeset 691 932cd76bf879
parent 676 2bc11dada296
child 694 b1bfd4d1d9c0
--- a/VirtualMailManager/account.py	Sun Jan 20 15:50:36 2013 +0000
+++ b/VirtualMailManager/account.py	Wed Jan 23 22:16:38 2013 +0000
@@ -292,9 +292,6 @@
         `quotalimit` : VirtualMailManager.quotalimit.QuotaLimit
           the new quota limit of the domain.
         """
-        if cfg_dget('misc.dovecot_version') < 0x10102f00:
-            raise VMMError(_('PostgreSQL-based dictionary quota requires '
-                             'Dovecot >= v1.1.2.'), VMM_ERROR)
         self._chk_state()
         if quotalimit == self._qlimit:
             return