Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| linux:postfix-virtmailbox [2009/10/26 16:50] – angelegt psycore | linux:postfix-virtmailbox [2024/01/13 21:59] (aktuell) – psycore | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | {{tag> | ||
| + | ====== Postfix Virtual Mailbox Limit ====== | ||
| + | ===== Fehlermeldung ===== | ||
| + | |||
| + | Wenn folgende Fehlermeldung in mail.log auftritt: | ||
| + | |||
| + | <code text> | ||
| + | fatal: main.cf configuration error: virtual_mailbox_limit is smaller than message_size_limit | ||
| + | </ | ||
| + | |||
| + | handelt es sich um eine Fehlkonfiguration. | ||
| + | |||
| + | ===== Fehlerbehebung ===== | ||
| + | |||
| + | In der Datei | ||
| + | |||
| + | <code text> | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | muss folgender Eintrag ergänzt werden: | ||
| + | |||
| + | <code text> | ||
| + | virtual_mailbox_limit = 0 | ||
| + | </ | ||
| + | |||
| + | Nach einem Neustart von Postfix sollte das Problem behoben sein: | ||
| + | |||
| + | <code bash> | ||
| + | $ / | ||
| + | </ | ||