Skip to content

Commit cc61246

Browse files
authored
Update 01-email-system.md (add an empty line after question)
1 parent 0313bb9 commit cc61246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/email/01-email-system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Overview of email system
33
author: tianci li
4-
update: 2023-06-19
54
version: 1.0.0
65
---
76

@@ -47,7 +46,8 @@ MTA: In GNU/Linux, the mainstream and common MTA are **postfix**,**qmail**, **se
4746
MDA: In GNU/Linux, the mainstream and common MDA are **procmail** and **maildrop**
4847
MRA: In GNU/Linux, the mainstream and common MDA are **dovecot**
4948

50-
!!! question
49+
!!! question "Question"
50+
5151
Why is DNS required to participate in the work of the email system?
5252
In daily use, the standard format for an email user is "username@domain name". A domain name cannot represent a specific host, you need to point the domain name to a specific host name, so we need a DNS MX resolution record.
5353

0 commit comments

Comments
 (0)