[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[postfix-jp:448] Re: 中継用メールサーバー?
- Subject: [postfix-jp:448] Re: 中継用メールサーバー?
- From: Hiroshi Ohi <z-ooi@xxxxxxxxxxxxxx>
- Date: Mon, 05 Mar 2001 18:55:32 +0900
大井@SSDです。
hosts による名前解決でのテストをしてみましたが、なぜか Host not found
になってしまいます。
----------------------------------------------------------------------
Mar 5 17:35:17 glbmail postfix/smtp[1238]: 3E11E1AE7: to=<ohi@xxxxxxx>,
relay=none, delay=0, status=bounced (Name service error for domain
prvmail.xxx.com: Host not found)
----------------------------------------------------------------------
以前、[postfix-jp:407]で高山さんに教えていただいたとおり、trancport は
MX を使用しないようになっています。
外向けの DNS の zone ファイルからプライベートネットワークの記述は外し
まして、glbmail の名前解決に関する設定は下記のようにしました。
glbmail からプライベートネットワークへの静的ルーティングと、glbmail か
ら prvmail への smtp ポートのフォワーディングは完了していますので、glbmail
から 'telnet prvmail.xxx.com 25' で、prvmail に接続出来ます。
ちなみに tranceport の記述をホスト名ではなくて IP アドレスで記述すると
正常に動きます。
----------------------------------------------------------------------
Received: from glbmail.xxx.com (moe.xxx.com [192.168.1.1])
by prvmail.xxx.com (Postfix) with ESMTP id AC547283C8
for <ohi@xxxxxxx>; Mon, 5 Mar 2001 18:36:21 +0900 (JST)
Received: from hoge.sony.co.jp (unknown [xx.x.xx.102])
by glbmail.xxx.com (Postfix) with ESMTP id CD6C41AE7
for <ohi@xxxxxxx>; Mon, 5 Mar 2001 18:36:35 +0900 (JST)
Received: (from ohi@localhost) by hoge.sony.co.jp (8.8.6 (PHNE_14041)
/8.7.1) id SAA14875 for ohi@xxxxxxx; Mon, 5 Mar 2001 18:35:15
+0900 (JST) Date: Mon, 5 Mar 2001 18:35:15 +0900 (JST)
----------------------------------------------------------------------
hosts による名前解決ができないのは、なんでですかね?
●glbmail
/etc/postfix/tranceport
----------------------------------------------------------------
glbmail.xxx.com local:
.xxx.com :[prvmail.xxx.com]
xxx.com :[prvmail.xxx.com]
----------------------------------------------------------------
/etc/host.conf
----------------------------------------------------------------
order hosts,bind
multi on
----------------------------------------------------------------
/etc/nsswitch.conf
----------------------------------------------------------------
hosts: files dns
----------------------------------------------------------------
/etc/hosts
----------------------------------------------------------------
127.0.0.1 localhost
xx.x.xx.187 glbmail.xxx.com glbmail
192.168.1.1 moe.xxx.com moe
192.168.1.2 prvmail.xxx.com prvmail
----------------------------------------------------------------
=========================================================
ソニーシステムデザイン(株)
カスタマーサービス部 カスタマーサポート課
大井 博 (株)クエスト
Name : Hiroshi Ohi <z-ooi@xxxxxxxxxxxxxx>
- Private - <poi@xxxxxxxxxxxxxxxx>
- PostPet - <poi@xxxxxxxxxxxxxxxxxxxxx>
-Home Page- <http://www.isn.ne.jp/~alphonse/>
=========================================================
- References
-
- [postfix-jp:440] Re: 中継用メールサーバー?, Hiroshi Ohi
[検索ページ]
[Postfix-JP ML Home]