diff --git a/Servers & Workflows/Linux/iRedMail.md b/Servers & Workflows/Linux/iRedMail.md index aa3ca8f..326a11d 100644 --- a/Servers & Workflows/Linux/iRedMail.md +++ b/Servers & Workflows/Linux/iRedMail.md @@ -152,4 +152,14 @@ sudo crontab -e Add the following line to run the renewal process daily at 3:01 AM: ``` 1 3 * * * certbot renew --post-hook 'systemctl restart postfix dovecot nginx' -``` \ No newline at end of file +``` + +## DNS Records +Now you need to set up DNS records in Cloudflare (or the DNS Registrar you have configured) so that the mail server can be found and validated. + +| **Type** | **Name** | **Content** | **Proxy Status** | **TTL** | +| :--- | :--- | :--- | :--- | :--- | +| MX | bunny-lab.io | mail.bunny-lab.io | DNS Only | Auto | +| TXT | bunny-lab.io | "v=spf1 include:mail.bunny-lab.io ~all" | DNS Only | Auto | +| TXT | dkim._domainkey | v=DKIM1; p=`IREDMAIL-DKIM-VALUE` | DNS Only | 1 Hour | +| TXT | _dmarc | "v=DMARC1; p=none; rua=mailto:postmaster@bunny-lab.io" | DNS Only | Auto | \ No newline at end of file