[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp: 1158] Re: telnet から smtp 接続後について。
- Subject: [postfix-jp: 1158] Re: telnet から smtp 接続後について。
- From: Ryuzo KOSAKI <kosaki@xxxxxxxxxxxxxxx>
- Date: Wed, 13 Apr 2005 11:40:00 +0900
こんにちは、こさきです。
"[postfix-jp: 1145] Re: telnet からsmtp接続後について。" の記事において
m.okamoto@xxxxxxxxxxxxさん は書きました。
>ただ、localhostと指定して接続を試みると、以下のようなエラーが出ます。
>Trying ::1...
>telnet: connect to address ::1: Connection refused
>接続を拒否されてますね。
% telnet 127.0.0.1 25 ではどうなりますか。
想像ですが、/etc/hostのlocalhostのエントリが
::1 localhost localhost.my.domain
#127.0.0.1 localhost localhost.my.domain
こんなまふうになっているような気がします。
根拠) 127.0.0.1が有効だと↓リトライするから。
|Trying ::1...
|telnet: connect to address ::1: Connection refused
|Trying 127.0.0.1...
|Connected to localhost.my.domain
|Escape character is '^]'.
|220 localhost.my.domain ESMTP Postfix
また、[postfix-jp: 1141]のメールにある
| OS:FreeBSD 4.1
これは何かの間違いじゃないでしょうか。もし本当だったら先にOSを
4.11-RELEASEにいれなおした方がいいかも。
| Postfixバージョン:2.11(ソースをダウンロード語makeインストール)
こいつも ports で入れ直して試してみては?
ふと思ったのですが、25番を本当にpostfixがLISTENしてますか?
% sockstat | grep :25 で確認してください。
_______________________________________________
Postfix-jp-list mailing list
Postfix-jp-list@xxxxxxxxxxxxxxxxxxxx
http://lists.sourceforge.jp/mailman/listinfo/postfix-jp-list
- References
-
- [postfix-jp: 1145] Re: telnet からsmtp接続後について。, Motoki Okamoto
[検索ページ]
[Postfix-JP ML Home]