Skip to content

Commit 53751d8

Browse files
committed
docs: Improve email docs to clarify we don't use DNS anymore
1 parent 67e8a69 commit 53751d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/email.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ Manage private aliases in the Premium Team account via <https://forwardemail.net
1212

1313
## Public aliases
1414

15-
Public aliases are managed in DNS. Use these as emergency supplement, or as alternative if the paid account expires. The Forward Email service DNS uses it to create or extend aliases in addition to (not instead of) any private entries.
15+
Email alias destinations can also be configured publicly via DNS. We generally don't do this for privacy and anti-spam reasons, but this can be a useful fallback, e.g. in case of emergencies (if we can't log in to the Forward Email admin panel), or if the Premium account expires (since DNS is supported by Forward Email even on the Free tier).
16+
17+
The Forward Email service queries our DNS records and automatically extends or creates aliases in addition to (not instead of) any private entries.
1618

1719
* Edit the relevant `TXT` records in DNS (currently in Cloudflare for us, see [dns.md](./dns.md)).
1820
* See also <https://forwardemail.net/en/faq#dns-configuration-options>
1921

20-
List public aliases:
22+
Query our public aliases (none as of Feb 2024):
2123

2224
```
2325
dig +noall +question +answer TXT jquery.com jquery.org qunitjs.com | grep -E "^;|forward-email=" | sed 's/^.*forward-email=//' | tr -d '"' | tr ',' '\n'

0 commit comments

Comments
 (0)