外部に向けてのメール送信(postfix) |
 |
- 日時: 2007/04/16 18:11
- 名前: かときち
<katou@masao.name>
-
「postfixで全くメールが送信できない」件では大変お世話になりました。
お陰様で、内部に向けては正常に送受信出来るようになったのですが、外部に対してメールの送信が出来ない状態になりました。
以下のログは「test2@katokichi.homelinux.com」から「katou@masao.name」にメールを送信したときの物です。
[root@webserver ~]# tail /var/log/maillog Apr 16 17:04:12 webserver postfix/smtpd[4099]: disconnect from unknown[192.168.11.3] Apr 16 17:04:13 webserver postfix/smtp[4103]: 695AC1830B: to=<katou@masao.name>, relay=msagw.biglobe.ne.jp[133.205.103.17]:25, delay=0.7, delays=0.55/0.08/0.05/0.01, dsn=5.0.0, status=bounced (host msagw.biglobe.ne.jp[133.205.103.17] said: 530 Need AUTH before MAIL (in reply to MAIL FROM command)) Apr 16 17:04:13 webserver postfix/cleanup[4102]: 1EA911830F: message-id=<20070416080413.1EA911830F@webserver.katokichi.homelinux.com> Apr 16 17:04:13 webserver postfix/qmgr[4064]: 1EA911830F: from=<>, size=2678, nrcpt=1 (queue active) Apr 16 17:04:13 webserver postfix/bounce[4104]: 695AC1830B: sender non-delivery notification: 1EA911830F Apr 16 17:04:13 webserver postfix/qmgr[4064]: 695AC1830B: removed Apr 16 17:04:13 webserver postfix/local[4105]: 1EA911830F: to=<test2@katokichi.homelinux.com>, relay=local, delay=0.12, delays=0.02/0.09/0/0.01, dsn=2.0.0, status=sent (delivered to maildir) Apr 16 17:04:13 webserver postfix/qmgr[4064]: 1EA911830F: removed Apr 16 17:04:17 webserver dovecot: pop3-login: Login: user=<test2>, method=PLAIN, rip=192.168.11.3, lip=192.168.11.180 Apr 16 17:04:18 webserver dovecot: POP3(test2): Disconnected: Logged out top=0/0, retr=1/2803, del=1/1, size=2786 [root@webserver ~]#
送信すると以下のエラーメールが返ってきます。 -----------------------------------------------------------------------------
This is the mail system at host webserver.katokichi.homelinux.com.
I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can delete your own text from the attached returned message.
The mail system
<katou@masao.name>: host XXXX.biglobe.ne.jp[133.205.103.17] said: 530 Need AUTH before MAIL (in reply to MAIL FROM command)
-------------------------------------------------------------------------------
プロバイダはbiglobeで、ポート25が制限されているとの情報から、中継サーバーを relayhost = [XXXX.biglobe.ne.jp]:25 と記述して試してみましたが、やはり送信出来ません。
現在開放しているポートは 25 53 80 110 です。
何度も御手数をお掛けいたしますが、解決方法や情報が御座いましたら、宜しくお願い致します。
|
|