このスレッドはクローズされています。記事の閲覧のみとなります。
バーチャルホストでのメールについて |
|
- æ¥æï¼ 2011/10/16 18:42
- ååï¼ aki
- もうひとつ問題があったので、ご質問させていただきたく書き込みました。
バーチャルホストで受信メールをトリガーにPHPを起動させ、自動返信してるのですが、 docomoやPCメールは正常にメールがきますが、softbankは自動返信がこないみたいなのですが、なにが原因なのでしょうか? メールログでは
Oct 16 16:41:51 get postfix/qmgr[2245]: B8E17FF98142: from=<kkkkk@softbank.ne.jp>, size=640, nrcpt=1 (queue active) Oct 16 16:41:51 get postfix/smtpd[26933]: disconnect from mmrts156215.softbank.ne.jp[123.111.222.39] Oct 16 16:41:52 get postfix/local[26937]: B8E17FF98142: to=<reg@domain.com>, orig_to=<reg@domain.com>, relay=local, delay=1.1, delays=0.81/0.09/0/0.22, dsn=2.0.0, status=sent (delivered to command: /usr/bin/php /var/www/html/kara_mail.php) Oct 16 16:41:52 get postfix/qmgr[2245]: B8E17FF98142: removed Oct 16 16:44:40 get postfix/anvil[26888]: statistics: max connection rate 1/60s for (smtp:222.126.203.8) at Oct 16 16:34:39 Oct 16 16:44:40 get postfix/anvil[26888]: statistics: max connection count 1 for (smtp:222.126.203.8) at Oct 16 16:34:39 Oct 16 16:44:40 get postfix/anvil[26888]: statistics: max cache size 1 at Oct 16 16:34:39 Oct 16 17:03:55 get postfix/smtpd[26992]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual Oct 16 17:03:55 get postfix/smtpd[26992]: connect from mmrts156215.softbank.ne.jp[123.111.222.42] Oct 16 17:03:55 get postfix/trivial-rewrite[26995]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual Oct 16 17:03:56 get postfix/cleanup[26996]: warning: database /etc/postfix/virtual.db is older than source file /etc/postfix/virtual
宜しくお願い致します。
|
■ コンテンツ関連情報
Re: バーチャルホストでのメールについて ( No.1 ) |
|
- æ¥æï¼ 2011/10/16 22:11
- ååï¼ aki
- 追記なのですが、
バーチャルでもリアルでもsoftbank(AUは試していませんが)空メールを送り、PHPを起動し、相手にメールを送信できない状態です…
|
Re: バーチャルホストでのメールについて ( No.2 ) |
|
- æ¥æï¼ 2011/10/17 06:27
- ååï¼ 管理者
- 携帯へのメールは結構送れない場合がありますね。たとえばOP25などです。
以下を参照して見てください。
http://kajuhome.com/mail_trouble.shtml
|
Re: バーチャルホストでのメールについて ( No.3 ) |
|
- æ¥æï¼ 2011/10/18 00:46
- ååï¼ aki
- ちなみにですが、
# vi /etc/postfix/transport docomo.ne.jp :[mail.xxx.ne.jp] .docomo.ne.jp :[mail.xxx.ne.jp]
これにsoftbankやezwebなどを追加すればいいのでしょうか? 上記の[mail.xxx.ne.jp]はsmtp.nifty.comを記載すればいいのでしょうか? グローバルIPアドレスを入れてみたのですが、なんの反応もなくniftyの入れてもなにも反応がありません。
|
Re: バーチャルホストでのメールについて ( No.4 ) |
|
- æ¥æï¼ 2011/10/18 11:07
- ååï¼ aki
- あと追記で、
# vi /etc/postfix/transport docomo.ne.jp :[mail.xxx.ne.jp] .docomo.ne.jp :[mail.xxx.ne.jp]
を記載してなくてもdocomoとPCメールなどは通常に動作できます。
しかしsoftbankなどはメールを送ったらエラーでこれがくるみたいです。
This is the mail system at host get.domain.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
<virtual@domain.com> (expanded from <reg@domain2.com>): unknown user: "virtual"
|
Re: バーチャルホストでのメールについて ( No.5 ) |
|
- æ¥æï¼ 2011/10/20 11:16
- ååï¼ 管理者
- > <reg@domain2.com>):
> unknown user: "virtual"
virtualというユーザが見つからないと返却されていますが、このユーザが存在しない為ではないでしょうか?
|
■ その他