$mail_delivery = "postfix"
$postfix_relayhost = "$domain"
$postfix_smtp_listen = "$ipaddress"
- $postfix_mydestination = "\$myorigin"
+ $postfix_mydestination = '$myhostname, $mydomain, localhost.$mydomain, localhost'
include nodo::vserver
include postfix::mta
# Postfix configuration
postfix::config { "myhostname": value => "$fqdn" }
- postfix::config { "mailbox_command": value => '/usr/bin/maildrop -d ${USER}' }
+ postfix::config { "mailbox_command": value => '/usr/bin/maildrop -d ${USER}' }
# SASL
postfix::config { "smtpd_sasl_auth_enable": value => 'yes' }