blob: 2f4b0ed04b292d128ac6b7bc3eea714d4cdef188 (
plain)
1
2
3
4
5
6
7
8
|
class nodo::mail inherits nodo::vserver {
# Class for mail nodes
$postfix_relayhost = "$domain"
$postfix_smtp_listen = "$ip"
$postfix_mydestination = "\$myorigin"
include postfix::mta
}
|