Skip to content
Snippets Groups Projects
Commit 3fe47e45 authored by SonarQube Personnal Access Token's avatar SonarQube Personnal Access Token
Browse files

Les maps virtual_alias et transport contiennent des PCRE

parent 4dac7a94
No related branches found
No related tags found
No related merge requests found
Pipeline #7501 failed
......@@ -47,8 +47,8 @@ class postfix::mta (
postfix::config {
'mynetworks': value => $mynetworks;
'virtual_alias_maps': value => 'hash:/etc/postfix/virtual';
'transport_maps': value => 'hash:/etc/postfix/transport';
'virtual_alias_maps': value => 'pcre:/etc/postfix/virtual';
'transport_maps': value => 'pcre:/etc/postfix/transport';
}
postfix::hash { '/etc/postfix/virtual':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment