my first post here.
I had a postfix that I'm using as a relay. I configured to use authentication with the following main.cf: https://pastebin.com/TQfmAQp2
The problem is: when I try to send an e-mail using "Send-MailMessage" in PowerShell within a host inside "mynetworks" I am able to send it without authentication, in other words: anonymously.
Is there any chance that I'm doing something wrong? I do not want to use anonymously, ONLY with authentication.
PS.: I created users following this tutorial: https://blog.scottlowe.org/2006/03/01/creating-users-for-a-postfix-based-mail-relay/
Thanks!