<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <br>
    <div class="moz-cite-prefix">On 04/22/2017 08:14 AM, Dominic Raferd
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAF9Mo3LGXa3kpMs1H5bNHn3r2EcacbY7wbckmgx3z9iejQnSnw@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="gmail_default" style="font-size:small"><br>
        </div>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On 22 April 2017 at 00:00, Benny
            Pedersen <span dir="ltr"><<a moz-do-not-send="true"
                href="mailto:me@junc.eu" target="_blank">me@junc.eu</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex"><span class="gmail-">Robert
                Moskowitz skrev den 2017-04-21 21:16:<br>
                <br>
                <blockquote class="gmail_quote" style="margin:0px 0px
                  0px 0.8ex;border-left:1px solid
                  rgb(204,204,204);padding-left:1ex">
                  Been doing some research.  mynetworks should stop the
                  localhost from<br>
                  seeming like an Open relay.  I don't have this problem
                  on my old<br>
                  production server.  I am researching it.</blockquote>
              </span></blockquote>
            <div><br>
            </div>
            <div class="gmail_default" style="font-size:small">If
              mynetworks is undefined then it takes its value according
              to mynetworks_style and the default for this setting
              changed for Postfix 3.0 - see <a moz-do-not-send="true"
                href="http://www.postfix.org/postconf.5.html#mynetworks_style">http://www.postfix.org/postconf.5.html#mynetworks_style</a>.
              Perhaps this could explain the difference you are seeing.</div>
            <div class="gmail_default" style="font-size:small"><br>
            </div>
            <div class="gmail_default" style="font-size:small">However
              external authenticated senders are not local (and I don't
              trust any non-authenticated senders outside the host) so
              in such a case the message from amavis is correct
              ('Nonlocal recips but not originating') while the warning
              ('Open relay?') is unnecessary.</div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Well, no mynetworks_style in either postfix, and both are < 3
    (2.6 and 2.10) so it defaults to subnet, even though in postfix, I
    DO have a postfix mynetworks:<br>
    <br>
    config_directory = /etc/postfix<br>
    mynetworks = $config_directory/mynetworks<br>
    <br>
    # cat /etc/postfix/mynetworks <br>
    # This specifies the list of subnets that Postfix considers as<br>
    # "trusted" SMTP clients that have more privileges than "strangers".<br>
    #<br>
    # In particular, "trusted" SMTP clients are allowed to relay mail<br>
    # through Postfix.<br>
    #<br>
    # Be sure to add your public ip address block if needed.<br>
    #<br>
    192.168.0.0/16<br>
    10.0.0.0/8<br>
    127.0.0.0/8<br>
    <br>
    But this shouldn't be the problem, as the mail is originating from
    'host' in these tests.<br>
    <br>
    <br>
  </body>
</html>