commit d13fb7631acc3c11108d6581d5b276caa8e40585
parent b9ce1583add932bd20fae168d39d3d1ecb962e44
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Wed, 27 Jun 2018 22:59:39 -0500
Correction is post: Spam or Ham.
Diffstat:
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/posts/2017-10-14-spam-or-ham.en.md b/content/posts/2017-10-14-spam-or-ham.en.md
@@ -17,7 +17,7 @@ I really don't see how I can write anything better than [this tutorial](http://w
### Setting DNS Record {#setting-dns-record}
-Before anything, I needed to setup my DNS record. I created a `CNAME` for my mail server address, and added a `MX` record indicating the mail will be handled by the mail server.
+Before anything, I needed to setup my DNS record. I created an `A` record for my mail server address, and added a `MX` record indicating the mail will be handled by the mail server.
### Creating `Maildir` {#creating-maildir}
diff --git a/content/posts/2017-10-14-spam-or-ham.zh.md b/content/posts/2017-10-14-spam-or-ham.zh.md
@@ -17,7 +17,7 @@ slug = "spam-or-ham"
### 设置 DNS 记录 {#设置-dns-记录}
-在开始搭建邮箱之前,我需要设置 DNS 记录。我为我的邮件服务器地址设置了一条 `CNAME` 记录,并用一条 `MX` 记录来标明所使用的邮件服务器。
+在开始搭建邮箱之前,我需要设置 DNS 记录。我为我的邮件服务器地址设置了一条 `A` 记录,并用一条 `MX` 记录来标明所使用的邮件服务器。
### 创建 `Maildir` {#创建-maildir}
diff --git a/org/2017.org b/org/2017.org
@@ -551,7 +551,7 @@ As planned, I am documenting my mail server setups. Setting up the mail server i
I really don't see how I can write anything better than [[http://www.netarky.com/programming/arch_linux/Arch_Linux_mail_server_setup_1.html][this tutorial]], so I will just document some of the steps that seemed missing from the tutorial.
***** Setting DNS Record
-Before anything, I needed to setup my DNS record. I created a =CNAME= for my mail server address, and added a =MX= record indicating the mail will be handled by the mail server.
+Before anything, I needed to setup my DNS record. I created an =A= record for my mail server address, and added a =MX= record indicating the mail will be handled by the mail server.
***** Creating =Maildir=
After setting up =postfix= for the first time, I needed to setup the =Maildir= manually and giving it appropriate permissions:
@@ -641,7 +641,7 @@ I tested my server by sending test email to =check-auth@verifier.port25.com= and
我八成是写不出比 [[http://www.netarky.com/programming/arch_linux/Arch_Linux_mail_server_setup_1.html][这篇教程]] 更好的步骤说明的,所以我就在这里把我额外需要的一些设置记录下来。
***** 设置 DNS 记录
-在开始搭建邮箱之前,我需要设置 DNS 记录。我为我的邮件服务器地址设置了一条 =CNAME= 记录,并用一条 =MX= 记录来标明所使用的邮件服务器。
+在开始搭建邮箱之前,我需要设置 DNS 记录。我为我的邮件服务器地址设置了一条 =A= 记录,并用一条 =MX= 记录来标明所使用的邮件服务器。
***** 创建 =Maildir=
在设置好 =postfix= 之后,我需要手动创建 =Maildir= 文件夹并赋予其合适的权限: