summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------puppet/modules/postfix0
-rw-r--r--puppet/modules/site_postfix/manifests/mx.pp11
2 files changed, 3 insertions, 8 deletions
diff --git a/puppet/modules/postfix b/puppet/modules/postfix
-Subproject 881a59ac62684028a7f4cb358e3592efc3ae99a
+Subproject 8e43dc85da5a5e45e88aef5f7c32c9cc1c35201
diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp
index 4bab7722..2bf844bf 100644
--- a/puppet/modules/site_postfix/manifests/mx.pp
+++ b/puppet/modules/site_postfix/manifests/mx.pp
@@ -42,13 +42,8 @@ class site_postfix::mx {
managehome => true,
}
- user { 'vmail':
- ensure => present,
- comment => 'Leap Mailspool',
- home => '/var/mail/vmail',
- shell => '/bin/false',
- managehome => true,
+ class { 'postfix':
+ root_mail_recipient => $root_mail_recipient,
+ smtp_listen => 'all'
}
-
- include ::postfix
}