Skip to content
Snippets Groups Projects
Commit f4743e49 authored by Cedric Jeanneret's avatar Cedric Jeanneret
Browse files

postfix - added support for myorigin override - needed on some special setups

parent dd7511cd
Branches
Tags
No related merge requests found
......@@ -149,8 +149,12 @@ class postfix {
}
# Default configuration parameters
$myorigin = $valid_fqdn ? {
'' => $::fqdn,
default => $valid_fqdn,
}
postfix::config {
'myorigin': value => $::fqdn;
'myorigin': value => $myorigin;
'alias_maps': value => 'hash:/etc/aliases';
'inet_interfaces': value => 'all';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment