This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

E-mail quota limit
#1
E-mail quota limit
Hi guys, I'm glad to see that the Sentora Forum is alive and the community keeps strong. I've got lost when saw the zpanel forum closed...

So, i'm facing a problem here, a friend claimed that his mailbox account got full and he wasn't able to even open the webmail (we are using roundcube), i've managed to increase his mail quota, but the change didn't seem to take effect, since he isn't able to open the mailbox... Undecided

What should I do to solve this issue and he can open his mailbox via webmail?

Thanks in advance Wink
Reply
Thanks given by:
#2
RE: E-mail quota limit
how dit you change the mail quota ??
and what dos the webmail say when you logon ?
Sentora 1.0.3 on [Image: DO_Logo_Horizontal_Blue-3db19536.png]

-= Github =-  -= My Repo =-

My Modules
Reply
Thanks given by:
#3
RE: E-mail quota limit
You can do that manually using mysql.

Connect to mysql with root and type:

Code:
use zpanel_postfix;
update  mailbox set quota = 1000 where username like "User@mydomain.com"

User@mydomain.com is the email that you would change quota and quota = value the new one.

That should fix it.

Quota value is in MB ( default 200 ).

M B
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#4
RE: E-mail quota limit
(09-23-2014, 02:16 AM)Diablo925 Wrote: how dit you change the mail quota ??
and what dos the webmail say when you logon ?

Hi there!

I've logged in the zpanel with zadmin account and changed the plan in manage clients, here you guys can see a screen of the details:


GYAZO LINK

I'm gonna try the Me.B's SQL query, and share the results.

Thanks again!
Reply
Thanks given by:
#5
RE: E-mail quota limit
Hello again!

I'd like to thank you guys for the replies to my issue, the problem was solved!

I hope I can help the community too sometime soon!

[]'s
Reply
Thanks given by:
#6
RE: E-mail quota limit
super Smile

the img you uploadet is just the amont of mails a packet kan make

you can change the default quota limet in server_admin -> Module Admin -> Mail Config

but it is only new mail boks that get the new quota
Sentora 1.0.3 on [Image: DO_Logo_Horizontal_Blue-3db19536.png]

-= Github =-  -= My Repo =-

My Modules
Reply
Thanks given by:
#7
RE: E-mail quota limit
Just in case any one is still experiencing this issue, it can now be updated through MySQL using the updated SQL query:

Code:
use sentora_postfix;
update  mailbox set quota = 1000 where username like "User@mydomain.com"

where user@mydomain.com is the email account in question and 1000 is the new size in MB
Reply
Thanks given by:


Possibly Related Threads…
Thread Author Replies Views Last Post
External mail client cannot connect to server iraqiboy90 2 6 ,145 02-28-2021, 11:34 AM
Last Post: iraqiboy90
Postfix mail.log to database stikekar 2 7 ,129 03-02-2019, 01:22 AM
Last Post: TGates
How to configure mail server? Como configurar servidor de email? natansousa1992 1 4 ,976 05-30-2018, 05:05 PM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)