Skip to content

Commit 5f1cb4c

Browse files
committed
Added prerequisites
1 parent fea6a5b commit 5f1cb4c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

self-hosting/govern/configure-dns-email-service.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ description: Configure DNS records to enable automatic conversion of incoming em
66

77
This guide explains how to configure DNS settings to enable the [Intake Email](https://docs.plane.so/intake/intake-email) feature for your self-hosted Plane instance. These configurations enable your server to accept messages sent to your project's dedicated Intake address, which are then converted into work items in your project's Intake section.
88

9+
## Prerequisites
10+
11+
Ensure that the Plane server allows outbound traffic on the following email-related ports: 25, 465, and 587.
12+
13+
If any of these ports are currently in use, you can free them by running:
14+
15+
```bash
16+
fuser -k 25/tcp 465/tcp 587/tcp
17+
```
18+
19+
This is necessary for email functionality (e.g., sending invites, notifications) to work properly.
20+
921
## Configure DNS records
1022

1123
1. **Create an A Record**
@@ -91,3 +103,7 @@ Once your DNS records have propagated, test your SMTP connections:
91103

92104
- Verify that the IP address is correct.
93105
- Ensure your mail subdomain matches the MX record.
106+
107+
## See also
108+
109+
- [Intake Email](https://docs.plane.so/intake/intake-email)

0 commit comments

Comments
 (0)