Hi, There is a start in the implementation of quota, but this is still not very well supported.
The only todays working component is the org.apache.james.transport.matchers.MailboxQuotaFixed The amount of stored byte is defined globally ( the same for all users ) via the matcher condition. You can specify the unit( either "k" or "m" ). Simply put something like <mailet "matcher"="MailboxQuotaFixed=1024m" class="Null"/> will not relay any mail sent to overquota mailboxes to these given mailboxes. Note that this matcher is slow as it iterates threw all messages of all user mailboxes. Note that an other quota user can still append mails using IMAP or POP3. Note that their is still no RFC-2087 IMAP QUOTA command implementation ( GETQUOTA SETQUOTA, GETQUOTAROOT ) Sincerly yours, Benoit Tellier On 07/07/15 17:19, Pietro Romanazzi wrote: > Hi all, > > is it possible in James3 to configure the max fixed quota for user mailbox > (POP3 and IMAP)? > If yes is it a global parameter or a user specific parameter? > > Thanks and regards, > > Pietro > --------------------------------------------------------------------- To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org