|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
[PHP-users 34797] PHPLISTでの空メールナカダといいます。よろしくおねがいします。
現在は、テスト段階なのですが、PHPLISTというメールマガジンシステムを 利用して空メール対応のメールマガジンの準備をしております。 PHPLIST用の空メールシステムもアドオンで用意されていて 空メールによるユーザーの仮登録と本登録はできるのですが、 仮登録時に、エラーメールも一緒に送られてきてしまいます。 エラーメールの内容は下記のような感じなのですが、 現在原因の特定ができずに困っております。 ●エラーメール内容(件名:Mail delivery failed: returning message to sender) This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: pipe to |/hoge/lists/blank_mail/mail_subscribe.php generated by ml@... The following text was generated during the delivery attempt: ------ pipe to |/hoge/lists/blank_mail/mail_subscribe.php generated by ml@... ------ X-Powered-By: PHP/5.2.5 Set-Cookie: PHPSESSID=138c5d839ff704aeae1d44bcba77004; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Content-type: text/html ------ This is a copy of the message, including all the headers. ------ Return-path: <test@...> Received: from xxx.or.jp ([000.000.000.000]) by www.xxx.jp with esmtp (Exim 4.69) (envelope-from <test@...>) id 1MxVtf-0002Eq-KJ for ml@...; Tue, 13 Oct 2009 10:09:51 +0900 Received: from [000.000.000.000] (xxx.ne.jp [000.000.000.000]) by xxx.or.jp (mta) with SMTP id n9D19sTJ05702 for <ml@...>; Tue, 13 Oct 2009 10:09:54 +0900 (JST) MIME-Version: 1.0 Date: Tue, 13 Oct 2009 10:09:40 +0900 Message-ID: <JxKn6HFeJAKhg01sC.uWV8nQ@...> Subject: From: test@... To: ml@... X-Mailer: JsvMail 9.0 (Shuriken 2009) Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit ●メール内容ここまで 転送に失敗しているわけでは無いようなのですが、 PHPスクリプト内部でメールの送信を行っているのは 仮登録メールを送信する部分だけのような感じだったので どの部分を変更・修正・設定変更すればエラーメールが送られないように なるのかがわからず、こちらでご質問させていただきました。 PHPLIST並びに空メールシステムの入手は下記にて行いました http://www.d-ip.jp/contents/business426.html メールの転送は「cPanel」に搭載されているフォワーダで行っています。 また、空メール用に作成したメールアカウントのメールボックスには 空メールが残ったままになっています。 ですので、内部で転送メールのコピーが残るような設定になっているようです。 以上、どなたか解決方法やヒントなど、ご教示いただければ幸いです。 _______________________________________________ PHP-users mailing list PHP-users@... http://ml.php.gr.jp/mailman/listinfo/php-users PHP初心者のためのページ - 質問する前にはこちらをお読みください http://oldwww.php.gr.jp/php/novice.php3 |
|
|
[PHP-users 34798] Re: PHPLISTでの空メールHODA@都内某所
At Thu, 15 Oct 2009 11:51:20 +0900, eternaltime@... wrote: > エラーメールの内容は下記のような感じなのですが、 > 現在原因の特定ができずに困っております。 > generated by ml@... > generated by ml@... ------ > Return-path: <test@...> > Received: from xxx.or.jp ([000.000.000.000]) > by www.xxx.jp with esmtp (Exim 4.69) > (envelope-from <test@...>) > for ml@...; Tue, 13 Oct 2009 10:09:51 +0900 > Received: from [000.000.000.000] (xxx.ne.jp [000.000.000.000]) > by xxx.or.jp (mta) with SMTP id n9D19sTJ05702 > for <ml@...>; Tue, 13 Oct 2009 10:09:54 +0900 (JST) > Message-ID: <JxKn6HFeJAKhg01sC.uWV8nQ@...> > From: test@... > To: ml@... hoge.com usermail.com xxx.or.jp www.xxx.jp 000.000.000.000 ですが、がんばって書き換えたのでしょうけど、 例示ドメイン名、例示 IP address を使ったほうがよいですよ。 RFC2606 や http://jprs.jp/info/faq.html#27 (Q:例示に使用可能なドメイン名はありませんか?) で、example.com や example.co.jp が示されています。 また RFC3330 で 192.0.2.0/24 が例示 IP address として定義されています。 上記例示ドメイン名や例示 IP address を使って、 他の人に判るように、 「誰が、どこから、どこに、どうやったら、どうなった」 を整理すれば、きっと問題点がわかるようになるかと思います。 がんばってください。 -- =^^= HODA =^^= http://www.tail.gr.jp/~hoda/ 澤田保隆@しっぽアルゴリズム情報研究所 mailto:hoda@... _______________________________________________ PHP-users mailing list PHP-users@... http://ml.php.gr.jp/mailman/listinfo/php-users PHP初心者のためのページ - 質問する前にはこちらをお読みください http://oldwww.php.gr.jp/php/novice.php3 |
| Free embeddable forum powered by Nabble | Forum Help |