<br><font size=2 face="sans-serif">Thank you very much. This would work
if we didn't want to use sendmail.mc - unfortunately my team does want
to use the configuration file, and we can't figure out what's keeping masquerade_as
from working with Fedora 4 when it worked fine with previous releases,
including Red Hat 9. Can anyone shed light on why this happened?</font>
<br>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Kostas Sfakiotakis <kostassf@cha.forthnet.gr></b>
</font>
<br><font size=1 face="sans-serif">Sent by: fedora-list-bounces@redhat.com</font>
<p><font size=1 face="sans-serif">05/04/06 05:52 AM</font>
<table border>
<tr valign=top>
<td bgcolor=white>
<div align=center><font size=1 face="sans-serif">Please respond to<br>
kostassf@cha.forthnet.gr; Please respond to<br>
For users of Fedora Core releases <fedora-list@redhat.com></font></div></table>
<br>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">To</font></div>
<td><font size=1 face="sans-serif">For users of Fedora Core releases <fedora-list@redhat.com></font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Subject</font></div>
<td><font size=1 face="sans-serif">Re: sendmail problem</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br><font size=2><tt>Greetings Mike ,<br>
<br>
On Wed, 3 May 2006 18:45 , Mike.Kent@indystar.com sent:<br>
<br>
><br>
><br>
>Hello. I'm using Sendmail installed<br>
>with Fedora 4. I have masquerade set and have done a make and restart
and<br>
>it still thinks it's sending as localhost.localdomain as in the output<br>
>below. I'm using define(`confDOMAIN_NAME', `ini-wf.indystar.com')dnl
in<br>
>sendmail.mc to set macro $j in sendmail.cf just so we get fewer bounces,<br>
>but this isn't an good solution. I would like to get masquerading working<br>
>properly and would appreciate any suggestions.<br>
<br>
< snip > <br>
<br>
Well as i recall when i needed to do whatever you did instead of <br>
messing with sendmail.mc i did the following things <br>
<br>
1 . modified /etc/sysconfig/network to say : <br>
<br>
HOSTNAME=VOODOO.MASTER.CO.ORG<br>
<br>
2. modified /etc/hosts to read <br>
<br>
127.0.0.1  localhost.localdomain localhost ; THIS IS MANDATORY<br>
127.0.0.1  VOODOO.MASTER.CO.ORG <br>
<br>
then i restarted the network , so it would read the changes <br>
<br>
( service network restart )  <br>
<br>
and that did the work .<br>
<br>
>============ SYSTEM IDENTITY (after<br>
>readcf) ============<br>
><br>
>      (short domain name)<br>
>$w = localhost  <br>
<br>
This is wrong , if i understand you correctly this should say<br>
<br>
$w=ini-wf  ; Everything up to the first dot.<br>
<br>
>  (canonical domain name) $j =<br>
>ini-wf.indystar.com<br>
<br>
>         (subdomain<br>
>name) $m = localdomain<br>
><br>
>           <br>
>  (node name) $k = ini-wf<br>
><br>
><br>
><br>
>sendmail.mc has these entries:<br>
><br>
>MASQUERADE_AS(`indystar.com')dnl  <br>
<br>
Well am not 100 % certain but i think that the above line should read <br>
<br>
MASQUERADE_AS(`ini-wf.indystar.com')dnl <br>
<br>
><br>
>FEATURE(masquerade_envelope)dnl<br>
><br>
>FEATURE(masquerade_entire_domain)dnl<br>
><br>
>MASQUERADE_DOMAIN('localhost')dnl<br>
><br>
>MASQUERADE_DOMAIN('localhost.localdomain')dnl<br>
><br>
>MASQUERADE_DOMAIN('starnews.com')dnl<br>
><br>
>MASQUERADE_DOMAIN('ini-wf')dnl<br>
><br>
><br>
><br>
>The top line of /etc/hosts is 127.0.0.1<br>
>      ini-wf localhost.localdomain localhost<br>
<br>
for the /etc/hosts file , either you mistyped or you mean <br>
<br>
127.0.0.1  localhost.localdomain  localhost <br>
127.0.0.1  ini-wf.indystar.com  ini-wf<br>
<br>
In the above lines the first argument is the IP . <br>
To whom the IP belongs ? <br>
To the one named on the second argument .<br>
The second argument is the Fully Qualified Domain Name or <br>
FQDN . It's the complete name to the machine up to the dot which <br>
would represent the ROOOT DNS Servers . The ROOT DNS Servers represent
the <br>
start ( initial point ) of every host in the internet.<br>
The third argument is the allias .<br>
The allias is a short name that you use to call your machine . <br>
You can have as many alliases as you wish seperated by commas .<br>
<br>
<br>
Kind Regards, <br>
  Kostas <br>
<br>
<br>
-- <br>
fedora-list mailing list<br>
fedora-list@redhat.com<br>
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list<br>
</tt></font>
<br>