aboutsummaryrefslogtreecommitdiff
path: root/manifests/mail.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r--manifests/mail.pp13
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp
index 58f77dc..d58a505 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -1,17 +1,4 @@
class nodo::mail {
- # General configuration
- $volatile_enabled = true
- $mail_virtual = true
- $mail_delivery = "postfix"
-
- # Sympa mailing list manager
- case $mail_sympa {
- true,'disabled': {
- $sympa_subdomain = "listas"
- $sympa_lang = "pt_BR"
- }
- }
-
# Class inclusion
include nodo::vserver
include mail::system