| View previous topic :: View next topic |
| Author |
Message |
amyfletcher
Joined: 28 Apr 2005
Posts: 5
|
| Posted: Wed Jun 08, 2005 6:50 pm Post subject: Mailbox Size |
|
|
| Is there anyway that we can expand the maximum mailbox size in x-mail? Right now the size is set to 2MB and we are getting complaints that that is too small. Please let me know if you can help. Thanks! |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Thu Jun 09, 2005 11:34 am Post subject: |
|
|
| sure , use phpxmail to raise it |
|
| Back to top |
|
amyfletcher
Joined: 28 Apr 2005
Posts: 5
|
| Posted: Mon Jun 13, 2005 4:04 pm Post subject: |
|
|
| That doesn't appear to do the trick. I created a sample user and in PHP Xmail, the "MaxMBSize" is set to 40000 (40MB). When I log into the webmail interface, at the bottom, it says "Quota limit: Used 3517Kb of 2048Kb available" which is roughly 2MB. I can't view any email through the interface, I can only select mail to delete. We are using the UebiMiau webmail interface. |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Wed Jun 15, 2005 10:34 am Post subject: |
|
|
phpxmail modifies xmail configuration files , in this case "MaxMBSize" in xmail\domains\yourdomain\youruser\user.tab
it is unlikely that phpxmail has a bug that causes it not to modify the file , however feel free to check that the number in the file is the one you entered in phpxmail
the number in the file i named on the MaxMBSize line is the limit xmail uses for that user , it is that simple |
|
| Back to top |
|
below_zero
Joined: 08 Apr 2005
Posts: 130
Location: Italy
|
| Posted: Sat Jun 18, 2005 8:12 am Post subject: |
|
|
amyfletcher wrote: That doesn't appear to do the trick. I created a sample user and in PHP Xmail, the "MaxMBSize" is set to 40000 (40MB). When I log into the webmail interface, at the bottom, it says "Quota limit: Used 3517Kb of 2048Kb available" which is roughly 2MB. I can't view any email through the interface, I can only select mail to delete. We are using the UebiMiau webmail interface.
Ciao amyfletcher: You made me curious about your problem and I tried to track it.
The problem is not a bug coming from PHPXmail, nor from Xmail server: you should better configure your UebMiau web client (that is out of topics for this forum)
Anyway here it follows what I found:
http://www.uebimiau.org/board/index.php?act=ST&f=2&t=1167&s=10318f9e55c88bb8e6cef88763e774fb
How you may read, even if you have a 3Gb mail box (in a POP3 server), it doesn't mean that you have the same size in uebimiau. If you take a look at config.php (in the INC subfolder of uebmiau), you may find the line were to change the quota that UebMail will manage:
Quote: ########################################################################
# The maximum size for stored files
# In order to keep you system fast, use values better than 5MB
# If you need disable it, set the value to 0 or leave it blank
########################################################################
$quota_limit = 4096; // in KB, eg. 4096 Kb = 4MB
Have a nice weekend!
Marco |
|
| Back to top |
|
| |