Hi.
# puppet --version
2.6.1

Puppet.conf on puppetmaster's server
#cat /etc/puppet/puppet.conf
....
[puppetmasterd]
       ...
       reports=tagmail,log
       tagmap=/etc/puppet/tagmail.conf
....

#cat /etc/puppet/tagmail.conf
all: [email protected]

Puppet.conf on the client
#cat /etc/puppet/puppet.conf
...
[agent]
...
report=true
reportserver=puppetmaster.doamin.com
...

But, puppetmaster doesn't send reports on my e-mail. In the logs of
the mail server I can't see any attempts to send mail. Why?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
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.

Reply via email to