diff options
| author | fukachan <fukachan> | 2006-03-19 14:46:56 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-03-19 14:46:56 +0000 |
| commit | 80968d245a11f5d98dc5b73645021972b5cd27c2 (patch) | |
| tree | 8f607199501ef10d0a771415cf2219b8903f2c17 | |
| parent | 79c17f575da23900213133ceecd58430febd35d9 (diff) | |
| download | fml8-80968d245a11f5d98dc5b73645021972b5cd27c2.tar.gz fml8-80968d245a11f5d98dc5b73645021972b5cd27c2.tar.bz2 fml8-80968d245a11f5d98dc5b73645021972b5cd27c2.zip | |
regen: use_smtp_log
| -rw-r--r-- | fml/etc/default_config.cf.en.in | 10 | ||||
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 12 |
2 files changed, 21 insertions, 1 deletions
diff --git a/fml/etc/default_config.cf.en.in b/fml/etc/default_config.cf.en.in index d9e9e9e1..59fef710 100644 --- a/fml/etc/default_config.cf.en.in +++ b/fml/etc/default_config.cf.en.in @@ -679,6 +679,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/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index ccfa673b..8f9efbcb 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -686,7 +686,7 @@ smtp_servers = [::1]:25 smtp_sender = $maintainer -=head2 mail queue +=head2 mail queue # Descriptions: mail queue のディレクトリ # History: 似たような目的に tmp/ が使われていたが、 @@ -698,6 +698,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 入力データのキャッシュ |
