<?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 question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-question/m-p/2973644#M89251</link>
    <description>Steven,&lt;BR /&gt;&lt;BR /&gt;Thanks for responding.  To which doc are you refering?  I see the 1 attachement which I gather is the build script.&lt;BR /&gt;</description>
    <pubDate>Mon, 19 May 2003 12:05:41 GMT</pubDate>
    <dc:creator>Stephen Wm. Jones</dc:creator>
    <dc:date>2003-05-19T12:05:41Z</dc:date>
    <item>
      <title>sendmail masquerading question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-question/m-p/2973642#M89249</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;I'm trying to use linux to collect all email coming ang going then forward it on the an exchange server.  I know I can have an exchange address of user@xyz.com but have it look like user@company.com when sending or receiving email.&lt;BR /&gt;&lt;BR /&gt;Question: Is there a doc out there that explains this simply?  I'm new to sendmail and I'm having trouble.</description>
      <pubDate>Wed, 14 May 2003 19:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-question/m-p/2973642#M89249</guid>
      <dc:creator>Stephen Wm. Jones</dc:creator>
      <dc:date>2003-05-14T19:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail masquerading question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-question/m-p/2973643#M89250</link>
      <description>This doc helps.&lt;BR /&gt;&lt;BR /&gt;Also including example from my /etc/aliases file which can handle forwarding when rebuilt into the hash database.&lt;BR /&gt;&lt;BR /&gt;The build script is attached.&lt;BR /&gt;&lt;BR /&gt;If the post helps, please assign points.&lt;BR /&gt;&lt;BR /&gt;from /etc/aliases&lt;BR /&gt;&lt;BR /&gt;webmaster@napervilleapartments.com:     napro&lt;BR /&gt;Info@allanlieberman.com:                ALieber615@aol.com&lt;BR /&gt;&lt;BR /&gt;See buildmail script for implementation issues.&lt;BR /&gt;&lt;BR /&gt;Post back if you need more examples.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 14 May 2003 22:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-question/m-p/2973643#M89250</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-14T22:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail masquerading question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-question/m-p/2973644#M89251</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;Thanks for responding.  To which doc are you refering?  I see the 1 attachement which I gather is the build script.&lt;BR /&gt;</description>
      <pubDate>Mon, 19 May 2003 12:05:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-question/m-p/2973644#M89251</guid>
      <dc:creator>Stephen Wm. Jones</dc:creator>
      <dc:date>2003-05-19T12:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail masquerading question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-question/m-p/2973645#M89252</link>
      <description>IMHO, &lt;BR /&gt;&lt;BR /&gt;MASQUERADE_AS(company.com)dnl&lt;BR /&gt;&lt;BR /&gt;MASQUERADE_DOMAIN(internal_domain)dnl&lt;BR /&gt;&lt;BR /&gt;is enough for you.&lt;BR /&gt;&lt;BR /&gt;BTW, you can put few MASQUERADE_DOMAIN lines.&lt;BR /&gt;&lt;BR /&gt;(you need add these lines to you sendmail.mc file and "compile" it with m4)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vitaly</description>
      <pubDate>Mon, 19 May 2003 13:12:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-question/m-p/2973645#M89252</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2003-05-19T13:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail masquerading question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-question/m-p/2973646#M89253</link>
      <description>Duh,&lt;BR /&gt;&lt;BR /&gt;Looks like I forgot to post in my links.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/virtual-hosting.html" target="_blank"&gt;http://www.sendmail.org/virtual-hosting.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Masquerading&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/m4/masquerading.html" target="_blank"&gt;http://www.sendmail.org/m4/masquerading.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/m4/features.html" target="_blank"&gt;http://www.sendmail.org/m4/features.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/~ca/email/english.html" target="_blank"&gt;http://www.sendmail.org/~ca/email/english.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Some of these docs are sendmail 8.12 docs, they usually work for lower versions and will point out when they wont.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 19 May 2003 14:46:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-masquerading-question/m-p/2973646#M89253</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-19T14:46:05Z</dc:date>
    </item>
  </channel>
</rss>

