Skip to content
Snippets Groups Projects
Commit 9bc6ca84 authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Default for mynetworks is 127.0.0.0/8

parent be7b79d2
Branches
Tags
No related merge requests found
......@@ -38,7 +38,7 @@ class postfix::mta {
}
$mynetworks = $postfix::mynetworks ? {
undef => '127.0.0.1/8',
undef => '127.0.0.0/8',
default => $postfix::mynetworks,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment