diff options
| author | fukachan <fukachan> | 2005-12-18 11:06:35 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-12-18 11:06:35 +0000 |
| commit | 1c5085398110bde17b52995dfa05e94e95f750c0 (patch) | |
| tree | 96705cb216c6949cbc8284bd2cd0d16679bfe337 /fml/etc | |
| parent | a5f091dabf5e1ee84b6999881d4fae3fd8bdd199 (diff) | |
| download | fml8-1c5085398110bde17b52995dfa05e94e95f750c0.tar.gz fml8-1c5085398110bde17b52995dfa05e94e95f750c0.tar.bz2 fml8-1c5085398110bde17b52995dfa05e94e95f750c0.zip | |
define moderation definition: enable, queue_dir
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/src/config.cf.en/moderate.cf | 18 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/moderate.cf | 18 | ||||
| -rw-r--r-- | fml/etc/src/list.cf | 1 |
3 files changed, 37 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/moderate.cf b/fml/etc/src/config.cf.en/moderate.cf new file mode 100644 index 00000000..bf733922 --- /dev/null +++ b/fml/etc/src/config.cf.en/moderate.cf @@ -0,0 +1,18 @@ +=head1 moderate + + +# Descriptions: use moderate function or not. +# History: none +# Value: YES_OR_NO +# Examples: yes / no +use_moderate_function = yes + + +# Descriptions: queue_dir moderate uses as temporary incoming queue +# which holds messages fetched via POP3/IMAP4. +# History: none +# Value: DIR +# Examples: /var/spool/ml/elena/var/mail/queue-moderate +moderate_queue_dir = $var_dir/mail/queue-moderate + + diff --git a/fml/etc/src/config.cf.ja/moderate.cf b/fml/etc/src/config.cf.ja/moderate.cf new file mode 100644 index 00000000..bf733922 --- /dev/null +++ b/fml/etc/src/config.cf.ja/moderate.cf @@ -0,0 +1,18 @@ +=head1 moderate + + +# Descriptions: use moderate function or not. +# History: none +# Value: YES_OR_NO +# Examples: yes / no +use_moderate_function = yes + + +# Descriptions: queue_dir moderate uses as temporary incoming queue +# which holds messages fetched via POP3/IMAP4. +# History: none +# Value: DIR +# Examples: /var/spool/ml/elena/var/mail/queue-moderate +moderate_queue_dir = $var_dir/mail/queue-moderate + + diff --git a/fml/etc/src/list.cf b/fml/etc/src/list.cf index 4bde37b7..256c9c60 100644 --- a/fml/etc/src/list.cf +++ b/fml/etc/src/list.cf @@ -27,6 +27,7 @@ threadtrack.cf cgi.cf mta.cf fetchfml.cf +moderate.cf paths.cf system_dependence.cf compatibility.cf |
