Displaying 1 result from an estimated 1 matches for "iqevawubs9r".
Did you mean:
  iqevawubs9re
  
2010 Apr 30
2
Ignoring the quota by the LDA?
Is it possible to configure dovecot in a manner that only the imap  
process respects the quota, and the local delivery ignores completely  
the quota? I think it should happen if I don't activate the quota  
plugin in the lda section but only in the imap section.
protocol lda {
    ...
    # mail_plugins =
    ...
    }
protocol imap {
    ...
    mail_plugins = quota imap_quota
    ...