<?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 8.12.6 and RBL option .. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-8-12-6-and-rbl-option/m-p/2866040#M97231</link>
    <description>&lt;P&gt;The problem you have is not in configuration, but in the problem with the RBL. If I try to hide my identity from Spammers, then the RBL can denied me. There are several other reasons that using the RBL fails, but this is the most basic. There used to be a different option for RBL, and that company went from a free service to a pay service. I believe the company was the time and dont know what they changed too.&lt;BR /&gt;&lt;BR /&gt;The pay for service, does more extensive checking than ordb, and tends to be more reliable. Of course they make money in doing so where ordb is free. Makes a big difference.&lt;BR /&gt;&lt;BR /&gt;I no longer use this, as I had complaints similar to you. Trust me, I wanted yahoo, msn, *.tw, and *.ko denieded, but customers sometimes use these sites too.&lt;BR /&gt;&lt;BR /&gt;Only choice is to look at the other options, or make your own rules.&lt;BR /&gt;&lt;BR /&gt;There a very good product which is now called PureMessage, formerly perlMX which is a sendmail plug in. It uses rule based control to detect spam and takes actions based on configuration. A friend of mine works at a huge military installation, and they just bought their 3rd copy.&lt;BR /&gt;&lt;A href="http://www.activestate.com/Products/PureMessage/?_x=1" target="_blank" rel="noopener"&gt;http://www.activestate.com/Products/PureMessage/?_x=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyway, have fun with it!&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon&lt;/P&gt;</description>
    <pubDate>Tue, 18 May 2021 05:08:00 GMT</pubDate>
    <dc:creator>Shannon Petry</dc:creator>
    <dc:date>2021-05-18T05:08:00Z</dc:date>
    <item>
      <title>sendmail 8.12.6 and RBL option ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-8-12-6-and-rbl-option/m-p/2866036#M97227</link>
      <description>Hello everyone&lt;BR /&gt;I want to enable the RBL option on sendmail 8.12.6.&lt;BR /&gt;It was built from an .mc file like so witht he following features defined:&lt;BR /&gt;&lt;BR /&gt;FEATURE(`access_db', `DATABASE_MAP_TYPE -T&lt;TMPF&gt; MAIL_SETTINGS_DIR`'access')dnl&lt;BR /&gt;FEATURE(`allmasquerade')dnl&lt;BR /&gt;FEATURE(`blacklist_recipients')dnl&lt;BR /&gt;FEATURE(`limited_masquerade')dnl&lt;BR /&gt;FEATURE(`masquerade_entire_domain')dnl&lt;BR /&gt;FEATURE(`masquerade_envelope')dnl&lt;BR /&gt;FEATURE(`redirect')dnl&lt;BR /&gt;FEATURE(`use_cw_file')dnl&lt;BR /&gt;MAILER(`local')dnl&lt;BR /&gt;MAILER(`smtp')dnl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What is the santax to add the real time black hole feature?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Richard.&lt;/TMPF&gt;</description>
      <pubDate>Tue, 17 Dec 2002 18:35:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-8-12-6-and-rbl-option/m-p/2866036#M97227</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-12-17T18:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 8.12.6 and RBL option ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-8-12-6-and-rbl-option/m-p/2866037#M97228</link>
      <description>Here's some examples:&lt;BR /&gt;&lt;BR /&gt;FEATURE(`dnsbl', `relays.ordb.org', `"Email blocked using ORDB.ORG - see &amp;lt;&amp;gt;/ORDB.ORG/lookup/?host="$&amp;amp;{client_addr}"&amp;gt;"')dnl&lt;BR /&gt;FEATURE(`dnsbl', `dnsbl.njabl.org', `"Email blocked using NJABL.ORG - see &amp;lt;&amp;gt;//NJABL.ORG/cgi-bin/lookup.cgi?query="$&amp;amp;{client_addr}"&amp;gt;"')dnl&lt;BR /&gt;FEATURE(`dnsbl', `sbl.spamhaus.org', `"Email blocked using SPAMHAUS.ORG - see &lt;H&gt;&lt;/H&gt;ttp://&lt;A href="http://WWW.SPAMHAUS.ORG/sbl/index.lasso" target="_blank"&gt;WWW.SPAMHAUS.ORG/sbl/index.lasso&lt;/A&gt;&amp;gt;"')dnl&lt;BR /&gt;FEATURE(`dnsbl', `relays.osirusoft.com', `"Email blocked using OSIRUSOFT.COM - s&lt;BR /&gt;ee &amp;lt;&amp;gt;"')dnl&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Dec 2002 19:00:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-8-12-6-and-rbl-option/m-p/2866037#M97228</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-12-17T19:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 8.12.6 and RBL option ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-8-12-6-and-rbl-option/m-p/2866038#M97229</link>
      <description>You can reject mail with /etc/mail/access&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;allanlieberman.com              RELAY&lt;BR /&gt;napervilleapartments.com        RELAY&lt;BR /&gt;localhost.localdomain           RELAY&lt;BR /&gt;localhost                       RELAY&lt;BR /&gt;127.0.0.1                       RELAY&lt;BR /&gt;192.168.0.30                    RELAY&lt;BR /&gt;192.168.0.2                     RELAY&lt;BR /&gt;localhost                       RELAY&lt;BR /&gt;pslade@ozemail.com.au           550 Spam with virus will be rejected and&lt;BR /&gt;                                forwarded to the FBI. We charge $500/message&lt;BR /&gt;                                for spam and collect damages from virus senders&lt;BR /&gt;philipslade@optushome.com.au    550 Unsolicted junk mail with virus content&lt;BR /&gt;                                will be forwarded to authorities. We will&lt;BR /&gt;                                store the message for a fee of $500/message&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You see the examples of nasty auto reject messages.  A bit over the top, but I've logged it and they've boucned thousands of messages.&lt;BR /&gt;&lt;BR /&gt;I operate a web hosting isp.&lt;BR /&gt;&lt;BR /&gt;You may need to make some changes to accomodate HP-UX, this is a linux setup.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Dec 2002 21:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-8-12-6-and-rbl-option/m-p/2866038#M97229</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-12-17T21:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 8.12.6 and RBL option ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-8-12-6-and-rbl-option/m-p/2866039#M97230</link>
      <description>Hello Christopher .. &lt;BR /&gt;I hope you are still reading this. What you said worked. But it worked toooo well !! &lt;BR /&gt;It started to block domains that dont resolv to an ipaddress. &lt;BR /&gt;&lt;BR /&gt;for example user@&lt;BR /&gt;courts.state.tx.us&lt;BR /&gt;&lt;BR /&gt;courts.state.tx.us does not resolv but mail.&lt;BR /&gt;courts.state.tx.us does. But the rbl does an nslookup on &lt;BR /&gt;courts.state.tx.us so it would block it .. &lt;BR /&gt;&lt;BR /&gt;We had too many complains about this .. so now I am asking if there is a workaround for this issue..&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;~richard</description>
      <pubDate>Wed, 18 Dec 2002 22:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-8-12-6-and-rbl-option/m-p/2866039#M97230</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2002-12-18T22:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 8.12.6 and RBL option ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-8-12-6-and-rbl-option/m-p/2866040#M97231</link>
      <description>&lt;P&gt;The problem you have is not in configuration, but in the problem with the RBL. If I try to hide my identity from Spammers, then the RBL can denied me. There are several other reasons that using the RBL fails, but this is the most basic. There used to be a different option for RBL, and that company went from a free service to a pay service. I believe the company was the time and dont know what they changed too.&lt;BR /&gt;&lt;BR /&gt;The pay for service, does more extensive checking than ordb, and tends to be more reliable. Of course they make money in doing so where ordb is free. Makes a big difference.&lt;BR /&gt;&lt;BR /&gt;I no longer use this, as I had complaints similar to you. Trust me, I wanted yahoo, msn, *.tw, and *.ko denieded, but customers sometimes use these sites too.&lt;BR /&gt;&lt;BR /&gt;Only choice is to look at the other options, or make your own rules.&lt;BR /&gt;&lt;BR /&gt;There a very good product which is now called PureMessage, formerly perlMX which is a sendmail plug in. It uses rule based control to detect spam and takes actions based on configuration. A friend of mine works at a huge military installation, and they just bought their 3rd copy.&lt;BR /&gt;&lt;A href="http://www.activestate.com/Products/PureMessage/?_x=1" target="_blank" rel="noopener"&gt;http://www.activestate.com/Products/PureMessage/?_x=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyway, have fun with it!&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon&lt;/P&gt;</description>
      <pubDate>Tue, 18 May 2021 05:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-8-12-6-and-rbl-option/m-p/2866040#M97231</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2021-05-18T05:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail 8.12.6 and RBL option ..</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-8-12-6-and-rbl-option/m-p/2866041#M97232</link>
      <description />
      <pubDate>Thu, 19 Dec 2002 15:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-8-12-6-and-rbl-option/m-p/2866041#M97232</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2002-12-19T15:19:33Z</dc:date>
    </item>
  </channel>
</rss>

