[______TOC_______]
[NEXT CHAPTER]
1 基本的なチェック項目
1.1 fml の吐くログ
fml のログファイル(例えば /var/spool/ml/elena/log )に何か書いてないか?
たとえば error などのキーワードがある行を探してください
1.2 ソフトウエアのバージョン
以下のコマンドを実行して下さい。fml perl OSの情報が表示されます。
% /usr/local/fml/makefml showconf
[参考]
◯ メールサーバのバージョン
For example,
sendmail PRO?(Sendmail INC.)
sendmail (free?)
qmail
exim
vmailer
smail
MMDF:)
..........
試して下さい
% telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.fml.org.
Escape character is '^]'.
220 beth.fml.org ESMTP Sendmail 8.9.1/3.6W; Mon, 10 Aug 1998 23:39:14 +0900 (JST)
◯ perl のバージョン
% perl -v
This is perl, version 5.005_03 built for i386-netbsd
Copyright 1987-1999, Larry Wall
... 以下省略 ...
1.3 メールシステムのログを調べる
OS によりファイル名は異なります。例えば BSD 系では
/var/log/maillog です。
ERROR などのキーワードが内科道かを探して下さい。
[______TOC_______]
[NEXT CHAPTER]
Copyright (C) 1993-2001 Ken'ichi Fukamachi
All rights of this page is reserved.
# This Document(html format) is automatically geneareted by fwix.pl.
# fwix (Formatter of WIX Language) is fml document formatter system
# designed to generate plaintext, html, texinfo and nroff from one file.