Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Quota Fails #12

Closed
axiades opened this issue Dec 14, 2017 · 3 comments
Closed

Quota Fails #12

axiades opened this issue Dec 14, 2017 · 3 comments
Labels

Comments

@axiades
Copy link

axiades commented Dec 14, 2017

Hey

Ich habe heute dein Mailman Setup mittels Docker Installiert.
und habe Bemertk dass die Quota Berechnung Extremst Falsch ist.

Weil 5GB Sind laut mailman "5370"
Währe da "5120" nicht eher Richtig?

Liebe Grüße

@ghost
Copy link

ghost commented Dec 14, 2017

Ich vermute mal, dass kommt von einer fehlerhaften Umrechnung von MB (Dezimalpräfix) in MiB (Binärpräfix).

Denn 5120 MiB entsprechen 5368,709 MB, also gerundet 5370 MB.

@phiilu phiilu added the bug label Dec 14, 2017
@phiilu
Copy link
Owner

phiilu commented Dec 14, 2017

Stimmt Mailman stellt die Quota in Mebibyte dar. Warum MB statt MiB steht, liegt wohl daran, dass das bytes.js node_module nicht die vorhergesehenen Abkürzungen verwendent.

Dazu gibt es bereits ein Issue: visionmedia/bytes.js#26

Es macht natürlich mehr Sinn nicht die Mebi- Variante zu verwenden, da der Mailserver die Quotas auch nicht in Mebi interpretiert.

@phiilu
Copy link
Owner

phiilu commented Dec 15, 2017

Mailman sollte nun quotas korrekt anzeigen:

1024 MB --> 1 GB
2048 MB --> 2 GB
5120 MB --> 5 GB

usw.

@phiilu phiilu closed this as completed Dec 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants