RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Requests

For more information about the ads and why they're here, please see the FAQ
Reply
  #11  
Old 08-25-2006, 02:05 AM
bpat1434's Avatar
Administrator
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 599
Downloads: 17
Uploads: 0
Send a message via ICQ to bpat1434 Send a message via AIM to bpat1434 Send a message via MSN to bpat1434 Send a message via Yahoo to bpat1434 Send a message via Skype™ to bpat1434
Default Re: Quota/Disk Usage

they would need to enable quota support within the IMAP client. It's Quota support. They should know what you're talking about.
__________________

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 08-25-2006, 02:28 AM
Registered User
 
Join Date: Aug 2006
Posts: 58
Downloads: 0
Uploads: 0
Default Re: Quota/Disk Usage

Thanks guys!
__________________
Heritz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 09-10-2006, 05:25 PM
Registered User
 
Join Date: Sep 2006
Posts: 8
Downloads: 0
Uploads: 0
Default Re: Quota/Disk Usage

Just as an FYI, on Cpanel servers, I can not get this to work ( quota for the accounts works in Thunderbird, but not RC )

Non Cpanel based accounts = fine
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 09-22-2006, 12:56 PM
Registered User
 
Join Date: Sep 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: Quota/Disk Usage

i set the quota to 10gb, but the webmail displays
Code:
Disk usage: 10.12MB / -2097.15MB (0%)
where's the problem?
thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15  
Old 09-22-2006, 07:13 PM
Registered User
 
Join Date: Aug 2006
Posts: 58
Downloads: 0
Uploads: 0
Default Re: Quota/Disk Usage

Quote:
Originally Posted by socksbb
Just as an FYI, on Cpanel servers, I can not get this to work ( quota for the accounts works in Thunderbird, but not RC )

Non Cpanel based accounts = fine
Any solution for cPanel servers? I have cPanel too, and I can't get the quota information. Pretty sad.
__________________
Heritz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16  
Old 09-30-2006, 03:17 AM
bpat1434's Avatar
Administrator
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 599
Downloads: 17
Uploads: 0
Send a message via ICQ to bpat1434 Send a message via AIM to bpat1434 Send a message via MSN to bpat1434 Send a message via Yahoo to bpat1434 Send a message via Skype™ to bpat1434
Default Re: Quota/Disk Usage

What is the mail server? cPanel is just a front-end (much like Roundcube). What Mail Server are you using?
__________________

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17  
Old 09-30-2006, 04:24 AM
Registered User
 
Join Date: Aug 2006
Posts: 58
Downloads: 0
Uploads: 0
Default Re: Quota/Disk Usage

exim (exim-4.52-7_cpanel_smtpctl_av_rewrite_mm2_mmmtrap_exiscan_md 5pass)

Yeah, but it seems like cPanel installations always modify a lot of "standard" parameters in the server. I am always getting "unknown" in the RoundCube disk usage label.

Pretty weird IMO.
__________________
Heritz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18  
Old 09-30-2006, 11:19 AM
bpat1434's Avatar
Administrator
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 599
Downloads: 17
Uploads: 0
Send a message via ICQ to bpat1434 Send a message via AIM to bpat1434 Send a message via MSN to bpat1434 Send a message via Yahoo to bpat1434 Send a message via Skype™ to bpat1434
Default Re: Quota/Disk Usage

well it depends on how cPanel is setting the quota, through IMAP or virtually through itself.

If you telnet into your IMAP server:
Code:
telnet imap.myserver.com 143
and then login
Code:
log01 LOGIN user@myserver.com mysecretpassword
What comes up as the capabilities? What happens if you run this command:
Code:
QUOT1 QUOTA
__________________

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19  
Old 10-02-2006, 07:03 PM
Registered User
 
Join Date: Aug 2006
Posts: 58
Downloads: 0
Uploads: 0
Default Re: Quota/Disk Usage

Code:
telnet mail.meiler.com 143
* OK [CAPABILITY IMAP4REV1 LITERAL+ SASL-IR LOGIN-REFERRALS AUTH=LOGIN] server.gruposcreenmedia.com IMAP4rev1 2004.357-cpanel at Mon, 2 Oct 2006 14:00:42 -0400
(EDT)

log01 LOGIN danny@meiler.com mysupersecretpassword
log01 OK [CAPABILITY IMAP4REV1 LITERAL+ IDLE NAMESPACE MAILBOX-REFERRALS BINARY
UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND] User danny@meiler.com authenticated

QUOT1 QUOTA
* BAD Excessively long tag
Thats chineese for me, what does it mean?
__________________
Heritz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20  
Old 10-02-2006, 07:31 PM
bpat1434's Avatar
Administrator
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 599
Downloads: 17
Uploads: 0
Send a message via ICQ to bpat1434 Send a message via AIM to bpat1434 Send a message via MSN to bpat1434 Send a message via Yahoo to bpat1434 Send a message via Skype™ to bpat1434
Default Re: Quota/Disk Usage

Quote:
IMAP4REV1 LITERAL+ IDLE NAMESPACE MAILBOX-REFERRALS BINARY
UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND
Those are the capabilities of your mail server. So either it doesn't support quota (which it probably does) or it hasn't been turned on by the server admin(s) (more likely).

So you'd have to actually ask them to turn on IMAP quotas.
__________________

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 12:26 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community