Ticket #1509 (closed defect: fixed)
Add standard IMAP folders and quota
| Reported by: | javier.amor.garcia@… | Owned by: | javier.amor.garcia@… |
|---|---|---|---|
| Milestone: | Component: | ||
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by javier.amor.garcia@…) (diff)
Requirements:
- add quota support
- quota could be setted by user, if not setted global quota applies (this need to change the user_db settings in our actual dovecot config)
- trash should have more quota to allow mail removal when the quota limits are execeeded
- standard folder schema should be created (use autocreate plugin ,postlogin script or create them when eBox creates the account)
Optional requirement:
- add trash autoflush too if time allows (use autoflush plugin or cron job)
Work tasks:
- configure global quota
- configure per user quota
- choose a folder schemas and autocreate it on user creation
- tweak quota for trash folder
- add trash autoflush (optional)
Attachments
Change History
comment:5 Changed 4 years ago by javier.amor.garcia@…
(In [15155]) added autocreate and fixed minUid and maxUid options refs #1509
(In [15156]) added additional 20M to trash quota refs #1509
(In [15158]) set trash quota as 10% larger than user quota refs #1509
(In [15177]) fixed bug when returning mail attribute refs #1509
(In [15179]) added flush messages from trash and spam options refs #1509
(In [15184]) NN: added reply address for bounced mails option refs #1509
comment:6 Changed 4 years ago by javier.amor.garcia@…
(In [15185]) NN: logs fix. We need a bit more of polishment but 1) disruption for new changes fixed 2) maxusrsize event works 3) removed sql restriction that broke noauth event 4) a bitr more restricitve maybe this fix other thing. Needs a bit more of testing but seems that is in _relative_ good shape refs #1509
comment:10 Changed 3 years ago by javier.amor.garcia@…
- Status changed from assigned to closed
- Resolution set to fixed
comment:11 Changed 3 years ago by javier.amor.garcia@…
comment:12 Changed 3 years ago by javier.amor.garcia@…
(In [15694]) NN: updated ChangeLog? for added autocreate draft and sent folder used by roundube refs #1513 refs #1509