<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hello Russell<br>
    <br>
    <div class="moz-cite-prefix">On 03/02/2016 12:23 AM, Russell Coker
      wrote:<br>
    </div>
    <blockquote cite="mid:201603020023.32690.russell@coker.com.au"
      type="cite">
      <pre wrap="">Wouldn't it make more sense to have greylisting running on the addresses that 
aren't for subscriber-only lists?  When a list only allows subscribers to post 
it won't benefit from greylisting.
</pre>
    </blockquote>
    <br>
    Taking an example transaction from wikipedia (it's on the internet,
    it must be true, right?);<br>
    <br>
    <pre><span style="color: blue">1: 220 smtp.example.com ESMTP Postfix</span>
2: HELO relay.example.org 
<span style="color: blue">3: 250 Hello relay.example.org, I am glad to meet you</span>
4: MAIL FROM:<a class="moz-txt-link-rfc2396E" href="mailto:bob@example.org"><bob@example.org></a>
<span style="color: blue">5: 250 Ok</span>
6: RCPT TO:<a class="moz-txt-link-rfc2396E" href="mailto:alice@example.com"><alice@example.com></a>
<span style="color: blue">7: 250 Ok</span>
8: RCPT TO:<a class="moz-txt-link-rfc2396E" href="mailto:theboss@example.com"><theboss@example.com></a>
<span style="color: blue">9: 250 Ok</span>
<snip>

</pre>
    At the moment, postgrey kicks in at line 4. Are you suggesting we
    (somehow) reconfigure postgrey to start later in the conversation,
    say around line 6 or 8?<br>
    <br>
    I've spent the last several months trying various modifications on
    "how to make greylist apply to the receiving domain and not the
    sender domain", and have not been able to find a way to make
    greylisting, a sender deferring technology, function at a
    per-recipient domain level. <br>
    <br>
    Short of writing our own version of the SMTP standard, we're just
    plain stumped on how we can make this happen. Can you perhaps share
    a link to a page with instructions on how to make postgrey wait
    longer in the conversation, and to defer at the recipient domain
    level, rather than at the first identifying stage of the SMTP
    transaction like it currently does?<br>
    <br>
    Or, alternatively, are you suggesting that LA runs multiple mail
    servers for each type of service we currently consolidate down to
    one machine, such as lists, general mail, RT instances, conferences,
    etc, and only configure greylisting on the instances that really
    critically need it?<br>
    <br>
    regards<br>
    <br>
    <br>
  </body>
</html>