Hi,
How can I allow a certain address to use SMTP relaying.
example I use:
Email Server Test - Online SMTP diagnostics tool - MxToolbox
I am getting this result:
MAIL FROM: <supertool@mxtoolbox.com>
250 2.1.0 Ok [31 ms]
RCPT TO: <test@example.com>
554 5.7.1 <test@example.com>: Relay access denied [31 ms]
In /var/log/zimbra.log
Dec 6 22:24:34 zimbra postfix/smtpd[27983]: NOQUEUE: reject: RCPT from mxtb-pws3.mxtoolbox.com[64.20.227.133]: 554 5.7.1 <test@example.com>: Relay access denied; from=<supertool@mxtoolbox.com> to=<test@example.com> proto=ESMTP helo=<please-read-policy.mxtoolbox.com>
How can I add this address 64.20.227.133 to allow relaying.
I have tried this,
zmprov modifyServer zimbra.example.com zimbraMtaMyNetworks '127.0.0.0/8 64.20.227.133/32'
postfix reload
(I have removed the IP of zimbra at the example above)
but it is not working.

