Update Servers & Workflows/Linux/iRedMail.md
This commit is contained in:
		| @@ -153,3 +153,13 @@ 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' | ||||
| ``` | ||||
|  | ||||
| ## 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 | | ||||
		Reference in New Issue
	
	Block a user