branch | v0.7.x |
changeset 691 | 932cd76bf879 |
parent 676 | 2bc11dada296 |
child 694 | b1bfd4d1d9c0 |
--- a/VirtualMailManager/domain.py Sun Jan 20 15:50:36 2013 +0000 +++ b/VirtualMailManager/domain.py Wed Jan 23 22:16:38 2013 +0000 @@ -324,9 +324,6 @@ `force` : bool enforce new quota limit for all accounts, default `False` """ - if cfg_dget('misc.dovecot_version') < 0x10102f00: - raise VMMError(_('PostgreSQL-based dictionary quota requires ' - 'Dovecot >= v1.1.2.'), VMM_ERROR) self._chk_state() assert isinstance(quotalimit, QuotaLimit) if not force and quotalimit == self._qlimit: