郵便配達員の配達トラブル

郵便配達員の配達トラブル

この質問をするのに適切な場所かどうかわかりません。GNU の Mailman というメーリング リスト管理ソフトウェアについてです。詳細は次のとおりです。

ホスティングプロバイダー:ヴレクソフリー ドメイン: www.sysil.com、ホスティング cpanel から作成された Google Apps メーリング リスト:[メールアドレス]

購読者リストを登録し、メールを送信しようとしました[メールアドレス]次のエラー メッセージが表示されました。

Delivery to the following recipient failed permanently:

    [email protected]

Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 550 550-5.1.1 The email account that you tried to reach does not exist. Please try
550-5.1.1 double-checking the recipient's email address for typos or
550-5.1.1 unnecessary spaces. Learn more at
550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596 23si6479194ewy.44 (state 14).

----- Original message -----

MIME-Version: 1.0
Received: by 10.216.90.136 with SMTP id e8mr1469147wef.110.1264220118960; Fri,
       22 Jan 2010 20:15:18 -0800 (PST)
Date: Fri, 22 Jan 2010 20:15:18 -0800
Message-ID: <[email protected]>
Subject:
From: Stanley Lee <[email protected]>
To: [email protected]
Content-Type: multipart/alternative; boundary=0016e6dab0931bccc3047dcd2f1e
- Show quoted text -

この問題を解決する方法はありますか? このメーリング リストを自分のホスティングとドメインを通じて利用できるようにしたいと思います。

答え1

よく分かりませんが、ホスティング プロバイダーの cpanel 経由でメーリング リストを設定したとおっしゃっているのだと思います。

その場合、問題は、Google アプリ メールを設定しているため、sysil.com へのメールが Google によって処理されていることです。

; <<>> DiG 9.3.5-P2 <<>> -t MX sysil.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 1011
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 12

;; QUESTION SECTION:
;sysil.com.                     IN      MX

;; ANSWER SECTION:
sysil.com.              13659   IN      MX      1 aspmx.l.google.com.
sysil.com.              13659   IN      MX      5 alt1.aspmx.l.google.com.
sysil.com.              13659   IN      MX      5 alt2.aspmx.l.google.com.
sysil.com.              13659   IN      MX      10 aspmx2.googlemail.com.
sysil.com.              13659   IN      MX      10 aspmx3.googlemail.com.

Google アプリ管理ページからメーリング リストを設定するか、ドメインの Google アプリ メールを無効にすることができます (MX レコードの更新が必要になりますが、これはおそらくホストの cpanel から実行できます)。

Google アプリのメールを実際のメーリング リスト ソフトウェアと 1 つのドメインで共存させる方法があれば、ぜひ教えてください。

関連情報