Hi.
I would like to allow a VM (192.168.6.15) to send out email via port 25 without authentication.
Testing with Telnet from the 192.168.6.15 VM
Type telnet <server> 25
Type HELO <domain>
Type MAIL FROM: <email address>
......
I’ve tried adding 192.168.6.15 to:
system/configuration/Routing/Sender-dependent transports
system/configuration/options/Forwarding Hosts
no luck.
Can I allow(whitelist) relay access for some IP’s on my local network?

Thank you