On Wed, 04 Aug 2004 11:31:03 +0000, ssoss S <sctssoss@xxxxxxxxxxx> wrote: > Hi.. i am using sendmail in Fedora Core1 to send mail. And I found that my > source email address is always root@xxxxxxxxxxxxxxxxxxxxxx mylinux is my > hostname and mycompany is my company domain name. but how can change my > source email address to root@xxxxxxx or myname@xxxxxxx?? where is the > setting??? > Hi, This is usually done by using the MASQUERADE_AS(abc.com) macro in the sendmai.mc file. you might also want to checkout FEATURE(allmasquerade) then you need to regenerate the sendmail.cf file by typing make in the /etc/mail dir. Also, the /usr/share/doc/sendmail/README.cf file has detailed descriptions for all available macros. hope this helps. Yang