Skip to content
Snippets Groups Projects
Commit 4da537ba authored by Olivier Le Monnier's avatar Olivier Le Monnier
Browse files

Les maps virtual_alias et transport contiennent des PCRE

parent c3aa7982
No related branches found
No related tags found
No related merge requests found
......@@ -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