Re: 外部メールが送信できない
( No.1 )
|
 |
- 日時: 2006/07/27 16:18
- 名前: 武蔵
-
>送信がサーバに弾かれるようで送信できなくなりました。
>前日までは送信できていましが、プロバイダ、フリーメールなど全て受信はできますが、送信できなくなりました。
その前日と当日の差は何でしょうか? 設定をいじくったとか、サービスのアップデートをしたとか?
|
Re: 外部メールが送信できない
( No.2 )
|
 |
- 日時: 2006/07/27 18:18
- 名前: cb
-
レスありがとうございます。
とくに設定は変更していません。
>その前日と当日の差は何でしょうか?
正確には当日の午前10時頃までは送信できていたようで、 午後1時頃には送信できなくなっていました。(LAN内の使用者全員に尋ねたところ)
>設定をいじくったとか、サービスのアップデートをしたとか?
awstatsの自動更新スクリプトくらいでしょうか。 他に動いたサービスは思い当たりません。
|
Re: 外部メールが送信できない
( No.3 )
|
 |
- 日時: 2006/07/27 20:49
- 名前: cb
-
プロバイダのぷららがOutbound Port 25 Blockingを開始したようです。
http://www.plala.or.jp/access/community/mailplus/smtp_auth.html
ここに書かれている、 「DDNS等を用いてメールサーバを構築・運用している方は、下記専用中継サーバを配送先として指定してください。」 というのは、具体的にどうすればよいのでしょうか?
中継サーバを配送先にする方法をご存知の方いらっしゃいますでしょうか?
|
Re: 外部メールが送信できない
( No.4 )
|
 |
- 日時: 2006/07/27 21:38
- 名前: 管理者
-
リレー(中継)させるには『/etc/postfix/main.cf』に以下を追加してください。
# vi etc/postfix/main.cf : : : # The relayhost parameter specifies the default host to send mail to # when no entry is matched in the optional transport(5) table. When # no relayhost is given, mail is routed directly to the destination. # # On an intranet, specify the organizational domain name. If your # internal DNS uses no MX records, specify the name of the intranet # gateway host instead. # # In the case of SMTP, specify a domain, host, host:port, [host]:port, # [address] or [address]:port; the form [host] turns off MX lookups. # # If you're connected via UUCP, see also the default_transport parameter. # #relayhost = $mydomain #relayhost = [gateway.my.domain] #relayhost = [mailserver.isp.tld] #relayhost = uucphost #relayhost = [an.ip.add.ress] relayhost = mmr.plala.or.jp ← これを追加
設定後は、postfixサービスの再起動を忘れずに・・・・
|
Re: 外部メールが送信できない
( No.5 )
|
 |
- 日時: 2006/07/28 10:04
- 名前: cb
-
管理者さま
情報ありがとうございます。 main.cfへの追加とpostfixの再起動でメール送信ができるようになったことを確認しました。
|