<?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 configurations -- plz help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configurations-plz-help/m-p/3693667#M85574</link>
    <description>Well - that depends - do you want everyone in the class A 10.x.x.x pool to be able to use your sever to relay mail through?&lt;BR /&gt;&lt;BR /&gt;I highly doubt it - I know I wouldn't want that!&lt;BR /&gt;&lt;BR /&gt;If you just want to accept mail from 10.x.x.x - then make it:&lt;BR /&gt;&lt;BR /&gt;10 OK&lt;BR /&gt;abc.com RELAY&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 19 Dec 2005 12:48:18 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2005-12-19T12:48:18Z</dc:date>
    <item>
      <title>sendmail configurations -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configurations-plz-help/m-p/3693662#M85569</link>
      <description>Dear Gurus&lt;BR /&gt;&lt;BR /&gt;os = rhel&lt;BR /&gt;mta = sendmail 8.13.x&lt;BR /&gt;mail server ip = 10.0.0.1/8&lt;BR /&gt;domain name = abc.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat /etc/mail/local-host-names&lt;BR /&gt;abc.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat /etc/mail/access&lt;BR /&gt;localhost.localdomain  RELAY&lt;BR /&gt;localhost   RELAY&lt;BR /&gt;127.0.0.1   RELAY&lt;BR /&gt;&lt;BR /&gt;10    RELAY # i add this line '10' is the net-id of my lan&lt;BR /&gt;abc.com    RELAY # i add this line 'abc.com' is my email &amp;amp; dns domain&lt;BR /&gt;&lt;BR /&gt;# cd /etc/mail&lt;BR /&gt;# make&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in sendmail.mc&lt;BR /&gt;DAEMON_OPTIONS(`Port=smtp,Addr=10.0.0.1, Name=MTA')dnl&lt;BR /&gt;&lt;BR /&gt;# service sendmail start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I m running sendmail with just the configurations above... and rest are the defaults&lt;BR /&gt;&lt;BR /&gt;Questions:&lt;BR /&gt;&lt;BR /&gt;1) does my mail server is an Open-Relay ?&lt;BR /&gt;2) in access file i have added last two lines ... if i did right ? i dont know the reason to add  these two lines in access file(i have followed the "insructions manuals" designed by an x-admin). &lt;BR /&gt;&lt;BR /&gt;So plz any can explain me the roles of these two lines in /etc/mail/access  i.e&lt;BR /&gt;&lt;BR /&gt;10      RELAY&lt;BR /&gt;abc.com RELAY&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 18 Dec 2005 07:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configurations-plz-help/m-p/3693662#M85569</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-12-18T07:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configurations -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configurations-plz-help/m-p/3693663#M85570</link>
      <description>10 RELAY&lt;BR /&gt;abc.com RELAY&lt;BR /&gt;&lt;BR /&gt;means:&lt;BR /&gt;e-mail that came from 10.x.x.x addresses can be relayed anywhere&lt;BR /&gt;also &lt;BR /&gt;email that came from *.abc.com can be realyed to any domain.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;as for open relay question:&lt;BR /&gt;by default relaying is closed. In order to make your server open relay (to relay any incoming mail anywhere-highy unsecure and should be done only for testing purposes)&lt;BR /&gt;add a line to /etc/mail/sendmail.mc&lt;BR /&gt;FEATURE(`promiscuous_relay')&lt;BR /&gt;then execute&lt;BR /&gt;m4 /etc/mail/sendmail.mc &amp;gt; /etc/mail/sendmail.cf&lt;BR /&gt;service sendmail restart</description>
      <pubDate>Sun, 18 Dec 2005 07:48:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configurations-plz-help/m-p/3693663#M85570</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-12-18T07:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configurations -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configurations-plz-help/m-p/3693664#M85571</link>
      <description>Dear Alexander Chuzhoy Millions Thanks&lt;BR /&gt;&lt;BR /&gt;so in my case is there any need to add these two lines ?&lt;BR /&gt;&lt;BR /&gt;and instead of 'RELAY' if i use 'OK' as&lt;BR /&gt;10      OK&lt;BR /&gt;abc.com OK&lt;BR /&gt;&lt;BR /&gt;results ? consequence ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sun, 18 Dec 2005 08:52:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configurations-plz-help/m-p/3693664#M85571</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-12-18T08:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configurations -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configurations-plz-help/m-p/3693665#M85572</link>
      <description>here's a brief-found in the internet&lt;BR /&gt;OK           Accept mail even if other rules in the running ruleset would reject it, for example,if the domain name is unresolvable.&lt;BR /&gt;&lt;BR /&gt;RELAY   Accept mail addressed to the indicated domain or received from the indicated domain for relaying through your SMTP server.  RELAY also serves as an implicit OK for the other checks.&lt;BR /&gt;&lt;BR /&gt;REJECT  Reject the sender or recipient with a general purpose message.&lt;BR /&gt;&lt;BR /&gt;DISCARD    Discard the message completely using the discard mailer.  This only works for sender addresses (i.e., it indicates that you should discard anything received from the indicated domain).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For example:&lt;BR /&gt;cyberspammer.com   550 We don't accept mail from spammers&lt;BR /&gt;okay.cyberspammer.com   OK&lt;BR /&gt;sendmail.org     OK&lt;BR /&gt;128.32          RELAY&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards</description>
      <pubDate>Sun, 18 Dec 2005 10:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configurations-plz-help/m-p/3693665#M85572</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2005-12-18T10:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configurations -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configurations-plz-help/m-p/3693666#M85573</link>
      <description>so what u Gurus Suggests... in my case should i add/append/remain these two lines in my /etc/mail/access(plz check/see my first post in this thread for config details)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;10       RELAY&lt;BR /&gt;abc.com  RELAY&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Sun, 18 Dec 2005 13:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configurations-plz-help/m-p/3693666#M85573</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2005-12-18T13:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail configurations -- plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-configurations-plz-help/m-p/3693667#M85574</link>
      <description>Well - that depends - do you want everyone in the class A 10.x.x.x pool to be able to use your sever to relay mail through?&lt;BR /&gt;&lt;BR /&gt;I highly doubt it - I know I wouldn't want that!&lt;BR /&gt;&lt;BR /&gt;If you just want to accept mail from 10.x.x.x - then make it:&lt;BR /&gt;&lt;BR /&gt;10 OK&lt;BR /&gt;abc.com RELAY&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Dec 2005 12:48:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-configurations-plz-help/m-p/3693667#M85574</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-19T12:48:18Z</dc:date>
    </item>
  </channel>
</rss>

