My whole conf dir is "stock" except for the key passphrase's. The only change I made was the one I did below (which comments it should be that way anyway.)  And yes, I tried all combinations of being auth'd and not or TLS and not.  Unless I'm reading it wrong (quite likely) it was treating my mail as "foreign" because it wasn't from localhost, or at least that's what that line seems to say.  Working great now, just lots of spam rejection.

Regards,

Steve

On 12/21/21 8:27 PM, btell...@apache.org wrote:
Are you sure the SMTP user is authenticated?

Can you share your smtpserver.xml and mailetcontainer.xml files?

Be careful of not sharing possibly sensible information.

Benoit

On 21/12/2021 23:38, Sir Dotcom wrote:
I finally got it straightened out ... I was being routed away by the
RemoteAddr mailet here:

<!-- If you are using SMTP authentication then you can (and generally -->
        <!-- should) disable this matcher/mailet pair. -->
                <!-- <mailet match="RemoteAddrNotInNetwork=127.0.0.1"
class="ToProcessor">
           <processor>relay-denied</processor>
           <notice>550 - Requested action not taken: relaying
denied</notice>
                </mailet> -->

Since I'm using AUTH it now sends the mail!

Regards,

Steve


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org

Reply via email to