summaryrefslogtreecommitdiff
path: root/fml/etc
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-03-19 14:46:16 +0000
committerfukachan <fukachan>2006-03-19 14:46:16 +0000
commit79c17f575da23900213133ceecd58430febd35d9 (patch)
tree07331dea8442ddcf4eabfa5ef9c65737f759c652 /fml/etc
parent6f90c5b92a10c23def61a1397958a75a01443a8d (diff)
downloadfml8-79c17f575da23900213133ceecd58430febd35d9.tar.gz
fml8-79c17f575da23900213133ceecd58430febd35d9.tar.bz2
fml8-79c17f575da23900213133ceecd58430febd35d9.zip
$use_smtp_log defined.
Diffstat (limited to 'fml/etc')
-rw-r--r--fml/etc/src/config.cf.en/delivery.cf10
-rw-r--r--fml/etc/src/config.cf.ja/delivery.cf12
2 files changed, 21 insertions, 1 deletions
diff --git a/fml/etc/src/config.cf.en/delivery.cf b/fml/etc/src/config.cf.en/delivery.cf
index b6f7b379..03f594d0 100644
--- a/fml/etc/src/config.cf.en/delivery.cf
+++ b/fml/etc/src/config.cf.en/delivery.cf
@@ -35,6 +35,16 @@ mail_queue_dir = $var_dir/mail/queue
=head2 debug of smtp
+=head3 smtp logging
+
+
+# Descriptions: log smtp transaction ?
+# History: $USE_SMTP_LOG
+# Value: YES_OR_NO
+# Examples: yes
+use_smtp_log = yes
+
+
=head3 input mail cache
diff --git a/fml/etc/src/config.cf.ja/delivery.cf b/fml/etc/src/config.cf.ja/delivery.cf
index 31f49a70..58e81fd7 100644
--- a/fml/etc/src/config.cf.ja/delivery.cf
+++ b/fml/etc/src/config.cf.ja/delivery.cf
@@ -25,7 +25,7 @@ smtp_servers = [::1]:25
smtp_sender = $maintainer
-=head2 mail queue
+=head2 mail queue
# Descriptions: mail queue のディレクトリ
# History: 似たような目的に tmp/ が使われていたが、
@@ -37,6 +37,16 @@ mail_queue_dir = $var_dir/mail/queue
=head2 デバッグに役立つ機能
+=head3 SMTP ログ
+
+
+# Descriptions: SMTP の様子をログにとるか?
+# History: $USE_SMTP_LOG
+# Value: YES_OR_NO
+# Examples: yes
+use_smtp_log = yes
+
+
=head3 入力データのキャッシュ