Skip to content

Commit

Permalink
Merge pull request #256 from kenyon/default_mydestination
Browse files Browse the repository at this point in the history
init.pp: use the postfix default for mydestination
  • Loading branch information
smortex committed May 13, 2023
2 parents 4359fdc + 178e6b5 commit 77707e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Expand Up @@ -286,7 +286,7 @@
Optional[Array[String[1]]] $masquerade_domains = undef,
Optional[Array[String[1]]] $masquerade_exceptions = undef,
Boolean $mta = false,
String $mydestination = '$myorigin', # postfix_mydestination
String $mydestination = '$myhostname, localhost.$mydomain, localhost', # postfix_mydestination
String $mynetworks = '127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128', # postfix_mynetworks
String $myorigin = $facts['networking']['fqdn'],
String $postfix_ensure = 'present',
Expand Down

0 comments on commit 77707e2

Please sign in to comment.