I am configuring DynamicID for remote users using an IP-whitelist internal SMTP relay. I have set up the connection string on the gateway, and whitelisted the gateway's IP addresses on the SMTP server.
The smtp/25 traffic shows up in logs as accepted, but it does not reach the SMTP server and gives the error: dynamicid sending failed, press r to retry".
This is a sample of the smtp connection string i use: mail:TO=$EMAIL;SMTPSERVER=172.16.11.233;FROM=sslvp
n@example.com;BODY=$RAWMESSAGE
telnet 172.16.11.233 25 also connects successfully
Thanks for your help.