<?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: send mail configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/send-mail-configuration/m-p/2576998#M89574</link>
    <description>I would think that you need to add them to your /etc/mail/access file, an entry such as:&lt;BR /&gt;&lt;BR /&gt;name@domain.com     RELAY&lt;BR /&gt;&lt;BR /&gt;should do the trick. If they have a static ip or fall within a range and you want to open it up to that network address then you can add the ip to the /etc/mail/relay.allow file.&lt;BR /&gt;&lt;BR /&gt;If you go with the /etc/amil/access file then the line:&lt;BR /&gt;&lt;BR /&gt;Kaccess hash /etc/mail/access&lt;BR /&gt;&lt;BR /&gt;should be in your sendmail.cf file. The /etc/mail/relay.allow is enabled by the line:&lt;BR /&gt;&lt;BR /&gt;FR/etc/mail/relay.allow&lt;BR /&gt;&lt;BR /&gt;in the sendmail.cf file.  Either one of these methods should help you give the appropriate relay access.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.</description>
    <pubDate>Thu, 13 Sep 2001 15:01:25 GMT</pubDate>
    <dc:creator>Jeffrey S. Sims</dc:creator>
    <dc:date>2001-09-13T15:01:25Z</dc:date>
    <item>
      <title>send mail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-configuration/m-p/2576997#M89573</link>
      <description>I host a web site running Redhat 7.1 on an HP Kayak PC and act as their mail server. But I have one problem, sending mail. &lt;BR /&gt;&lt;BR /&gt;I have configured my mail services so that the client, I'll call them farside, can remotely pick up their mail no problem. &lt;BR /&gt;&lt;BR /&gt;The problem is if they want to send mail. Their email connection is refused at my end. &lt;BR /&gt;&lt;BR /&gt;Can I set the farside up to send mail through my Redhat box as I am the mail server? &lt;BR /&gt;&lt;BR /&gt;What happens if I get some additional remote clients that need mail also and they will probably be dynamic addresses? &lt;BR /&gt;&lt;BR /&gt;Do I need to setup some sort of trust with that remote client? &lt;BR /&gt;&lt;BR /&gt;I appreciate your help, &lt;BR /&gt;&lt;BR /&gt;ND  &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 07 Sep 2001 14:22:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-configuration/m-p/2576997#M89573</guid>
      <dc:creator>Nick D'Angelo</dc:creator>
      <dc:date>2001-09-07T14:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: send mail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-configuration/m-p/2576998#M89574</link>
      <description>I would think that you need to add them to your /etc/mail/access file, an entry such as:&lt;BR /&gt;&lt;BR /&gt;name@domain.com     RELAY&lt;BR /&gt;&lt;BR /&gt;should do the trick. If they have a static ip or fall within a range and you want to open it up to that network address then you can add the ip to the /etc/mail/relay.allow file.&lt;BR /&gt;&lt;BR /&gt;If you go with the /etc/amil/access file then the line:&lt;BR /&gt;&lt;BR /&gt;Kaccess hash /etc/mail/access&lt;BR /&gt;&lt;BR /&gt;should be in your sendmail.cf file. The /etc/mail/relay.allow is enabled by the line:&lt;BR /&gt;&lt;BR /&gt;FR/etc/mail/relay.allow&lt;BR /&gt;&lt;BR /&gt;in the sendmail.cf file.  Either one of these methods should help you give the appropriate relay access.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.</description>
      <pubDate>Thu, 13 Sep 2001 15:01:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-configuration/m-p/2576998#M89574</guid>
      <dc:creator>Jeffrey S. Sims</dc:creator>
      <dc:date>2001-09-13T15:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: send mail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-configuration/m-p/2576999#M89575</link>
      <description>Nick,&lt;BR /&gt;&lt;BR /&gt;Just caught your Sendmail Issue, would be glad to help if you still need it.&lt;BR /&gt;&lt;BR /&gt;In my configuration I make use of the /etc/aliases/relay-domains configuration file.&lt;BR /&gt;&lt;BR /&gt;My configuration file is enabled vi the setting in the sendmail.cf (mine is in /etc/sendmail.cf), Look for something like the following in the config file.&lt;BR /&gt;&lt;BR /&gt;# Hosts that will permit relaying ($=R)&lt;BR /&gt;FR-o /etc/mail/relay-domains&lt;BR /&gt;&lt;BR /&gt;In this file, place the IP Address RELAY,&lt;BR /&gt;Domain Name RELAY&lt;BR /&gt;&lt;BR /&gt;Or however you specify the name of the relaying systems, followed by a space and the work RELAY.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.</description>
      <pubDate>Fri, 14 Sep 2001 15:18:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-configuration/m-p/2576999#M89575</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2001-09-14T15:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: send mail configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/send-mail-configuration/m-p/2577000#M89576</link>
      <description>Nick,&lt;BR /&gt;&lt;BR /&gt;If you wanna give support to your dynamic remote client for sending mail, there are two solutions for you: SMTP-After-POP3 and SMTP AUTH, and I suggest SMTP AUTH to you.&lt;BR /&gt;&lt;BR /&gt;sendmail 8.10-8.12 support SMTP AUTH as defined in RFC 2554 which is based on SASL. Here are some resources for you:&lt;BR /&gt;&lt;A href="http://www.sendmail.org/~ca/email/auth.html" target="_blank"&gt;http://www.sendmail.org/~ca/email/auth.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.asp.ogi.edu/people/paja/linux/sendmail/" target="_blank"&gt;http://www.asp.ogi.edu/people/paja/linux/sendmail/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Sep 2001 11:19:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/send-mail-configuration/m-p/2577000#M89576</guid>
      <dc:creator>Stephen Suen</dc:creator>
      <dc:date>2001-09-21T11:19:23Z</dc:date>
    </item>
  </channel>
</rss>

