Skip to content

Commit 66ec658

Browse files
committed
docs: mention rDNS in the setup tutorial
1 parent da6bcb1 commit 66ec658

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/tutorials/setting-up.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ one as "primary". Add all other domains to the `local_domains` line:
103103
$(local_domains) = $(primary_domain) example.com other.example.com
104104
```
105105
106+
Do not forget to set a suitable rDNS (PTR) record for your server's IP address
107+
to reduce the chances of outgoing mails getting marked as spam or being
108+
downright rejected. Ideally, the PTR record should match whatever you specified
109+
in `$(hostname)`.
110+
106111
## TLS certificates
107112
108113
One thing that can't be automatically configured is TLS certs. If you already

0 commit comments

Comments
 (0)