How do I configure Postfix to only accept outbound email from my network of IP addresses?
Edit the Postfix main.cf file:
Remove the following line: permit_sasl_authenticated and just leave the following line: permit_mynetworks,
Be sure to restart Postfix for the changes to take effect.