rbzoneadmin
New Member
Hey hello!!
I'm monitoring my servers by using munin. Munin node is running on an unbuntu server. Postfix seems to be configured correctely because I'm able to send emails with the mail command:
mail -s "Some subject" my@email.de < text.file
I decided to enable email notifications for munin.
My problem is the contacts directive:
contacts.me.command mail -s "Munin Info ${var:host}" my@email.de
If I had a look inside the message log created by postfix the email header allways contains
root@my.domain.org. It seems to me that the email recipient I set up in the munin.conf file was ignored.

Can some help??
Greetz RBZAdmin
I'm monitoring my servers by using munin. Munin node is running on an unbuntu server. Postfix seems to be configured correctely because I'm able to send emails with the mail command:
mail -s "Some subject" my@email.de < text.file
I decided to enable email notifications for munin.
My problem is the contacts directive:
contacts.me.command mail -s "Munin Info ${var:host}" my@email.de
If I had a look inside the message log created by postfix the email header allways contains
root@my.domain.org. It seems to me that the email recipient I set up in the munin.conf file was ignored.
Can some help??
Greetz RBZAdmin