????????????????????¨????°???¨??§????????°???????¨??????¬???????????°?????±??????????????§??????
このスレッドはクローズされています。記事の閲覧のみとなります。
pstfix+cyrus-imapで送信ができないのは何故? |
|
- ????????? 2006/09/03 07:50
- ????????? sal
-
初めて投稿させて頂きます。よろしくお願い致します。
環境は、 マシン1:Fedora Core5(postfix+cyrus-imapdでサーバーinstall) マシン2:WinXP マシン3:MAC OSX の3台でLANを組み、ブロードバンドルーターでWANへ接続。
?不明点・障害内容: 1)携帯(au)へ送信できない。携帯からの受信はできる。 2)freeで取得したメールアドレス宛の送信ができない。当該アドレスからの受信はできる。
?ログの有無 : 1)のログ Sep 2 14:50:15 fedora postfix/smtp[3010]: CA3451253735: to=<×××@ezweb.ne.jp>, relay=none, delay=2692,status=deferred (connect to lsean.ezweb.ne.jp[222.15.69.195]: Connection timed out)
2)のログ Sep 3 07:20:34 fedora postfix/smtp[1295]: connect to mgw3.zenno.net[60.32.107.105]: server dropped connection without sending the initial SMTP greeting (port 25) Sep 3 07:20:34 fedora postfix/smtp[1295]: connect to mgw4.zenno.net[61.195.147.94]: server dropped connection without sending the initial SMTP greeting (port 25) Sep 3 07:20:35 fedora postfix/smtp[1295]: connect to mgw.zenno.net[61.195.147.89]: server dropped connection without sending the initial SMTP greeting (port 25) Sep 3 07:20:35 fedora postfix/smtp[1295]: 3D3231253740: to=<×××@hogehoge.net>, relay=none, delay=3925, status=deferred (connect to mgw.zenno.net[61.195.147.89]: server dropped connection without sending the initial SMTP greeting)
いずれも、サーバーへ接続できないと言っているようですが、理由が分かりません。加入しているISPのメールアドレスに対しては ちゃんと送受信ともに問題無くできています。
よろしくご教示下さい。
|
■ コンテンツ関連情報
Re: pstfix+cyrus-imapで送信ができないのは何故? ( No.1 ) |
|
- ????????? 2006/09/03 08:54
- ????????? 管理者
-
携帯アドレスやフリーメールへの送信に失敗するケースが結構報告されています。
大抵は、受信側のMTAによる理由(制限)が多いようです。
こういった場合は、自サーバでの送信は無理ですので、自身のISPのMTAで送る様に変更してみてください。
# vi /etc/postfix/main.cf transport_maps = hash:/etc/postfix/transport ← 追加
# vi /etc/postfix/transport ezweb.ne.jp :『自分のISPのSMTPサーバアドレス』 ← 追加 .ezweb.ne.jp :『自分のISPのSMTPサーバアドレス』 ← 追加
# postmap /etc/postfix/transport
# # /etc/rc.d/init.d/postfix reload
|
Re: pstfix+cyrus-imapで送信ができないのは何故? ( No.2 ) |
|
- ????????? 2006/09/03 16:56
- ????????? sal
-
管理者さん、ご返事ありがとうございました。
そうなんですか...。 auのサポートに電話して聞いてみたんですが、ブロック・フィルター設定等はしていない、お前の設定が悪いのではないか、 と言われたんですけど...。
教えて頂いた事を記述して、試してみます。 ありがとうございました。
|
■ その他