Skip to content

Commit 1f47c04

Browse files
committed
Fix typo
- Improve legibility
1 parent 25450b0 commit 1f47c04

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/etc/mail/smtpd.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ listen on egress port submission \
6969

7070
# Dispatchers
7171
#
72-
# Relay the message to foreign MX using opportunistic STARTTLS
72+
# Relay the message to any MX using opportunistic STARTTLS
7373
action "relay" \
7474
relay
7575
#
76-
# Relay the message to backp MX using mandatory STARTTLS with valid certificate
76+
# Relay the message as backp MX using mandatory STARTTLS with valid certificate
7777
action "backup" \
7878
relay backup tls
7979
#
@@ -98,20 +98,20 @@ action "mda" \
9898
wrapper "dovecot"
9999

100100

101-
# Rules (first match wins)
101+
# Rules (first match wins)
102102
#
103103
# Local messages to forward
104104
match from local \
105105
for local \
106106
action "forward"
107107
#
108-
# Local messages for vdomains to LMTP (or backup MX)
108+
# Local messages for virtual domains to MDA (or backup MX)
109109
match from local \
110110
!mail-from <blacklist-senders> \
111111
for domain <vdomains> \
112112
action "mda" # "backup", "lmtp", or "mda"
113113
#
114-
# Local DKIM signed messages to foreign MTA
114+
# Local DKIM signed messages to MTA
115115
match tag DKIM \
116116
from src 127.0.0.1 \
117117
for any \

0 commit comments

Comments
 (0)