case $root_mail_recipient {
"": { $root_mail_recipient = "nobody" }
}
-
case $postfix_use_amavisd {
- "": { $postfix_use_amavisd = "no" }
- "yes": { include postfix::amavis }
+ "": { $postfix_use_amavisd = "no" }
+ }
+ case $postfix_use_dovecot_lda {
+ "": { $postfix_use_dovecot_lda = "no" }
+ }
+ case $postfix_use_schleuder {
+ "": { $postfix_use_schleuder = "no" }
+ }
+ case $postfix_use_sympa {
+ "": { $postfix_use_sympa = "no" }
+ }
+ case $postfix_mastercf_tail {
+ "": { $postfix_mastercf_tail = "" }
}
-
-
++ if $postfix_use_amavisd == 'yes' {
++ include postfix::amavis
++ }
+
package { ["postfix", "mailx"]:
ensure => installed
}