Displaying 2 results from an estimated 2 matches for "serverpopquota".
2018 Aug 17
3
Does domain quota work and how?
...ield = messages
}
/etc/dovecot/dovecot-sql.conf
user_query = SELECT CONCAT('/var/vmail/',m.maildir) AS home, CONCAT
('maildir:/var/vmail/',m.maildir,'mail/') AS mail, 200 AS uid, 200 AS gid,
concat('*:bytes=', m.quota) AS quota_rule, concat('*:bytes=',
(s.ServerPopQuota*1024*1024)) AS quota2_rule FROM mailbox AS m LEFT JOIN
server AS s ON (m.ServerID = s.ServerID) WHERE (m.username = '%u' OR
m.local_part = "%n") AND m.active = '1'
doveadm quota get of a test domain:
Username Quota name Type Value Limit...
2018 Aug 16
2
Does domain quota work and how?
Hello,
I'm in the process of moving users from an old dovecot setup with system
users to a modern virtual user setup.
I can't find good documentation on domain quota.
It is mentioned in the docs as
quota2 = dict:domain:%d:proxy::quota_domain
but not much more.
Searching the mailing list or Google doesn't reveal much more info.
Searching the German mailing list at jpberlin finds