郵差投遞麻煩

郵差投遞麻煩

我不確定這是問這個問題的好地方。這是關於來自 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 設定了郵件清單。

在這種情況下,問題是發送到 sysil.com 的郵件正在由 google 處理,因為您已經設定了 google apps 郵件:

; <<>> 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 apps 管理頁面設定郵件列表,或停用您的網域的 google apps 郵件(其中包括更新您的 MX 記錄,這可能可以透過主機的 cpanel 完成)。

如果有一種方法可以讓Google應用程式郵件與真正的郵件列表軟體在一個網域上共存,我很想聽聽。

相關內容