sendmail.cf Send out mails how? From a mail client, or from the command line? If from a mail client, such as mutt, simply set your "From: " header (and possibly "Reply-To: " header) to whatever you want. If from the command line, I'm not sure if "mail" (or "mailx") will let you set the "From: " header. I usually just invoke sendmail directly: /usr/sbin/sendmail -oi -t < Hey guys.. > > When I operate as root and decide to send out some email's I don't > ever want to have root@ as the reply address. Is the only way to fix this > to change the sendmail.cf file and have it rewrite all root's to my normal > user name? > > Don