<?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 + Relay in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747641#M69366</link>
    <description>whoops - posted to the wrong thread!  DOH! - no points for me in this thread - sorry about that....</description>
    <pubDate>Mon, 15 Dec 2003 16:14:12 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2003-12-15T16:14:12Z</dc:date>
    <item>
      <title>Sendmail + Relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747635#M69360</link>
      <description>HI, ALL :)&lt;BR /&gt;&lt;BR /&gt;I wont to use sendmail as relay-server.&lt;BR /&gt;Domain name of this relay-server is relay.abc.com. How can I configure sendmail to relay mails from internet to my internal server mail.abc.com and from my internal mail-servet (mail.abc.com) to internet ?</description>
      <pubDate>Wed, 19 Jun 2002 09:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747635#M69360</guid>
      <dc:creator>Alexei_2</dc:creator>
      <dc:date>2002-06-19T09:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail + Relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747636#M69361</link>
      <description>Hi,&lt;BR /&gt;In sendmail.cf of relay.abc.com&lt;BR /&gt;Cwlocalhost relay &lt;BR /&gt;Dj$w.abc.com&lt;BR /&gt;DSmail.abc.com&lt;BR /&gt;DMabc.com&lt;BR /&gt;&lt;BR /&gt;In sendmail.cf of mail.abc.com&lt;BR /&gt;Cwlocalhost mail relay&lt;BR /&gt;Dj$w.abc.com&lt;BR /&gt;DHrelay.abc.com&lt;BR /&gt;DMabc.com&lt;BR /&gt;&lt;BR /&gt;In your DNS server&lt;BR /&gt;abc.com IN MX  10 relay.abc.com&lt;BR /&gt;&lt;BR /&gt;that's it&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Jun 2002 09:50:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747636#M69361</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-06-19T09:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail + Relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747637#M69362</link>
      <description>NOTE: relay servers are the primary method used by spammers to distribute their messages without leaving a trace of where they originated. You might want to upgrade to the latest version of sendmail and add some filtering for spam relays.</description>
      <pubDate>Wed, 19 Jun 2002 10:53:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747637#M69362</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-06-19T10:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail + Relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747638#M69363</link>
      <description>Take a look at the following URL for more information regarding configuration of your mail servers to deny spam:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://ordb.org/faq/#usage" target="_blank"&gt;http://ordb.org/faq/#usage&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jun 2003 14:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747638#M69363</guid>
      <dc:creator>Ron Brown_2</dc:creator>
      <dc:date>2003-06-18T14:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail + Relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747639#M69364</link>
      <description>Sorry - by default, HP's sendmail.cf does not include access db.&lt;BR /&gt;&lt;BR /&gt;You will have to create a new sendmail.cf&lt;BR /&gt;Easiest way is to download the sendmail source from sendmail.org&lt;BR /&gt;&lt;BR /&gt;Add:&lt;BR /&gt;&lt;BR /&gt;FEATURE(`access_db')dnl&lt;BR /&gt;&lt;BR /&gt;to the sendmail.mc file.  (it should be in cf/cf dir of source tree - just copy one of the ones there)&lt;BR /&gt;&lt;BR /&gt;Then you bulid it:&lt;BR /&gt;&lt;BR /&gt;./Build sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 16:09:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747639#M69364</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-12-15T16:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail + Relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747640#M69365</link>
      <description>Geoff,&lt;BR /&gt;&lt;BR /&gt;You are too late ;-)&lt;BR /&gt;&lt;BR /&gt;-Karthik S S&lt;BR /&gt;&lt;BR /&gt;No Points .. if you insist then 0 points</description>
      <pubDate>Mon, 15 Dec 2003 16:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747640#M69365</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-12-15T16:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail + Relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747641#M69366</link>
      <description>whoops - posted to the wrong thread!  DOH! - no points for me in this thread - sorry about that....</description>
      <pubDate>Mon, 15 Dec 2003 16:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2747641#M69366</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-12-15T16:14:12Z</dc:date>
    </item>
  </channel>
</rss>

