From f815e72b7563c8c0419dcffd388826a93d5713b0 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Thu, 7 Mar 2024 21:19:20 -0800 Subject: [PATCH] `02-basic-email-system.md`: Clarify the domain name, as we can have either a domain name or internal DNS name --- docs/guides/email/02-basic-email-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/email/02-basic-email-system.md b/docs/guides/email/02-basic-email-system.md index 910e6f37ad..a9d628e223 100644 --- a/docs/guides/email/02-basic-email-system.md +++ b/docs/guides/email/02-basic-email-system.md @@ -801,5 +801,5 @@ Use the **frank** user to attempt to send an email to the **leeo** user. ### Additional description -* You should have a domain name with MX records pointing to your server. +* You must have a domain name or an internal DNS entry with MX records pointing to your server. * You should get a SSL certificate via [Let's Encrypt](https://docs.rockylinux.org/guides/security/generating_ssl_keys_lets_encrypt/) or another source.