[no subject]
I'm in the process of testing a Cyrus IMAP installation for rollout at my company. So far, I've had little difficulty with it -- in fact, it's up and I'm using both the IMAP and POP servers without any problems. Howerver, I'm now trying to test the quota functionality, and am running into some problems. I've set "quotawarn: 90" in imapd.conf, and used cyradm to set my quota (on the user. mailbox) to a relatively low value. I watched my mailbox fill up to about 95%. I then launched MS Outlook (2000) and connected to the IMAP server... and didn't see any warning message. I was under the impression from the documentation that the server should have been generating warning messages in this case. I also did not see anything in my imap log files. Is this a client issue? Does Outlook not communicate correctly with Cyrus IMAP? Or am I missing something simple? Thanks for any informtion, --kip p.s. Here's the capabilities list from the server: [cyrus@srvr4 cyrus]$ imtest -p 143 -m login localhost C: C01 CAPABILITY S: * OK srvr4 Cyrus IMAP4 v2.0.16 server ready S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID NO_ATOMIC_RENAME UNSELECT MULTIAPPEND SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES IDLE AUTH=DIGEST-MD5 AUTH=CRAM-MD5 S: C01 OK Completed --kip
Re:
On: Mon, 26 Nov 2001 14:49:45 EST Ken Murchison wrote: >Try running 'imtest' again to connect/login and then do a > >. EXAMINE inbox > >and see if you get an ALERT response. If so, then the server is >behaving correctly. 9 times out of 10 these issues are the client not >displaying ALERTs. > Thanks for the quick response. I used imtest and received the following: . examine inbox * FLAGS (\Answered \Flagged \Draft \Deleted \Seen) * OK [PERMANENTFLAGS ()] * 8 EXISTS * 0 RECENT * OK [UNSEEN 2] * OK [UIDVALIDITY 1005855686] * OK [UIDNEXT 1544] . OK [READ-ONLY] Completed No ALERTS However, I downloaded Netscape's mail client and tried it, and _did_ receive a popup warning. So, it does appear to be a client issue... Should I be concerned that my EXAMINE didn't alert me? I'm using Cyrus IMAP 2.0.16, btw. Thanks, --kip