<?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: configuring sentmail in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665660#M20472</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;Can you tell me how to setup a local DNS&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu</description>
    <pubDate>Mon, 07 Nov 2005 09:30:03 GMT</pubDate>
    <dc:creator>Binu_5</dc:creator>
    <dc:date>2005-11-07T09:30:03Z</dc:date>
    <item>
      <title>configuring sentmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665657#M20469</link>
      <description>Hi All &lt;BR /&gt;&lt;BR /&gt;Can somebody help me in configuring sendmail for my  private network...I need not  coneect to the internet ...&lt;BR /&gt;Do I need  to setup a DNS ...??How to put the domain name ...It is purely a new setup on Red hat Linux 9 &lt;BR /&gt;&lt;BR /&gt;Please help &lt;BR /&gt;&lt;BR /&gt;Binu</description>
      <pubDate>Mon, 07 Nov 2005 07:45:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665657#M20469</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-11-07T07:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: configuring sentmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665658#M20470</link>
      <description>DNS is not required for normal sendmail operations.&lt;BR /&gt;&lt;BR /&gt;If all the servers you will be sending mail to are defined in /etc/hosts your mail will work just fine.&lt;BR /&gt;&lt;BR /&gt;Good resource on everything and anything with sendmail: &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, 07 Nov 2005 07:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665658#M20470</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-07T07:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: configuring sentmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665659#M20471</link>
      <description>You should setup a local DNS server and add an MX record.&lt;BR /&gt;&lt;BR /&gt;All sendmail configuration is done through sendmail.mc.&lt;BR /&gt;&lt;BR /&gt;You should first install a newer version of linux, like Fedora Core 4, with an updated sendmail package installed.&lt;BR /&gt;&lt;BR /&gt;You can also use postfix instead of sendmail. Postfix is very easy to configure.&lt;BR /&gt;&lt;BR /&gt;This document will help you in the configuration:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.brennan.id.au/" target="_blank"&gt;http://www.brennan.id.au/&lt;/A&gt;</description>
      <pubDate>Mon, 07 Nov 2005 07:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665659#M20471</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-07T07:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: configuring sentmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665660#M20472</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;Can you tell me how to setup a local DNS&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu</description>
      <pubDate>Mon, 07 Nov 2005 09:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665660#M20472</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-11-07T09:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: configuring sentmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665661#M20473</link>
      <description>for a local DNS, you'll need a copy of bind (i forget where to get the source, but there should be a version with your disribution). &lt;BR /&gt;&lt;BR /&gt;also, you'll need to get a SOA record at your domain registrar that points to the IP address of the server you're running bind on. &lt;BR /&gt;&lt;BR /&gt;try &lt;A href="http://tldp.org/HOWTO/DNS-HOWTO.html" target="_blank"&gt;http://tldp.org/HOWTO/DNS-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;as above, once you get the local DNS up, be sure to put 2 MX records in, one fore the server, and one with a blank server (for the whole domain)&lt;BR /&gt;&lt;BR /&gt;it's useful to understand how mail is delivered: when you send, your SMTP server looks at the address, then finds the MX record for the domain portion. &lt;BR /&gt;&lt;BR /&gt;an example: &lt;BR /&gt;to: User@domain.net&lt;BR /&gt;look in DNS for an MX type record for domain.net&lt;BR /&gt;result: domain.net      MX preference = 0, mail exchanger = mailhost.domain.net&lt;BR /&gt;lookup IP address of mailhost.domain.net ( A type record)&lt;BR /&gt;result: mailhost.domain.net     internet address = 69.17.118.22&lt;BR /&gt;contact 69.17.118.22 and try to deliver to user@domain.net</description>
      <pubDate>Tue, 08 Nov 2005 11:12:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665661#M20473</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2005-11-08T11:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: configuring sentmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665662#M20474</link>
      <description>doh- one more thing:&lt;BR /&gt;&lt;BR /&gt;you can have your registrar do all this for you, if they support it. have them set up the DNS records for the domain and the MX in their bind.</description>
      <pubDate>Tue, 08 Nov 2005 11:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665662#M20474</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2005-11-08T11:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: configuring sentmail</title>
      <link>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665663#M20475</link>
      <description>Great doc:&lt;BR /&gt;&lt;A href="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/DNS-HOWTO.html" target="_blank"&gt;http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/DNS-HOWTO.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A really good cookbook there.&lt;BR /&gt;&lt;BR /&gt;Its how I learned DNS.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 08 Nov 2005 14:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/configuring-sentmail/m-p/3665663#M20475</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-08T14:49:59Z</dc:date>
    </item>
  </channel>
</rss>

