Hi,
I need to enable two-factor authentication with Dynamic ID for VPN clients using Checkpoint Mobile. I need the dynamic ID to be sent via email. I have already configured it according to the admin guide using Google SMTP (With and without authentication), But unfortunately, I always get an error on the client as "User Authenticated by Firewall - Dynamic ID sending Failure".
The script I have used is as follows,
mail:TO=$EMAIL;SSL_REQUIRED;SMTPSERVER=smtp://lahiru@abc.com:*password*****@smtp.gmail.com;FROM=lahiru@abc.com;BODY=$RAWMESSAGE
Also, I am using LDAP and I have mentioned the receiver's email address in the "Telephone" tab.
Can someone please help me troubleshoot this or provide any mechanism to achieve this.
Thank you