邮递员送货麻烦

邮递员送货麻烦

我不确定这里是不是问这个问题的好地方。这是关于 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 Apps 邮件与真实邮件列表软件在一个域中共存,我会很感兴趣。

相关内容