diff options
| author | fukachan <fukachan> | 2008-08-24 08:20:33 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-08-24 08:20:33 +0000 |
| commit | f10e601aa20abc8040dac6f5bd428b26e859a846 (patch) | |
| tree | 69b1cda0c6b0a434678a6bf201d26ef8c90c007b /fml/etc | |
| parent | 45b7777b2b525770a13de5f06de25bee57fb0767 (diff) | |
| download | fml8-f10e601aa20abc8040dac6f5bd428b26e859a846.tar.gz fml8-f10e601aa20abc8040dac6f5bd428b26e859a846.tar.bz2 fml8-f10e601aa20abc8040dac6f5bd428b26e859a846.zip | |
add new entry on "isolatation" related variables.
define $isolated_queue_dir and $isolated_queue_expire_limit.
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/src/config.cf.en/isolate.cf | 19 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/isolate.cf | 19 | ||||
| -rw-r--r-- | fml/etc/src/list.cf | 1 |
3 files changed, 39 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/isolate.cf b/fml/etc/src/config.cf.en/isolate.cf new file mode 100644 index 00000000..6796c516 --- /dev/null +++ b/fml/etc/src/config.cf.en/isolate.cf @@ -0,0 +1,19 @@ +=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 + + diff --git a/fml/etc/src/config.cf.ja/isolate.cf b/fml/etc/src/config.cf.ja/isolate.cf new file mode 100644 index 00000000..6796c516 --- /dev/null +++ b/fml/etc/src/config.cf.ja/isolate.cf @@ -0,0 +1,19 @@ +=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 + + diff --git a/fml/etc/src/list.cf b/fml/etc/src/list.cf index 6616ed1b..1f587ac5 100644 --- a/fml/etc/src/list.cf +++ b/fml/etc/src/list.cf @@ -17,6 +17,7 @@ log.cf distribute.cf article.cf spam.cf +isolate.cf virus.cf spool.cf summary.cf |
