<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sendmail masquerading problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-problem/m-p/4847973#M85385</link>
    <description>When you look at the post, you'll see blanks under the names of those who helped you.&lt;BR /&gt;&lt;BR /&gt;Use the pull down to pick the number of points and press submit.&lt;BR /&gt;&lt;BR /&gt;I'm attaching a tar of my sendmail setup so you can use it as a reference.&lt;BR /&gt;&lt;BR /&gt;I've also included in the tar a buildmail script for linux that rebuilds the hash databases after you make changes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Sun, 30 Mar 2003 03:51:38 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-03-30T03:51:38Z</dc:date>
    <item>
      <title>sendmail masquerading problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-problem/m-p/4847969#M85381</link>
      <description>I can't manage to masquerade local adresses for internet.&lt;BR /&gt;&lt;BR /&gt;In my sendmail.mc, I put that:&lt;BR /&gt;&lt;BR /&gt;FEATURE(`genericstable', `hash -o /etc/mail/genericstable')&lt;BR /&gt;FEATURE(redirect)dnl&lt;BR /&gt;FEATURE(always_add_domain)dnl&lt;BR /&gt;FEATURE(`masquerade_entire_domain')&lt;BR /&gt;FEATURE(`masquerade_envelope')&lt;BR /&gt;FEATURE(`allmasquerade')&lt;BR /&gt;MASQUERADE_AS(`think.fr.')&lt;BR /&gt;MASQUERADE_DOMAIN(`think.fr.')&lt;BR /&gt;MASQUERADE_AS(think.fr)&lt;BR /&gt;&lt;BR /&gt;and in genericstable I put that:&lt;BR /&gt;&lt;BR /&gt;root@&lt;A href="http://www.think.fr" target="_blank"&gt;www.think.fr&lt;/A&gt; louis@think.fr&lt;BR /&gt;&lt;BR /&gt;root louis@think.fr&lt;BR /&gt;louis louis@think.fr&lt;BR /&gt;&lt;BR /&gt;louis@station2.think.fr louis@think.fr&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Of course then I update sendmail:&lt;BR /&gt;&lt;BR /&gt;makemap -r hash genericstable.db &amp;lt; genericstable&lt;BR /&gt;m4 sendmail.mc &amp;gt; sendmail.cf&lt;BR /&gt;/etc/init.d/sendmail restart&lt;BR /&gt;&lt;BR /&gt;But when I send a mail with root, I still have&lt;BR /&gt;&lt;BR /&gt;root@&lt;A href="http://www.think.fr" target="_blank"&gt;www.think.fr&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;instead of root@think.fr or louis@think.fr&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;other problem : How to tell sendmail that @think.fr are local adresses ? (it says to me that it loops) ?&lt;BR /&gt;&lt;BR /&gt;Thanks by advance !&lt;BR /&gt;Louis&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Mar 2003 12:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-problem/m-p/4847969#M85381</guid>
      <dc:creator>Louis Coilliot</dc:creator>
      <dc:date>2003-03-28T12:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail masquerading problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-problem/m-p/4847970#M85382</link>
      <description>Test with another user, I believe root is deliberately immune to Masquerade.</description>
      <pubDate>Fri, 28 Mar 2003 12:40:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-problem/m-p/4847970#M85382</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-28T12:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail masquerading problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-problem/m-p/4847971#M85383</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Edit sendmail.cf.&lt;BR /&gt;There will be a line like this.&lt;BR /&gt;CE root&lt;BR /&gt;The above line will prevent masquerading the root user.&lt;BR /&gt;&lt;BR /&gt;Change it to &lt;BR /&gt;CE &lt;BR /&gt;&lt;BR /&gt;Save and restart the sendmail.&lt;BR /&gt;Hope your problem is solved.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Mar 2003 03:48:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-problem/m-p/4847971#M85383</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-03-29T03:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail masquerading problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-problem/m-p/4847972#M85384</link>
      <description>Yes you're both right, thanks.&lt;BR /&gt;&lt;BR /&gt;Where do I put that you resolved my problem ?&lt;BR /&gt;&lt;BR /&gt;Louis&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 29 Mar 2003 17:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-problem/m-p/4847972#M85384</guid>
      <dc:creator>Louis Coilliot</dc:creator>
      <dc:date>2003-03-29T17:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail masquerading problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-problem/m-p/4847973#M85385</link>
      <description>When you look at the post, you'll see blanks under the names of those who helped you.&lt;BR /&gt;&lt;BR /&gt;Use the pull down to pick the number of points and press submit.&lt;BR /&gt;&lt;BR /&gt;I'm attaching a tar of my sendmail setup so you can use it as a reference.&lt;BR /&gt;&lt;BR /&gt;I've also included in the tar a buildmail script for linux that rebuilds the hash databases after you make changes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 30 Mar 2003 03:51:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-problem/m-p/4847973#M85385</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-03-30T03:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail masquerading problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-problem/m-p/4847974#M85386</link>
      <description>Great,t thanks to the three of you.</description>
      <pubDate>Wed, 19 Oct 2005 16:25:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-problem/m-p/4847974#M85386</guid>
      <dc:creator>Louis Coilliot</dc:creator>
      <dc:date>2005-10-19T16:25:29Z</dc:date>
    </item>
  </channel>
</rss>

