summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2008-08-24 08:20:33 +0000
committerfukachan <fukachan>2008-08-24 08:20:33 +0000
commitf10e601aa20abc8040dac6f5bd428b26e859a846 (patch)
tree69b1cda0c6b0a434678a6bf201d26ef8c90c007b /fml/etc
parent45b7777b2b525770a13de5f06de25bee57fb0767 (diff)
downloadfml8-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.cf19
-rw-r--r--fml/etc/src/config.cf.ja/isolate.cf19
-rw-r--r--fml/etc/src/list.cf1
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