简体   繁体   English

directadmin / exim不将电子邮件从phpsendmail传递到(相同)Google Apps域

[英]directadmin/exim not delivering email from phpsendmail to (same) google apps domain

I've been trying to figure this one out for a while. 我一直试图弄清楚这一点。

We use Magento. 我们使用Magento。 And it sends order emails to customers from the address contact@domain.com through php sendmail. 并且它通过php sendmail从地址contact@domain.com向客户发送订购电子邮件。 A BCC or separate email is sent (as a copy) to contact@domain.com 密件抄送或单独的电子邮件(作为副本)发送到contact@domain.com

The customer receives the email. 客户收到电子邮件。 But the BCC or separate email to contact@domain.com never arrives in our google apps account (sent from contact@domain.com to contact@domain.com). 但是,密件抄送或单独的电子邮件到contact@domain.com永远不会到达我们的Google Apps帐户(从contact@domain.com发送到contact@domain.com)。

Help appreciated. 帮助表示赞赏。

Sean 肖恩


We followed this http://help.directadmin.com/item.php?id=8 我们遵循了http://help.directadmin.com/item.php?id=8

Even this shell command does not reach the contact@domain.com emailbox 即使此Shell命令也无法到达contact@domain.com邮箱

echo "Test" | mail -s "Test" contact@domain.com

exim bt output 进出口债务输出

[domain@vpsxxxx ~]$ exim -bt contact@domain.com
contact@domain.com
  router = lookuphost, transport = remote_smtp
  host ASPMX.L.GOOGLE.com      [2a00:1450:4008:c01::1a] MX=10
  host ASPMX.L.GOOGLE.com      [74.125.136.26]          MX=10
  host ALT2.ASPMX.L.GOOGLE.com [2a00:1450:4008:c01::1b] MX=20
  host ALT2.ASPMX.L.GOOGLE.com [74.125.143.27]          MX=20
  host ALT1.ASPMX.L.GOOGLE.com [173.194.69.26]          MX=20
  host ASPMX4.GOOGLEMAIL.com   [74.125.25.26]           MX=30
  host ASPMX5.GOOGLEMAIL.com   [173.194.64.26]          MX=30

Log records from main log 来自主日志的日志记录

2014-01-25 17:08:26 1W75mT-0004xJ-L9 => contact@domain.com F=<user1@vpsxxxxxx.public.cloudvps.com> R=lookuphost T=remote_smtp S=580 H=ASPMX.L.GOOGLE.com [2a00:1450:4008:c01::1a] X=UNKNOWN:ECDHE-RSA-AES128-GCM-SHA256:128 C="250 2.0.0 OK 1390666106 k2si7548786bkr.9 - gsmtp"
2014-01-25 17:09:47 1W75nn-0004yi-At <= domain@vpsxxxxxx.public.cloudvps.com U=domain P=local S=537 T="Test" from <domain@vpsxxxxxx.public.cloudvps.com> for contact@domain.com
2014-01-25 17:09:47 1W75nn-0004yi-At => contact@domain.com F=<domain@vpsxxxxxx.public.cloudvps.com> R=lookuphost T=remote_smtp S=555 H=ASPMX.L.GOOGLE.com [2a00:1450:4008:c01::1a] X=UNKNOWN:ECDHE-RSA-AES128-GCM-SHA256:128 C="250 2.0.0 OK 1390666187 om1si7503738bkb.219 - gsmtp"

I found this sollution, which works for all my clients! 我找到了适用于所有客户的解决方案!

  1. Login as admin 以管理员身份登录
  2. Click Show all Users 单击显示所有用户
  3. Find the user that owns the domain 查找拥有域的用户
  4. Click that user 点击该用户
  5. Click Modify User 单击修改用户
  6. Make sure DNS Control is checked and Save 确保选中“ DNS控制”并保存
  7. Click Home and Repeat 2-4 单击主页,然后重复2-4
  8. Click Login as 单击登录为
  9. Click the domain if there is more than one. 如果有多个域,请单击该域。 If only one skip this step. 如果只有一个,请跳过此步骤。
  10. Click MX records 点击MX记录
  11. Uncheck "Use this server to handle my emails" which is under the "Local Mail Server" section. 取消选中“本地邮件服务器”部分下的“使用此服务器处理我的电子邮件”。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Magento / exim电子邮件未到达,发送到自己的域名 - Magento/exim emails not arriving, sent to and from own domain 为什么Google Apps电子邮件地址不接收来自Magento网站的电子邮件? - Why Isn't Google Apps Email Address Receiving Email From Magento Website? AWS 服务器未将 email 发送到域外 - AWS Server is not sending email to outside the domain Apache两个应用程序一个域共享语言/ en - Magento和Wordpress - Apache two apps one domain share language /en - Magento & Wordpress 同一域上的多个Magento 1.9网站/商店 - Multiple Magento 1.9 Websites/Stores on same domain Magento Session在外部页面(同一域)中不起作用 - Magento Session not working in external page (same domain) 从在相同域上运行的自定义脚本中获取Magento 1.7.0.2登录的管理员ID - Get Magento 1.7.0.2 Logged In Admin ID From Custom Script Running On Same Domain DirectAdmin Cron Job未运行,因为cron用户权限 - DirectAdmin Cron Job not running because cron-user permissions 301重定向到具有相同网址结构的新域 - 301 redirect to new domain with same url structure Magento联系表单-成功但未收到-同一个域 - Magento Contact Form - Success but not receive - Same Domain
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM