Giter Club home page Giter Club logo

Comments (7)

tonioo avatar tonioo commented on August 12, 2024

Hi, which version are you using ?

from modoboa-webmail.

minhvietbui avatar minhvietbui commented on August 12, 2024

My server using version 1.3.2 , in imaputils.py i was inserted "MAXLINE = 1000000
if hasattr(imaplib, "_MAXLINE") and getattr(imaplib, "_MAXLINE") < MAXLINE:
setattr(imaplib, "_MAXLINE", MAXLINE)", quota user is 100 MB with less than 150 messages.

from modoboa-webmail.

tonioo avatar tonioo commented on August 12, 2024

And does it change something ?

from modoboa-webmail.

minhvietbui avatar minhvietbui commented on August 12, 2024

No any thing change.

from modoboa-webmail.

minhvietbui avatar minhvietbui commented on August 12, 2024

I find reason for this problem. When quota full function _cmd(self, name, _args, _kwargs) in imaputils.py return error. I was edit query user_query in dovecot-sql.conf.ext : user_query = SELECT '/%d/%n' AS home, as uid, as gid, concat(':bytes=', mb.quota, 'M') AS quota_rule, 'Trash:ignore' AS quota_rule2 FROM admin_mailbox mb INNER JOIN admin_domain dom ON mb.domain_id=dom.id WHERE mb.address='%n' AND dom.name='%d' . And I can move message to trash when quota full.

from modoboa-webmail.

yiminfantw avatar yiminfantw commented on August 12, 2024

I think this could still happen in 1.9.0 or later. My config is Ubuntu 16.04, Modoboa 1.9.1 and external LDAP. I had a test by reaching an user's quota and I can reproduce the "Object object" issue when deleting user email. Current workaround is increasing user quota and email can then be deleted. Any idea? Thx

from modoboa-webmail.

tonioo avatar tonioo commented on August 12, 2024

@yiminfantw yes, I haven't officialized the proposed SQL query. You can try to apply it and see if it fixes the problem.

from modoboa-webmail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.