We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c85788 + 780dc9d commit 3f599c0Copy full SHA for 3f599c0
test/salt/pillar/default.sls
@@ -166,18 +166,18 @@ postfix:
166
167
check_client_access_maps:
168
- '/[%!@].*[%!@]/':
169
- - 550 Sender-specified routing rejected
+ - 550 Sender-specified routing rejected
170
171
check_cidr_maps:
172
- '192.168.1.1':
173
- - OK
+ - OK
174
- '192.168.0.0/16':
175
- - REJECT
+ - REJECT
176
- '2001:db8::1':
177
178
- '2001:db8::/32':
179
180
181
check_pcre_maps:
182
- '/^(?!owner-)(.*)-outgoing@(.*)/':
183
- - 550 Use ${1}@${2} instead
+ - 550 Use ${1}@${2} instead
0 commit comments