From fbfecfa79e973dc818080fa3e6837b2bfe4ac753 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 30 May 2024 01:37:37 -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 326a11d..f77f78f 100644 --- a/Servers & Workflows/Linux/iRedMail.md +++ b/Servers & Workflows/Linux/iRedMail.md @@ -162,4 +162,14 @@ Now you need to set up DNS records in Cloudflare (or the DNS Registrar you have | 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 +| TXT | _dmarc | "v=DMARC1; p=none; rua=mailto:postmaster@bunny-lab.io" | DNS Only | Auto | + +## Port Forwarding +Lastly, we need to set up port forwarding to open the ports necessary for the server to send and receive email. + +| **Protocol** | **Port** | **Destination Server** | **Description** | +| :--- | :--- | :--- | :--- | +| TCP | 995 | 192.168.3.13 | POP3 service: port 110 over STARTTLS | +| TCP | 993 | 192.168.3.13 | IMAP service: port 143 over STARTTLS | +| TCP | 587 | 192.168.3.13 | SMTP service: port 587 over STARTTLS | +| TCP | 25 | 192.168.3.13 | SMTP (Email Server-to-Server Communication) | \ No newline at end of file