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.
yamllint
1 parent 9c85788 commit 780dc9dCopy full SHA for 780dc9d
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