We have several nearly identical servers with a fairly classic server-NN naming convention, each running cron jobs that we like to monitor via email. There are is a group of users, who receive the email messages from these cron jobs and they all come from:
From: "(Cron Daemon)" <user-x@server-NN.brandle.net>
where user-x is invariant but server-NN changes with each server. I'd like for the emails to come from:
From: "Cron Server-NN" <user-x@server-NN.brandle.net>
I've tried setting the 'full-name' for 'user-x' but that had no effect. There has to be a way to handle this more cleanly.