<?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 550 Relaying is Prohibited in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466033#M15760</link>
    <description>Check also your exchange configuration.  An option exists to prevent the forwarding of SMTP mail over the internet.&lt;BR /&gt;&lt;BR /&gt;I think this is configured on the 'internet connector' but am unable to check at the moment.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
    <pubDate>Tue, 21 Nov 2000 12:03:33 GMT</pubDate>
    <dc:creator>Mike Gordon</dc:creator>
    <dc:date>2000-11-21T12:03:33Z</dc:date>
    <item>
      <title>sendmail 550 Relaying is Prohibited</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466028#M15755</link>
      <description>Here is the situation.  I am able to use sendmail to mail to Local User, Remote User (within the company joe@mycompany.com through exchange server) but not to say jane@hotmail.com or jane @yahoo.com.  Is this a relaying issue on the exhange side?  or hp side?&lt;BR /&gt;I am using sendmail 8.8.6&lt;BR /&gt;&lt;BR /&gt;thx&lt;BR /&gt;steve</description>
      <pubDate>Mon, 20 Nov 2000 19:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466028#M15755</guid>
      <dc:creator>Steve_3</dc:creator>
      <dc:date>2000-11-20T19:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 550 Relaying is Prohibited</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466029#M15756</link>
      <description>The relay prohibited is probably from the NT box since it is the one doing the relay on behalf of the hp box.  to verify this, try the following tests:&lt;BR /&gt;&lt;BR /&gt;telnet hpbox 25&lt;BR /&gt;helo hpbox.mydomain.com&lt;BR /&gt;mail from:&lt;ME&gt;&lt;BR /&gt;rcpt to:&lt;USERNAME&gt;&lt;BR /&gt;(if you get a relay prohibited at this point then it is from the HP box, in which case you have to edit the /etc/mail/relay_allow and /etc/mail/ip_allow to include the IP addresses of the hosts that are using the HP box as the relay)&lt;BR /&gt;&lt;BR /&gt;try the same with then once you determine where it is being prohibitted, you can fix it there.&lt;BR /&gt;&lt;BR /&gt;cheers.&lt;/USERNAME&gt;&lt;/ME&gt;</description>
      <pubDate>Mon, 20 Nov 2000 20:22:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466029#M15756</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-20T20:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 550 Relaying is Prohibited</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466030#M15757</link>
      <description>Can you have more than one DS specified?&lt;BR /&gt;&lt;BR /&gt;What I see is currently DS is set the mailserver ( exchange). so when you do sendmail to say joe@mycompany.com, it check DS if joe@mycompany.com is there in the exchange server and when you send a different domain like joe@hotmail.com it will not know where to go.  Do we need a mail gateway set to DS?&lt;BR /&gt;&lt;BR /&gt;thx,&lt;BR /&gt;steve</description>
      <pubDate>Mon, 20 Nov 2000 20:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466030#M15757</guid>
      <dc:creator>Steve_3</dc:creator>
      <dc:date>2000-11-20T20:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 550 Relaying is Prohibited</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466031#M15758</link>
      <description>Kofi,&lt;BR /&gt;&lt;BR /&gt;I tried what you told me.&lt;BR /&gt;Here is what i get . when i put in &lt;BR /&gt;mail from me@mydomain.com..Sender OK&lt;BR /&gt;rcpt to: joe@yahoo.com...WE DO NOT RELAY&lt;BR /&gt;&lt;BR /&gt;steve&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Nov 2000 21:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466031#M15758</guid>
      <dc:creator>Steve_3</dc:creator>
      <dc:date>2000-11-20T21:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 550 Relaying is Prohibited</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466032#M15759</link>
      <description>I have seen this problem before with the anti-relaying rules in sendmail.&lt;BR /&gt;&lt;BR /&gt;It can happen if you telnet to localhost, i.e.&lt;BR /&gt;&lt;BR /&gt;telnet localhost 25&lt;BR /&gt;&lt;BR /&gt;You need to create a file called /etc/mail/LocalIP and add 127.0.0.1 to it.&lt;BR /&gt;&lt;BR /&gt;In /etc/mail/sendmail.cf, uncomment the line:&lt;BR /&gt;&lt;BR /&gt;#F{LocalIP} /etc/mail/LocalIP&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then stop and restart sendmail.</description>
      <pubDate>Tue, 21 Nov 2000 11:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466032#M15759</guid>
      <dc:creator>Dave Kelly_1</dc:creator>
      <dc:date>2000-11-21T11:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 550 Relaying is Prohibited</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466033#M15760</link>
      <description>Check also your exchange configuration.  An option exists to prevent the forwarding of SMTP mail over the internet.&lt;BR /&gt;&lt;BR /&gt;I think this is configured on the 'internet connector' but am unable to check at the moment.&lt;BR /&gt;&lt;BR /&gt;Mike</description>
      <pubDate>Tue, 21 Nov 2000 12:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466033#M15760</guid>
      <dc:creator>Mike Gordon</dc:creator>
      <dc:date>2000-11-21T12:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 550 Relaying is Prohibited</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466034#M15761</link>
      <description>Steve:&lt;BR /&gt;&lt;BR /&gt;There is a text file on your server that describes the Anti-relaying features of sendmail.  you can find it : /usr/share/doc/sendmail8-8_delta.txt - the first section of that documents describes how to fix your problem.&lt;BR /&gt;&lt;BR /&gt;Additionally, you had asked if it was possible to have more than one DS.  I believe the answer is no, however, if your machine is connected to the internet, you can get it to deliver mail directly if your /etc/nsswitch.conf and /etc/resolv.conf are properly set up.&lt;BR /&gt;&lt;BR /&gt;the DS variable is used only when the server cannot contact the required domain's mx records directly.  If however, it can, it attempts to deliver the mail directly.&lt;BR /&gt;&lt;BR /&gt;Check that /etc/nsswitch.conf contains the line:&lt;BR /&gt;&lt;BR /&gt;hosts:    files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;and that your /etc/resolv.conf contains the nameservers that you use to resolve names.&lt;BR /&gt;&lt;BR /&gt;Good luck.</description>
      <pubDate>Tue, 21 Nov 2000 12:56:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-550-relaying-is-prohibited/m-p/2466034#M15761</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-11-21T12:56:23Z</dc:date>
    </item>
  </channel>
</rss>

