<?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/2578294#M920437</link>
    <description>Jeffrey Sims answer (expert in this area??) is actually causing sendmail to be an open relay.&lt;BR /&gt;Relaying decisions MUST BE made based on IP's or authentication!&lt;BR /&gt;&lt;BR /&gt;Anybody can specify a sender address of me@mydomain.com and thus abuse the sendmail box as relay for sending out spam!&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 13 Sep 2001 07:28:42 GMT</pubDate>
    <dc:creator>Ralf Hildebrandt</dc:creator>
    <dc:date>2001-09-13T07:28:42Z</dc:date>
    <item>
      <title>sendmail relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578290#M920433</link>
      <description>&lt;P&gt;I wish to configure send mail to relay mail from an outlook express client when I try to send a test message I get:-&lt;BR /&gt;&lt;BR /&gt;The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'neilharris@cableinet.co.uk'. Subject 'test', Account: 'node25', Server: 'node25', Protocol: SMTP, Server Response: '571 ... we do not relay', Port: 25, Secure(SSL): No, Server Error: 571, Error Number: 0x800CCC79&lt;BR /&gt;&lt;BR /&gt;I have tried setting the DS macro to the name of the sendmail server with no good effect.&lt;BR /&gt;&lt;BR /&gt;Can anyone help&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S.This thread has been moved from Moved from HP-UX&amp;gt;General &amp;nbsp;to HP-UX&amp;gt; messaging- HP Forums Moderator&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2013 03:28:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578290#M920433</guid>
      <dc:creator>Neil Harris</dc:creator>
      <dc:date>2013-01-02T03:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578291#M920434</link>
      <description>sendmail is by default configured for non-relaying to reject spamming. you can allow specific IPs to relay by listing them in /etc/mail/LocalIP on HP-UX systems.</description>
      <pubDate>Wed, 12 Sep 2001 10:38:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578291#M920434</guid>
      <dc:creator>Usman</dc:creator>
      <dc:date>2001-09-12T10:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578292#M920435</link>
      <description>Hello ,&lt;BR /&gt;What happend if you do from the sendmai server &lt;BR /&gt;#sendmail -v user@domain&lt;BR /&gt;user@domain being an email address out on the internet and then  the domain and the user of the mail you are trying to relay from. Also where are you adding your users? And is the sendmail server on a public or private network the same as the workstation with the out look client. Also what verion of sendmail are you using?&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Wed, 12 Sep 2001 13:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578292#M920435</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-09-12T13:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578293#M920436</link>
      <description>Depending on what version of sendmail you are using (find out by typing: telnet localhost 25 on the mail server and reading the output) you can designate who is allowed to relay by either using the /etc/mail/access file and putting an entry such as:&lt;BR /&gt;&lt;BR /&gt;me@mydomain.com     RELAY&lt;BR /&gt;&lt;BR /&gt;there should be an entry similar to:&lt;BR /&gt;&lt;BR /&gt;Kaccess hash /etc/mail/access in your sendmail.cf file&lt;BR /&gt;&lt;BR /&gt;or you can put your IP address (the ip of the machine allowed to relay) in /etc/mail/relay.allow file. &lt;BR /&gt;&lt;BR /&gt;In this case there should be an entry similar to:&lt;BR /&gt;&lt;BR /&gt;FR/etc/mail/relay.allow&lt;BR /&gt;&lt;BR /&gt;in your sendmail.cf file.  Check the documentation for your release for the exact syntax but this should get you going in the right direction.&lt;BR /&gt;&lt;BR /&gt;Hope it helps</description>
      <pubDate>Wed, 12 Sep 2001 22:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578293#M920436</guid>
      <dc:creator>Jeffrey S. Sims</dc:creator>
      <dc:date>2001-09-12T22:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578294#M920437</link>
      <description>Jeffrey Sims answer (expert in this area??) is actually causing sendmail to be an open relay.&lt;BR /&gt;Relaying decisions MUST BE made based on IP's or authentication!&lt;BR /&gt;&lt;BR /&gt;Anybody can specify a sender address of me@mydomain.com and thus abuse the sendmail box as relay for sending out spam!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Sep 2001 07:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578294#M920437</guid>
      <dc:creator>Ralf Hildebrandt</dc:creator>
      <dc:date>2001-09-13T07:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578295#M920438</link>
      <description>You need to control who can use the box to relay through you FR macro in the sendmail.cf file..this FR macro points to different files depending on what OS, and version of sendmail you are using. IE FR-o /etc/mail/relay-domains.&lt;BR /&gt;in /etc/mail/relay-domains you would have&lt;BR /&gt;ipaddress or domain names. These IP must be able to resolve to a hostname, or relaying will be denied.</description>
      <pubDate>Thu, 13 Sep 2001 16:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578295#M920438</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2001-09-13T16:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail relay</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578296#M920439</link>
      <description>Hi Neil,&lt;BR /&gt;&lt;BR /&gt;Have a look at this thread.  Go to Installing and Administering Sendmail --&amp;gt; Configuring a sendmail client to relay all mail to a server&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Sorry, if you have already tried that. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Sep 2001 20:07:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay/m-p/2578296#M920439</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-13T20:07:37Z</dc:date>
    </item>
  </channel>
</rss>

