> that was it. Emptied trash and mail flowing. How is the message # > quota managed? I never encountered it before. > > But don't have time today to dig into it. conference call coming up.You might have messages quota configured somewhere. And for :> doveadm(root): Fatal: Unknown command 'quota', but plugin quota >exists. Try to set mail_plugins=quotaSee http://wiki2.dovecot.org/Quota/Configuration you might haven't enabled quota plugin somewhere. -- CHUNKZ.NET - script kiddie and computer technician Bertrand Caplet, Flers (FR) Feel free to send encrypted/signed messages Key ID: FF395BD9 GPG FP: DE10 73FD 17EB 5544 A491 B385 1EDA 35DC FF39 5BD9 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20150209/93ee9271/attachment.sig>
On 02/09/2015 04:04 PM, Bertrand Caplet wrote:>> that was it. Emptied trash and mail flowing. How is the message # >> quota managed? I never encountered it before. >> >> But don't have time today to dig into it. conference call coming up. > You might have messages quota configured somewhere. > And for : >> doveadm(root): Fatal: Unknown command 'quota', but plugin quota >> exists. Try to set mail_plugins=quota > See http://wiki2.dovecot.org/Quota/Configuration you might haven't > enabled quota plugin somewhere. >/etc/dovecot/dovecot-dict-quota.conf connect = host=localhost dbname=postfix user=postfix password=******* map { pattern = priv/quota/storage table = quota2 username_field = username value_field = bytes } map { pattern = priv/quota/messages table = quota2 username_field = username value_field = messages } /etc/dovecot/dovecot-mysql.conf driver = mysql connect = host=localhost dbname=postfix user=postfix password=******* default_pass_scheme = MD5-CRYPT password_query = SELECT username as user, password, concat('/home/vmail/', maildir) as userdb_home, concat('maildir:/home/vmail/', maildir) as userdb_mail, 101 as userdb_uid, 12 as userdb_gid FROM mailbox WHERE username = '%u' AND active = '1' user_query = SELECT concat('/home/vmail/', maildir) as home, concat('maildir:/home/vmail/', maildir) as mail, 101 AS uid, 12 AS gid, CONCAT('*:messages=10000:bytes=', quota) as quota_rule FROM mailbox WHERE username = '%u' AND active = '1' Well there it is, clear as day. messages=10000 Guess I can increase that. I suspect I will have to restart dovecot....
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Just modify and do dovecot reload. It'll ne alright>CONCAT('*:messages=10000:bytes=', quota) as quota_rule FROM mailbox >WHERE username = '%u' AND active = '1' > > > >Well there it is, clear as day. messages=10000 > >Guess I can increase that. I suspect I will have to restart >dovecot....- -- CHUNKZ.NET - dodgy DIYer and computer technician Bertrand Caplet, Flers (FR) Feel free to send encrypted/signed messages Key ID: FF395BD9 GPG FP: DE10 73FD 17EB 5544 A491 B385 1EDA 35DC FF39 5BD9 -----BEGIN PGP SIGNATURE----- Version: APG v1.1.1 iQJKBAEBCgA0BQJU2V0kLRxCZXJ0cmFuZCBDYXBsZXQgPGJlcnRyYW5kLmNhcGxl dEBjaHVua3oubmV0PgAKCRAe2jXc/zlb2dfpD/41HrL10VzjkH2xJlcdUiCHdkTb xwqh5eW7aINE501JUGdtRc58EVoNgSbXUCI7HYCWj83GFKWYvXXmDsenw/ARqrWU 4MBhxHDPYGbpdlCyVrtzjkaq192WyZgL8IJWERfc8Wu3s8K0j1xGGgS9q/dYh03i MqRiooamRB6uQ6owFjrO0MFG5HYYrGsyjKb61cvsY2kXbyAjzI+ztk2w6Dbfmfne WM02FlwjWBxeVaCJHJ9bqUPwuJaGJ+Bqby2UPv7tSP2/EButFoCIGXUnX8WXqgmG MBh5QqEVfWTwWAIyAvSfNsXfopH2FJVgd0Ng1tfN8oCJQDQoFktQCriQPrEpXnOi LKhKyLBiz4oiIn3icovn3AEjSqQTR5Q0cewwp18iJSDYa+7tMlsecincf6qd0ZFE sfqCklkxfNVxBxKRgtaJIBCGWR9kx9VNU/g/5PjLfgzuewc1ku+24kBZYms0ZhIK wqrkYLsy30aA/GXr8TPM42FFFCWwFDbDDeRpj8wS7t+p5fc5sUUMjzAILMyECueD sMqrtIFm0dw7cbnsSTIzbD9MjbffvVMSvw3PA6WasWJgFEKjRoLS4S7U36svb9V1 triQybAqkIMTSk5fzeJXD0pv1gwW/1DLcUvSfHTHhFexkOxoVk7boLQ4lOU4tAlu TOX+wuqJGIPHxF46yA==3kSh -----END PGP SIGNATURE-----