<?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 - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3015140#M129374</link>
    <description>Geoff,&lt;BR /&gt;&lt;BR /&gt;DS is set to relay&lt;BR /&gt;DSrelay&lt;BR /&gt;&lt;BR /&gt;All the user are abc123.com but the relay server is not but it does know how to send to abc123.com.&lt;BR /&gt;&lt;BR /&gt;Masquerade is &lt;BR /&gt;DMabc456.com&lt;BR /&gt;&lt;BR /&gt;Messed up I know. I could change the masquerade but everything else is set in stone.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Wayne&lt;BR /&gt;</description>
    <pubDate>Thu, 03 Jul 2003 19:34:07 GMT</pubDate>
    <dc:creator>Wayne Willess</dc:creator>
    <dc:date>2003-07-03T19:34:07Z</dc:date>
    <item>
      <title>Sendmail Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3015138#M129372</link>
      <description>Could someone please tell me how to configure sendmail to pass unknown users to a mail relay without changing the domain name of the recipient? &lt;BR /&gt;Here is what I am trying to do.&lt;BR /&gt;&lt;BR /&gt;I am receiving email to my HP-UX server running Sendmail 8.9.3. If I receive an email from an unknown user I want the address to be passed to the mail relay unchanged. &lt;BR /&gt;&lt;BR /&gt;Example: &lt;BR /&gt;&lt;BR /&gt;joe.user@abc123.com (Unknown user on my system)&lt;BR /&gt;relay to system named ???relay??? as joe.user@abc123.com&lt;BR /&gt;&lt;BR /&gt;What I am getting now.&lt;BR /&gt;joe.user@abc123.com (Unknown user on my system)&lt;BR /&gt;relay to system named ???relay??? as joe.user@relay&lt;BR /&gt;&lt;BR /&gt;Also my HP server does not use DNS only /etc/hosts for name resolution.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Wayne&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 18:58:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3015138#M129372</guid>
      <dc:creator>Wayne Willess</dc:creator>
      <dc:date>2003-07-03T18:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3015139#M129373</link>
      <description>Have you tried:&lt;BR /&gt;&lt;BR /&gt;# "Smart" relay host (may be null)&lt;BR /&gt;DSrelay&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;As far as the users, are they all abc123.com and is the relay server relay.abc123.com?&lt;BR /&gt;&lt;BR /&gt;If yes, then:&lt;BR /&gt;&lt;BR /&gt;# who I masquerade as (null for no masquerading)(see also $=M)&lt;BR /&gt;DMabc123.com &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 03 Jul 2003 19:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3015139#M129373</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-07-03T19:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3015140#M129374</link>
      <description>Geoff,&lt;BR /&gt;&lt;BR /&gt;DS is set to relay&lt;BR /&gt;DSrelay&lt;BR /&gt;&lt;BR /&gt;All the user are abc123.com but the relay server is not but it does know how to send to abc123.com.&lt;BR /&gt;&lt;BR /&gt;Masquerade is &lt;BR /&gt;DMabc456.com&lt;BR /&gt;&lt;BR /&gt;Messed up I know. I could change the masquerade but everything else is set in stone.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Wayne&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 19:34:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3015140#M129374</guid>
      <dc:creator>Wayne Willess</dc:creator>
      <dc:date>2003-07-03T19:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3015141#M129375</link>
      <description>The DS directive will take all mail from the mail server itself and pass it to another server for relay.  Don't think that's what you want.&lt;BR /&gt;&lt;BR /&gt;Adding entries to the aliases database will probably work.&lt;BR /&gt;&lt;BR /&gt;You can have entries like this:&lt;BR /&gt;&lt;BR /&gt;joe.user@abc123.com joeuser&lt;BR /&gt;# This entry will take inbound mail and route it to a local user.&lt;BR /&gt;&lt;BR /&gt;joe.user@abc123.com joeuser@aol.com&lt;BR /&gt;&lt;BR /&gt;That will take joe.user's mail and send it to his aol account.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 19:43:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3015141#M129375</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-03T19:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3015142#M129376</link>
      <description>In my original message I wrote:&lt;BR /&gt;???If I receive an email from an unknown user I want the address to be passed to the mail relay unchanged.???&lt;BR /&gt;&lt;BR /&gt;I meant:&lt;BR /&gt;???If I receive an email for an unknown user I want the address to be passed to the mail relay unchanged.???&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Wayne&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 19:47:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3015142#M129376</guid>
      <dc:creator>Wayne Willess</dc:creator>
      <dc:date>2003-07-03T19:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3015143#M129377</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;I am using the aliases file to do just that but I need it to send on any unknown address to the relay unchanged. If the DL is null then it returns unknown user. When I set DLrelay the relay bounces the message with the following.&lt;BR /&gt;Your message to the following recipients was undeliverable:&lt;BR /&gt;joe.user@relay &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Wayne&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Jul 2003 20:04:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-configuration/m-p/3015143#M129377</guid>
      <dc:creator>Wayne Willess</dc:creator>
      <dc:date>2003-07-03T20:04:44Z</dc:date>
    </item>
  </channel>
</rss>

