<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 25.09.2015 13:32, Danny Horne wrote:<br>
    </div>
    <blockquote cite="mid:560530E1.5010900@trisect.uk" type="cite">
      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
      Thanks for the replies,<br>
      <br>
      I've tried both these options (and more), but Amavisd still
      doesn't check local mail (at least there's no headers saying it
      has).<br>
      <br>
      Think I'll give up on this, it's looking like it might not be
      possible without major reconfiguration (which I don't have the
      stomach for at the moment)<br>
    </blockquote>
    You should read through this:<br>
    <a class="moz-txt-link-freetext" href="http://www.postfix.org/OVERVIEW.html#delivering">http://www.postfix.org/OVERVIEW.html#delivering</a><br>
    <a class="moz-txt-link-freetext" href="http://www.postfix.org/MILTER_README.html">http://www.postfix.org/MILTER_README.html</a><br>
    <a class="moz-txt-link-freetext" href="http://www.postfix.org/FILTER_README.html">http://www.postfix.org/FILTER_README.html</a><br>
    <br>
    smtpd_milters which you are using does not handle local delivery
    mails as far I know. you should have a look at content_filter
    instead. it's also a good idea to split mail sending (submission)
    from incoming. I usually use content_filter for submission (post
    queue filtering) and smtpd_proxy_filter (pre queue filtering) for
    incoming mail. <br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>