From 3c8fea24bd1cb418946c481ba7066868b1b51e22 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 30 May 2024 01:32:56 -0600 Subject: [PATCH] Update Servers & Workflows/Linux/iRedMail.md --- Servers & Workflows/Linux/iRedMail.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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