diff options
Diffstat (limited to 'manifests/mail.pp')
-rw-r--r-- | manifests/mail.pp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifests/mail.pp b/manifests/mail.pp new file mode 100644 index 0000000..2f4b0ed --- /dev/null +++ b/manifests/mail.pp @@ -0,0 +1,8 @@ +class nodo::mail inherits nodo::vserver { + # Class for mail nodes + $postfix_relayhost = "$domain" + $postfix_smtp_listen = "$ip" + $postfix_mydestination = "\$myorigin" + + include postfix::mta +} |