Email user quota

It is not possible to set the user mail quota from 60 GB to 100 GB
screenshot_143

5 Likes

Same here, can’t find any information at the logs.

1 Like

Thank you @netbix for the #bug report and @m.traeumner for confirming it.

Card added https://github.com/orgs/NethServer/projects/1#card-10862934

1 Like

reproducible

in /usr/share/nethesis/NethServer/Module/MailAccount/User/Modify.php

-         $quotaValidator1 = $this->createValidator()->greatThan(0)->lessThan(501);
+        $quotaValidator1 = $this->createValidator()->greatThan(0)->lessThan(1001);

I will create an issue patch the rpm

this issue is could be tested both in nethserver-mail-server or nethserver-mail2-server at https://github.com/NethServer/dev/issues/5566

@m.traeumner @netbix would you mind to test this rpm ?

1 Like

Sorry for late reply, I had holidays and most time I tried to not use a computer :joy:
Is the problem still existing? Don’t use the mail server at this time, I have to set it up for testing.

2 Likes

verified today by @giacomo, nice to see you again on the deck

2 Likes