|
| | Subject: | Re: mailbox_command (dovecot lda) stopped working, always deferred | | Group: | Postfix-users | | From: | (Wietse Venema) | | Date: | 27 Jan 2008 |
falz:
> It was suggested on the Dovecot list that perhaps "mailbox_size_limit"
> is enforcing this. It did indeed happen to be set to 50mb. Can this
> be? If so, it sounds like it would always take however large the log
> file is, and subtract that from the size of the message that's being
> delivered.
$ man setrlimit
...
RLIMIT_FSIZE The largest size (in bytes) file that may be created.
In other words, RLIMIT_FSIZE (maximal file size) is not QUOTA
(maximal total usage).
Wietse
|