<?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 configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204797#M51341</link>
    <description>See this howto - &lt;A href="http://www.cyberciti.biz/tips/sendmail-masquerading-configuration-howto.html" target="_blank"&gt;http://www.cyberciti.biz/tips/sendmail-masquerading-configuration-howto.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
    <pubDate>Mon, 19 Oct 2009 03:59:16 GMT</pubDate>
    <dc:creator>Ivan Krastev</dc:creator>
    <dc:date>2009-10-19T03:59:16Z</dc:date>
    <item>
      <title>sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204796#M51340</link>
      <description>i have configured sendmail.cf in RHEL 4.7. it is sending mail properly. but when i receive the mail it is coming as root@localhost.toweraustralia.com.au&lt;BR /&gt;&lt;BR /&gt;I want to have the node name / hostname instead of localhsot. ie&lt;BR /&gt;&lt;BR /&gt;root@dmsdev1.toweraustralia.com.au&lt;BR /&gt;&lt;BR /&gt;Which parameter i need to change.</description>
      <pubDate>Mon, 19 Oct 2009 02:11:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204796#M51340</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2009-10-19T02:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204797#M51341</link>
      <description>See this howto - &lt;A href="http://www.cyberciti.biz/tips/sendmail-masquerading-configuration-howto.html" target="_blank"&gt;http://www.cyberciti.biz/tips/sendmail-masquerading-configuration-howto.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 19 Oct 2009 03:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204797#M51341</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-10-19T03:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204798#M51342</link>
      <description>My requirement is opposite. i want to publish local user name and server name.</description>
      <pubDate>Mon, 19 Oct 2009 04:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204798#M51342</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2009-10-19T04:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204799#M51343</link>
      <description>IIRC, the easiest way to change @localhost.toweraustralia.com.au to @dmsdev1.toweraustralia.com.au is putting &lt;BR /&gt;&lt;BR /&gt;dmsdev1.toweraustralia.com.au &lt;BR /&gt;&lt;BR /&gt;as first entry into /etc/hosts, like this&lt;BR /&gt;&lt;BR /&gt;127.0.0.1  dms...com.au localhost localhost.localdomain</description>
      <pubDate>Mon, 19 Oct 2009 08:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204799#M51343</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2009-10-19T08:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204800#M51344</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;   you can review the following URL link for how to well confgure the sendmail.cf file&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/m4/readme.html" target="_blank"&gt;http://www.sendmail.org/m4/readme.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Haytham Hosny</description>
      <pubDate>Mon, 19 Oct 2009 09:20:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204800#M51344</guid>
      <dc:creator>haytham_hosny</dc:creator>
      <dc:date>2009-10-19T09:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204801#M51345</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I would suggest you use the /etc/mail/virtusertable and /etc/mail/genericstable&lt;BR /&gt;&lt;BR /&gt;These two tables control outbound aliases.&lt;BR /&gt;&lt;BR /&gt;You can make &lt;BR /&gt;root@localhost.toweraustralia.com.au&lt;BR /&gt;be root@toweraustralia.com.au&lt;BR /&gt;&lt;BR /&gt;Or any address you like.&lt;BR /&gt;&lt;BR /&gt;You will need to recompile the sendmail.cf file using m4 directives as explained at &lt;A href="http://www.sendmail.org" target="_blank"&gt;http://www.sendmail.org&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 19 Oct 2009 12:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204801#M51345</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-10-19T12:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204802#M51346</link>
      <description>I allways edit the passswd file.&lt;BR /&gt;Change the second word "root" to the your systemname.</description>
      <pubDate>Mon, 19 Oct 2009 21:22:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204802#M51346</guid>
      <dc:creator>wobbe</dc:creator>
      <dc:date>2009-10-19T21:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204803#M51347</link>
      <description>I have applied Vitaly Karasik's solution and it worked.</description>
      <pubDate>Mon, 19 Oct 2009 21:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configuration/m-p/5204803#M51347</guid>
      <dc:creator>Khashru</dc:creator>
      <dc:date>2009-10-19T21:54:51Z</dc:date>
    </item>
  </channel>
</rss>

