New-ish to Puppet. I'm just getting beyond the basics, now. Got a postfix module defined. But there is a wrinkle: the server needs to send mail from root as [email protected] not [email protected]
Because our service desk accepts tickets from servers BUT the counts as 'spam' anything NOT from domain.com. This is easy with postfix: edit /etc/postfix/generic - add "[email protected] [email protected]" $ postmap /etc/postfix/generic restart service postfix How do I tell puppet do this? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/pYu9vRELtQwJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
