瀏覽代碼

Clarify README around Reverse DNS

Added note to #4 to clarify Reverse DNS entry will need to go from your IP address to your mail subdomain and not to `<yourdomain.com>`.
pull/116/head
gnubytes 3 年之前
committed by GitHub
父節點
當前提交
d0a308cc40
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. +4
    -1
      README.md

+ 4
- 1
README.md 查看文件

@@ -54,7 +54,10 @@ give your full domain without any subdomain, i.e. `lukesmith.xyz`.
`<yourdomain.com>` (not mail subdomain). If you would like IPv6, you can do
the same for that. This has been tested on Vultr, and all decent VPS hosts
will have a section on their instance settings page to add a reverse DNS PTR
entry.
entry. NOTE: If you host both your email and website on the same server
(e.g. Postfix and NGINX), your Reverse DNS entry will need to go from your IP
address to your mail subdomain (i.e. mail.lukesmith.xyz) and not to `<yourdomain.com>`
(i.e. lukesmith.xyz).
You can use the 'Test Email Server' or ':smtp' tool on
[mxtoolbox](https://mxtoolbox.com/SuperTool.aspx) to test if you set up
a reverse DNS correctly. This step is not required for everyone, but some


Loading…
取消
儲存