<br><font size=2 face="sans-serif">Hello. I'm using Sendmail installed
with Fedora 4. I have masquerade set and have done a make and restart and
it still thinks it's sending as localhost.localdomain as in the output
below. I'm using define(`confDOMAIN_NAME', `ini-wf.indystar.com')dnl in
sendmail.mc to set macro $j in sendmail.cf just so we get fewer bounces,
but this isn't an good solution. I would like to get masquerading working
properly and would appreciate any suggestions.</font>
<br>
<br><font size=2 face="sans-serif">Sendmail test:</font>
<br><font size=2 face="sans-serif">sendmail -bt -d0</font>
<br><font size=2 face="sans-serif">Version 8.13.6</font>
<br><font size=2 face="sans-serif">&nbsp;Compiled with: DNSMAP HESIOD HES_GETMAILHOST
LDAPMAP LOG MAP_REGEX</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; MATCHGECOS MILTER MIME7TO8 MIME8TO7 NAMED_BIND NETINET NETINET6</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; NETUNIX NEWDB NIS PIPELINING SASLv2 SCANF SOCKETMAP STARTTLS</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; TCPWRAPPERS USERDB USE_LDAP_INIT</font>
<br>
<br><font size=2 face="sans-serif">============ SYSTEM IDENTITY (after
readcf) ============</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; (short domain name)
$w = localhost</font>
<br><font size=2 face="sans-serif">&nbsp; (canonical domain name) $j =
ini-wf.indystar.com</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(subdomain
name) $m = localdomain</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; (node name) $k = ini-wf</font>
<br>
<br><font size=2 face="sans-serif">sendmail.mc has these entries:</font>
<br><font size=2 face="sans-serif">MASQUERADE_AS(`indystar.com')dnl</font>
<br><font size=2 face="sans-serif">FEATURE(masquerade_envelope)dnl</font>
<br><font size=2 face="sans-serif">FEATURE(masquerade_entire_domain)dnl</font>
<br><font size=2 face="sans-serif">MASQUERADE_DOMAIN('localhost')dnl</font>
<br><font size=2 face="sans-serif">MASQUERADE_DOMAIN('localhost.localdomain')dnl</font>
<br><font size=2 face="sans-serif">MASQUERADE_DOMAIN('starnews.com')dnl</font>
<br><font size=2 face="sans-serif">MASQUERADE_DOMAIN('ini-wf')dnl</font>
<br>
<br><font size=2 face="sans-serif">The top line of /etc/hosts is 127.0.0.1
&nbsp; &nbsp; &nbsp; ini-wf localhost.localdomain localhost</font>