From d291c7670e4c370cdc4f631ea58f82c7f4f87823 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Sun, 25 Jun 2017 22:54:08 +0200 Subject: Add quota/quota_filecount transport option modifier "no_check" Bug 1115 This option modifier allows to ignore the quota limits, but update the maildirsize file. --- doc/doc-docbook/spec.xfpt | 8 +++++++- doc/doc-txt/NewStuff | 3 +++ 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 7816bc26d..4a239b73c 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -22128,10 +22128,14 @@ the obvious value which users understand most easily. The value of the option is expanded, and must then be a numerical value (decimal point allowed), optionally followed by one of the letters K, M, or G, -for kilobytes, megabytes, or gigabytes. If Exim is running on a system with +for kilobytes, megabytes, or gigabytes, optionally followed by a slash +and further option modifiers. If Exim is running on a system with large file support (Linux and FreeBSD have this), mailboxes larger than 2G can be handled. +The option modifier &%no_check%& can be used to force delivery even if the over +quota condition is met. The quota gets updated as usual. + &*Note*&: A value of zero is interpreted as &"no quota"&. The expansion happens while Exim is running as root, before it changes uid for @@ -22166,6 +22170,8 @@ can only be used if &%quota%& is also set. The value is expanded; an expansion failure causes delivery to be deferred. A value of zero is interpreted as &"no quota"&. +The option modifier &%no_check%& can be used to force delivery even if the over +quota condition is met. The quota gets updated as usual. .option quota_is_inclusive appendfile boolean true See &%quota%& above. diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 5fd7fbb29..d0d5cf22c 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -38,6 +38,9 @@ Version 4.90 8. New main configuration option "commandline_checks_require_admin" to restrict who can use various introspection options. + 9. New option modifier "no_check" for quota and quota_filecount + appendfile transport. + Version 4.89 ------------ -- cgit v1.2.3