diff options
| author | fukachan <fukachan> | 2008-08-24 08:21:51 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-08-24 08:21:51 +0000 |
| commit | b813ac37be0f2d73b4fa19290135d9829db48971 (patch) | |
| tree | fc996c88ff327e81f6388dda63308ecee2bddd6e | |
| parent | f10e601aa20abc8040dac6f5bd428b26e859a846 (diff) | |
| download | fml8-b813ac37be0f2d73b4fa19290135d9829db48971.tar.gz fml8-b813ac37be0f2d73b4fa19290135d9829db48971.tar.bz2 fml8-b813ac37be0f2d73b4fa19290135d9829db48971.zip | |
regen: isolation
| -rw-r--r-- | fml/etc/default_config.cf.en.in | 20 | ||||
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in index 5968f789..632eb249 100644 --- a/fml/etc/default_config.cf.en.in +++ b/fml/etc/default_config.cf.en.in @@ -1895,6 +1895,26 @@ article_spam_filter_bogofilter_options = -e +=head1 isolation + + +# Descriptions: top level directory to hold isolated messages +# which are aligned for administrators to be easy to check. +# History: NONE +# Value: DIR +# Examples: /var/spool/ml/elena/var/mail/queue-moderate +isolated_queue_dir = $var_dir/mail/queue-isolated + + + +# Descriptions: expire messages in the queue after this limit. +# History: NONE +# Value: TIME +# Examples: 14d +isolated_queue_expire_limit = 14d + + + =head2 ARTICLE VIRUS FILTER CONFIGURATIONS diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index 9d938be1..9fbcfafd 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -1932,6 +1932,26 @@ article_spam_filter_bogofilter_options = -e +=head1 isolation + + +# Descriptions: top level directory to hold isolated messages +# which are aligned for administrators to be easy to check. +# History: NONE +# Value: DIR +# Examples: /var/spool/ml/elena/var/mail/queue-moderate +isolated_queue_dir = $var_dir/mail/queue-isolated + + + +# Descriptions: expire messages in the queue after this limit. +# History: NONE +# Value: TIME +# Examples: 14d +isolated_queue_expire_limit = 14d + + + =head2 ARTICLE VIRUS FILTER CONFIGURATIONS |
