summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/postfixadmin.pp2
-rw-r--r--manifests/schleuder.pp2
-rw-r--r--manifests/sympa.pp4
3 files changed, 4 insertions, 4 deletions
diff --git a/manifests/postfixadmin.pp b/manifests/postfixadmin.pp
index b974515..07d555b 100644
--- a/manifests/postfixadmin.pp
+++ b/manifests/postfixadmin.pp
@@ -11,7 +11,7 @@ class mail::postfixadmin {
#
postfix::config {
"virtual_transport": value => 'dovecot';
- "dovecot_destination_recipient_limit": value => '1';
+ "dovecot_destination_recipient_limit": value => '1', nonstandard => true;
}
postfix::config { "virtual_mailbox_domains":
diff --git a/manifests/schleuder.pp b/manifests/schleuder.pp
index 1be2f7a..b9c502e 100644
--- a/manifests/schleuder.pp
+++ b/manifests/schleuder.pp
@@ -2,7 +2,7 @@ class mail::schleuder {
# Schleuder subsystems
include mail::packages::schleuder
- postfix::config { "schleuder_destination_recipient_limit": value => '1' }
+ postfix::config { "schleuder_destination_recipient_limit": value => '1', nonstandard => true }
postfix::transport { "${schleuder_subdomain}.$domain":
ensure => present,
diff --git a/manifests/sympa.pp b/manifests/sympa.pp
index a6d30a0..04c166e 100644
--- a/manifests/sympa.pp
+++ b/manifests/sympa.pp
@@ -82,8 +82,8 @@ class mail::sympa inherits mail::regexps {
}
postfix::config {
- "sympa_destination_recipient_limit": value => '1';
- "sympabounce_destination_recipient_limit": value => '1';
+ "sympa_destination_recipient_limit": value => '1', nonstandard => true;
+ "sympabounce_destination_recipient_limit": value => '1', nonstandard => true;
}
mailalias { "sympa":