Mischback / mailsrv

Setup of a mail service, including MTA and MDA
MIT License
0 stars 0 forks source link

Test Suite - Quota Tests #8

Open Mischback opened 1 year ago

Mischback commented 1 year ago

Follow up to #1

Create Test Suite to verify the quota setup

The configuration applies a general quota to all mailboxes. User-specific quotas may be applied using dovecot's userdb (passwd-like file).

The server automatically notifies the user about quota limits (as of now at 80% and 95% of the quota).

The test suite should check for these notifications.

Implementation Idea