<?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 and DS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-ds/m-p/4884033#M846909</link>
    <description>Thanks&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Feb 2005 16:43:20 GMT</pubDate>
    <dc:creator>Fred Martin_1</dc:creator>
    <dc:date>2005-02-03T16:43:20Z</dc:date>
    <item>
      <title>sendmail and DS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-ds/m-p/4884028#M846904</link>
      <description>Ok I'm drawing a complete blank on this, this  afternoon.  In my sendmail.cf file, I have null for DS.&lt;BR /&gt;&lt;BR /&gt;I understand that DS is the relay to which sendmail should forward email, if it is determined not to be local.&lt;BR /&gt;&lt;BR /&gt;So where does it go if DS is null?&lt;BR /&gt;&lt;BR /&gt;Also: My PCs POP in to this server to get email.  There's no guarantee that they are using my sendmail server to send mail, right?  i.e. they can configure the mail client to use some other mail server for SMTP, and mine for POP3.  Is that correct?&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Feb 2005 15:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-ds/m-p/4884028#M846904</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2005-02-03T15:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and DS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-ds/m-p/4884029#M846905</link>
      <description>When DS is not set.&lt;BR /&gt;&lt;BR /&gt;sendmail tries to resolve the DNS entry of the domain name of the mail, directly connect to the mail server on port 25 and deliver the mail.&lt;BR /&gt;&lt;BR /&gt;You can see this happen with the following test:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 someone@outside.net&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;type some text&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;You will see it happen before your eyes.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Thu, 03 Feb 2005 15:37:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-ds/m-p/4884029#M846905</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-03T15:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and DS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-ds/m-p/4884030#M846906</link>
      <description>HI Fred,&lt;BR /&gt;&lt;BR /&gt;Well you can use ruleset 0 to deliver all local domain mail directly IF you have $m macro defined. That's what defines the local domain and it's defined internally from the $j macro.&lt;BR /&gt;Also sendmail always checks for DNS MX records for all hosts &amp;amp; will use them if the $S macro (smart relay) is not defined. So DNS may be getting the job done for you as well.&lt;BR /&gt;There are several other reasons that involve UUCP, X400 and ldap as well.&lt;BR /&gt;SMTP is extremely powerful, customizable and flexible as well w/o having to use the smart relay.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 03 Feb 2005 15:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-ds/m-p/4884030#M846906</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-02-03T15:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and DS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-ds/m-p/4884031#M846907</link>
      <description>Gents, thanks that's exactly right I guess.  Steven, the test does make it obvious, it goes right to DNS and looks it up.&lt;BR /&gt;&lt;BR /&gt;So - if I do set the DS macro, I assume that the DNS thing will never happen, and that sendmail will just use the DS host to attempt to deliver?&lt;BR /&gt;&lt;BR /&gt;I'm about to install an anti-spam gateway and it will expect outbound mail to be forewarded it it, for evaluation.&lt;BR /&gt;&lt;BR /&gt;That's why I asked the question about my PC users - they use Eudora mostly.  If they set the SMPT server to be some open relay out on the internet someplace, then the outbound mail will go right by my anti-spam gateway.&lt;BR /&gt;&lt;BR /&gt;If that's the case I can block it at my regular firewall (i.e. no mail leaves unless it comes from the anti-spam gateway).&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Feb 2005 15:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-ds/m-p/4884031#M846907</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2005-02-03T15:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and DS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-ds/m-p/4884032#M846908</link>
      <description>The DNS thing will not happen after DS is set and the sendmail daemon is stopped and started.&lt;BR /&gt;&lt;BR /&gt;Then the test results from my test(given to me by hp years ago) will show no lookup, but acceptance by the relay server.&lt;BR /&gt;&lt;BR /&gt;Whatever server you point to will have to explicitly allow relay.'&lt;BR /&gt;&lt;BR /&gt;I do it this way:&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;[ip_address]&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;[192.168.0.4]&lt;BR /&gt;&lt;BR /&gt;Others use hostname.&lt;BR /&gt;&lt;BR /&gt;DShostname&lt;BR /&gt;&lt;BR /&gt;My way works when the DNS server is offline but will be broken if the ip addy of the relay server is changed.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 03 Feb 2005 15:54:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-ds/m-p/4884032#M846908</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-03T15:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail and DS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-ds/m-p/4884033#M846909</link>
      <description>Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Feb 2005 16:43:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-ds/m-p/4884033#M846909</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2005-02-03T16:43:20Z</dc:date>
    </item>
  </channel>
</rss>

