Daniel Kahoun wrote:
> Paul,
> 
> I have currently problem with IMAP QUOTA extension. I searched for QUOTA in
> wiki documentation, but only one relevant (to my problem) information was at
> 
> http://dbmail.org/dokuwiki/doku.php?id=er-model&s=quota
> 
> - in dbmail_users table maxmail_size field description (RFC 2087 IMAP4 QUOTA
> extension). I use setting quotas by dbmail-users command line utility, and I
> found SquirrelMail plugin check_quota (and I wish use it)
> 
> http://www.squirrelmail.org/plugin_download.php?id=237&rev=1161
> 
> with IMAP QUOTA extension support. But, CAPABILITY returns no QUOTA reply,
> even DBMail server support it.

No dbmail doesn't. We need to implement the SETQUOTA and GETQUOTA(ROOT)
commands first.

ftp://ftp.rfc-editor.org/in-notes/rfc2087.txt

> 
> a001 CAPABILITY
> * CAPABILITY IMAP4 IMAP4rev1 AUTH=LOGIN ACL NAMESPACE SORT
> a001 OK CAPABILITY completed
> 
> so no quota informations are displayed, even I have some quota settings.
> 
> And one more question - I was study quota implementation before, I mean (if
> my memory is ok:) one potentialy problem, when one message is delivered in
> one session into two mailboxes (due aliasing or two RCPT TO commands), and
> one mailbox is full, but response to SMTP server is only OK/ERROR. How SMTP
> server knows which mail was delivered and which one was delayed? When SMTP
> server retry to deliver, is possible to deliver message into nonfull mailbox
> twice? I don't known, I was not tested this.

This was fixed in 2.0.4 already, but only if you're using LMTP for final
mailbox delivery.


-- 
  ________________________________________________________________
  Paul Stevens                                      paul at nfg.nl
  NET FACILITIES GROUP                     GPG/PGP: 1024D/11F8CD31
  The Netherlands________________________________http://www.nfg.nl

Reply via email to