<?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: mail alias in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119431#M49882</link>
    <description>Sendmail "Site Hiding" (MASQUERADING)&lt;BR /&gt;=====================================&lt;BR /&gt;&lt;BR /&gt;Edit the file /etc/rc.config.d/mailservs:&lt;BR /&gt;SENDMAIL_SERVER=0&lt;BR /&gt;SENDMAIL_SERVER_NAME="corpmail.corp.com"&lt;BR /&gt;SENDMAIL_FREEZE=1</description>
    <pubDate>Tue, 15 Jul 2008 13:50:58 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2008-07-15T13:50:58Z</dc:date>
    <item>
      <title>mail alias</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119430#M49881</link>
      <description>this OS related is HP-UX . still any input from Linux forum users are welcome too&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.00&lt;BR /&gt;sendmail 8.9.3.1&lt;BR /&gt;&lt;BR /&gt;here is the alias details.what we are trying to achieve is the mail send to afshil@hostname.yyy.zzz.com will be redirected to the mailbox afshil@zzz.com which is configured in the windows/exchange server.this part works fine.&lt;BR /&gt;&lt;BR /&gt;# grep afshil /etc/mail/aliases.local&lt;BR /&gt;afshil : afshil@zzz.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The other part is the mail send from afshil@hostname.yyy.zzz.com should be seen as coming afshil@zzz.com. But i am not sure if i can achive that by modifying something in UNIX.&lt;BR /&gt;why we need this way is the destination mail box (out side our domain) accepts mail from only zzz.com not from hostname.yyy.zzz.com &lt;BR /&gt;&lt;BR /&gt;let me know if any one has something similar implemented.</description>
      <pubDate>Tue, 15 Jul 2008 13:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119430#M49881</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-07-15T13:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: mail alias</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119431#M49882</link>
      <description>Sendmail "Site Hiding" (MASQUERADING)&lt;BR /&gt;=====================================&lt;BR /&gt;&lt;BR /&gt;Edit the file /etc/rc.config.d/mailservs:&lt;BR /&gt;SENDMAIL_SERVER=0&lt;BR /&gt;SENDMAIL_SERVER_NAME="corpmail.corp.com"&lt;BR /&gt;SENDMAIL_FREEZE=1</description>
      <pubDate>Tue, 15 Jul 2008 13:50:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119431#M49882</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2008-07-15T13:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: mail alias</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119432#M49883</link>
      <description>in my case this server pass the mail to the relay server  and i can see the "stat=Sent (2.0.0 Message received OK)" in  mail.log&lt;BR /&gt;&lt;BR /&gt;here is my config. &lt;BR /&gt;&lt;BR /&gt;export SENDMAIL_SERVER=0&lt;BR /&gt;export SENDMAIL_SERVER_NAME=$(hostname)&lt;BR /&gt;&lt;BR /&gt;The other point is once the UNIX host route the mail to the relay server then the target domain only checks if the mails are acceptable from the said relay server. The target domain does not check how it reached the relay server. is this concept right? &lt;BR /&gt;&lt;BR /&gt;is your recommendation still applicable (as r&lt;BR /&gt;elay server comes in between)?</description>
      <pubDate>Tue, 15 Jul 2008 14:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119432#M49883</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-07-15T14:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: mail alias</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119433#M49884</link>
      <description>&lt;BR /&gt;Edit the file /etc/mail/sendmail.cf and look for "DM" or the term [Mm]asquerade. I *think* that changing the value to "DMzzz.com" is what i need.&lt;BR /&gt;&lt;BR /&gt;am i right?&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Jul 2008 14:54:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119433#M49884</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-07-15T14:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: mail alias</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119434#M49885</link>
      <description>That should work, but ideally you should edit the sendmail.mc file and 'make' the sendmail.cf.  From Ivan's comment above, perhaps HPUX does some magic to make this easier - his suggestion is probably best :)</description>
      <pubDate>Tue, 15 Jul 2008 15:09:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119434#M49885</guid>
      <dc:creator>Steve Netting</dc:creator>
      <dc:date>2008-07-15T15:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: mail alias</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119435#M49886</link>
      <description>what is the need of SENDMAIL_FREEZE?</description>
      <pubDate>Tue, 15 Jul 2008 15:48:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119435#M49886</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-07-15T15:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: mail alias</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119436#M49887</link>
      <description>opted for "sendmail -f" which does the same magic.</description>
      <pubDate>Fri, 18 Jul 2008 12:02:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mail-alias/m-p/5119436#M49887</guid>
      <dc:creator>skt_skt</dc:creator>
      <dc:date>2008-07-18T12:02:22Z</dc:date>
    </item>
  </channel>
</rss>

