独立域名如何配置域名专属邮箱

既然已经买了独立域名建站了,那对外联系使用域名邮箱就显得理所当然了,不但看起来更加专业,还可以指定自己喜欢的邮箱名字,关键是他免费的。

提供企业邮箱的服务商有很多,这里介绍腾讯的企业邮箱。

1、前期准备

‌一个已经备案的域名

 

2、注册腾讯企业邮箱

腾讯企业邮箱登录入口地址:https://exmail.qq.com/login

登录成功之后,如果之前没有添加过域名,腾讯会自动弹出添加域名的界面。

 

3、进行域名解析

添加完成后,需要进行域名解析,登录域名注册商后台(如阿里云、DNSPod),添加以下2条MX记录,按照提示做就可以了。

添加完域名解析后,回到腾讯企业邮箱页面,点击“我已添加解析”,腾讯后台会自动去验证。(这里写2小时,实际蛮快的)

最后点击“邮箱服务”,如果看到域名边上有一个绿色的勾,说明域名解析验证成功。

至此,你可以创建邮箱账号发邮件了

 

4、防止发邮件被对方拒收(重要)

如果你发域外的邮件(就是收件人是你的域名邮箱和qq邮箱以外的邮件),很容易被判断为垃圾邮件而拒收。

比如 Gmail拒收

host gmail-smtp-in.l.google.com[74.125.203.27] said: 550-5.7.26 Your email has been blocked because the sender is unauthenticated. Gmail requires all senders to authenticate with either SPF or DKIM. Authentication results: DKIM = did not pass SPF [perass.com] with ip: [15.184.224.54] = did not pass For instructions on setting up authentication, go to https://support.google.com/mail/answer/81126#authentication 41be03b00d2f7-b49cb8920f5si5335616a12.37 - gsmtp (in reply to end of DATA command)

cloudflare拒收

host route3.mx.cloudflare.net[162.159.205.24] said: 550 5.7.26 Cannot forward emails that are not authenticated. Refer to https://developers.cloudflare.com/email-routing/postmaster/ for more information.. V2oKBcFWlvuB (in reply to end of DATA command)

那怎么办呢?你还需要做如下配置:

  1. spf设置
    参考: https://open.work.weixin.qq.com/help2/pc/19817?person_id=1&searchData=
  2. dmarc设置
    参考: https://open.work.weixin.qq.com/help2/pc/19820?person_id=1&searchData=
  3. dkim设置
    参考 https://open.work.weixin.qq.com/help2/pc/19647?person_id=1&searchData=

这些配置的作用是告诉对方邮箱服务器,我是正规邮箱,不是被劫持的垃圾邮件。配置完成后过10分钟再发就可以了。

 

不放心的话,你可以做个测试:https://www.mail-tester.com/

就是你给这个地址随便发个邮件,它会检测下你发的邮件被判断为垃圾邮件的可能性,一般满分10分,按以上配置都会得满分。