Hi,
I am using sendmail (RH 9.0) to send logs from crontab jobs to my regular work address. I managed (after a week of searching this forum) to masquerade the sender address so that the "From:" field shows "david@example.com" instead of the "localhost.localdomain". However, when I receive the message (I use Outlook) I get:
From: root[david@example.com]
To:
user@domain.com
Subject: Hello
How can I get rid of this "root" label or at least change it to something else so it appears to come from a human user? The crontab jobs run as "root" and I do not know if I can run them as some other username.
Thanks in advance