We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a52ebc8 + 66ec658 commit fd44177Copy full SHA for fd44177
docs/tutorials/setting-up.md
@@ -103,6 +103,11 @@ one as "primary". Add all other domains to the `local_domains` line:
103
$(local_domains) = $(primary_domain) example.com other.example.com
104
```
105
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
+
111
## TLS certificates
112
113
One thing that can't be automatically configured is TLS certs. If you already
0 commit comments