Author Topic: Quota/Disk Usage  (Read 23260 times)

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Quota/Disk Usage
« Reply #15 on: September 29, 2006, 10:17:44 PM »
What is the mail server? cPanel is just a front-end (much like Roundcube). What Mail Server are you using?
 
  

Offline Heritz

  • Jr. Member
  • **
  • Posts: 58
Re: Quota/Disk Usage
« Reply #16 on: September 29, 2006, 11:24:12 PM »
exim (exim-4.52-7_cpanel_smtpctl_av_rewrite_mm2_mmmtrap_exiscan_md5pass)

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

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Quota/Disk Usage
« Reply #17 on: September 30, 2006, 06:19:21 AM »
well it depends on how cPanel is setting the quota, through IMAP or virtually through itself.

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

Offline Heritz

  • Jr. Member
  • **
  • Posts: 58
Re: Quota/Disk Usage
« Reply #18 on: October 02, 2006, 02:03:42 PM »
Code: [Select]
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 [email]danny@meiler.com[/email] mysupersecretpassword
log01 OK [CAPABILITY IMAP4REV1 LITERAL+ IDLE NAMESPACE MAILBOX-REFERRALS BINARY
UNSELECT SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND] User [email]danny@meiler.com[/email] authenticated

QUOT1 QUOTA
* BAD Excessively long tag

Thats chineese for me, what does it mean?
Heritz

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Quota/Disk Usage
« Reply #19 on: October 02, 2006, 02:31:48 PM »
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.
 
  

Offline Heritz

  • Jr. Member
  • **
  • Posts: 58
Re: Quota/Disk Usage
« Reply #20 on: October 02, 2006, 02:47:36 PM »
Hey Brett, thanks for your super quick reply.

Can I turn the QUOTAS on by myself? Its a dedicated server running EXIM on Linux. Is there any way that I can turn that on via SSH, telnet or something?
Heritz

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Quota/Disk Usage
« Reply #21 on: October 02, 2006, 04:23:34 PM »
That I'm not sure about.... try looking in an EXIM manual. Sorry.