Update install.md DNS instructions

This commit is contained in:
Leendert de Borst
2025-06-30 14:04:51 +02:00
parent e15ecaf793
commit 36237176fd

View File

@@ -145,11 +145,11 @@ Configure the following DNS records **on your subdomain setup** (for example, `a
| Name | Type | Priority | Content | TTL |
|---------------------------|------|----------|-------------------------------|-----|
| mail.aliasvault | A | | `<your-server-public-ip>` | 3600 |
| aliasvault.example.com | MX | 10 | `mail.aliasvault.example.com` | 3600 |
| aliasvault | MX | 10 | `mail.aliasvault.example.com` | 3600 |
> 🔹 Explanation:
> - `mail.aliasvault` creates a DNS A record for `mail.aliasvault.example.com` pointing to your server IP.
> - The MX record on `aliasvault.example.com` directs mail to `mail.aliasvault.example.com`.
> - The MX record on `aliasvault.example` tells senders to send their mail addressed to `%@aliasvault.example.com` to `mail.aliasvault.example.com`.
> Replace `<your-server-public-ip>` with your actual servers IP address.