File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
7373action "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
7777action "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
104104match 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)
109109match 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
115115match tag DKIM \
116116 from src 127.0.0.1 \
117117 for any \
You can’t perform that action at this time.
0 commit comments