<?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 Sendmail and Relay problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-relay-problem/m-p/3057688#M137985</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have in one HP9000 the sendmail configured to relay all internal mails to one server with exchange (DS[192.168.110.xxx]).&lt;BR /&gt;If I use this HP9000 to incoming mails from other servers the response is: "we do not relay"&lt;BR /&gt;I want to send mails from others servers and configure this sendmail to relay all mails to the exchange.&lt;BR /&gt;What is the line in the sendmail.cf to change ??&lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Wed, 27 Aug 2003 11:32:27 GMT</pubDate>
    <dc:creator>Daniel Ubeda</dc:creator>
    <dc:date>2003-08-27T11:32:27Z</dc:date>
    <item>
      <title>Sendmail and Relay problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-relay-problem/m-p/3057688#M137985</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have in one HP9000 the sendmail configured to relay all internal mails to one server with exchange (DS[192.168.110.xxx]).&lt;BR /&gt;If I use this HP9000 to incoming mails from other servers the response is: "we do not relay"&lt;BR /&gt;I want to send mails from others servers and configure this sendmail to relay all mails to the exchange.&lt;BR /&gt;What is the line in the sendmail.cf to change ??&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 27 Aug 2003 11:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-relay-problem/m-p/3057688#M137985</guid>
      <dc:creator>Daniel Ubeda</dc:creator>
      <dc:date>2003-08-27T11:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail and Relay problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-relay-problem/m-p/3057689#M137986</link>
      <description>You have to configure your HP9000 to allow relaying from your other boxes.&lt;BR /&gt;&lt;BR /&gt;Build an access.db file from your /etc/mail/access txt file (using makemap)&lt;BR /&gt;&lt;BR /&gt;In your /etc/mail/access file, add all your servers like this:&lt;BR /&gt;&lt;BR /&gt;server1 relay&lt;BR /&gt;server2 relay&lt;BR /&gt;&lt;BR /&gt;etc....&lt;BR /&gt;&lt;BR /&gt;Then run makemap and restart sendmail.&lt;BR /&gt;&lt;BR /&gt;Also, on those other servers, set the DS macro to point to your HP9000...&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2003 15:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-relay-problem/m-p/3057689#M137986</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-08-27T15:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail and Relay problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-relay-problem/m-p/3057690#M137987</link>
      <description>Exchange as I understand it does not have an access file for defining what servers can relay and which can't.&lt;BR /&gt;&lt;BR /&gt;I was told by my exchange admin that I can't relay mail off Exchange without compromising security.&lt;BR /&gt;&lt;BR /&gt;I had to change my DS directive to relay off of our firewall, which has an smtp gateway and can define who can relay and who can not.&lt;BR /&gt;&lt;BR /&gt;If inbound mail is directed at the HP-9000 server, it should be accepted, regardless of the access settings, because its not being asked to relay its being asked to acccept.&lt;BR /&gt;&lt;BR /&gt;A good test diagnostic from a HP-UX server is:&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8.99 -d38.99 someone@yourdomain.net&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'll get a good diagnostic trace.&lt;BR /&gt;&lt;BR /&gt;To test the relay issue and be sure, perhaps you have a HP workstation or a Linux box.&lt;BR /&gt;&lt;BR /&gt;Try this command there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;sendmail -v -d8 -d38 someone@yourdomain.net&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;&lt;BR /&gt;If you explicitly authorize it, I will send a test email to you from a HP-9000 server and email or post the results.&lt;BR /&gt;&lt;BR /&gt;If you wish this help, please post back and we can do email.&lt;BR /&gt;&lt;BR /&gt;sprotter@investmenttool.com&lt;BR /&gt;I need a post because I don't check that account during the day.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Wed, 27 Aug 2003 16:10:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-relay-problem/m-p/3057690#M137987</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-27T16:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail and Relay problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-relay-problem/m-p/3057691#M137988</link>
      <description>Steven - I think your Exchange admin is on crack  :)&lt;BR /&gt;&lt;BR /&gt;They need to setup the smtp transport on Exchange - then you will be able to relay to it.  That what we did at our site - we have all our Unix servers relaying to Exchange.&lt;BR /&gt;&lt;BR /&gt;What I gather from Daniel's question, is he has a bunch of Unix servers, 1 of which he wants to be the master relay for all of them, and that one in turn forwards all mail to their Exchange server.   &lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 27 Aug 2003 16:36:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-relay-problem/m-p/3057691#M137988</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-08-27T16:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail and Relay problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-relay-problem/m-p/3057692#M137989</link>
      <description>Thanks, Geoff is in the correct way. I want to resume in one server the mail (relay) service to send to exchange.&lt;BR /&gt;&lt;BR /&gt;I configure this like you say, and work OK.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;BR /&gt;&lt;BR /&gt;daniel</description>
      <pubDate>Wed, 27 Aug 2003 16:46:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-and-relay-problem/m-p/3057692#M137989</guid>
      <dc:creator>Daniel Ubeda</dc:creator>
      <dc:date>2003-08-27T16:46:36Z</dc:date>
    </item>
  </channel>
</rss>

