Using the file ~/.muttrc you can set the FROM address in outbound messages from the root user to an arbitrary but more appropriate value:
vim ~/.muttrc
Add the lines:

set from=noreply@my.domain
set envelope_from=yes
set realname=NoReply

Or as you see fit – Envelope Sender is also controlled with this setting

Advertisement