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 r...@domain.com not r...@hostname.domain.com

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 "r...@hostname.domain.com 
hostn...@domain.com"
$ 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 puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to