<html><head><style type='text/css'>body { font-family: 'Arial'; font-size: 12pt; color: #000000}</style></head><body><br>----- Original Message -----<br>From: "Jerry Geis" <geisj@pagestation.com><br>To: "CentOS ML" <centos@centos.org><br>Sent: Wednesday, November 14, 2007 12:11:02 PM (GMT+1000) Australia/Brisbane<br>Subject: [CentOS] configuring sendmails domain<br><br>I tried editing sendmail.cf and changing the Dj line to X.com<br>so any email originating from my machine would be X.com not m.X.com <br>where m is machine name.<br><br>I typed make in the /etc/mail directory and did service sendmail restart.<br><br>This did not work. email still shows as m.X.com<br><br>What am I missing so as to NOT have the machine name in the email address.<br>I just want the domain.<br><br>Thanks,<br><br>Jerry<br>_______________________________________________<br>CentOS mailing list<br>CentOS@centos.org<br>http://lists.centos.org/mailman/listinfo/centos<br><br>-- <br>This message has been scanned for viruses and<br>dangerous content by MailScanner, and is<br>believed to be clean.<br><br><br><br><br>Editing the .cf file is not the way to do this sort of thing. Ensure you have the sendmail-cf package installed and make your changes to the /etc/mail/sendmail.mc file and then type 'make' to build the new .cf. Then restart sendmail.<br><br><br>Incidentally, the .mc file has the necessary parameters in it that you may be looking for;<br><br><br>dnl MASQUERADE_AS(`mydomain.com')dnl<br>dnl #<br>dnl # masquerade not just the headers, but the envelope as well<br>dnl #<br>dnl FEATURE(masquerade_envelope)dnl<br>dnl #<br>dnl # masquerade not just @mydomainalias.com, but @*.mydomainalias.com as well<br>dnl #<br>dnl FEATURE(masquerade_entire_domain)dnl<br>dnl #<br>dnl MASQUERADE_DOMAIN(localhost)dnl<br>dnl MASQUERADE_DOMAIN(localhost.localdomain)dnl<br>dnl MASQUERADE_DOMAIN(mydomainalias.com)dnl<br>dnl MASQUERADE_DOMAIN(mydomain.lan)dnl<br><br><br>Cheers.<br></body><br />-- 
<br />This message has been scanned for viruses and
<br />dangerous content by
<a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is
<br />believed to be clean.
</html>