--- # Common mail server configuration # base postfix configuration (passed to postfix class) postfix::relayhost: 'direct' postfix::myorigin: 'main.unkin.net' postfix::manage_aliases: true # Common postfix virtuals for all mail servers postfix::virtuals: 'root': ensure: present destination: 'ben@main.unkin.net' 'postmaster': ensure: present destination: 'ben@main.unkin.net' 'abuse': ensure: present destination: 'ben@main.unkin.net'