Netwrix Password Policy Enforcer: How to enable SSL on PPE Mailer to enable access with password
By default no password can be used. Use this guide to enable the Netwrix Password Policy Enforcer Mailer to use SSL.
- Download the PPEMail_SSL.zip from Anixis Website: https://www.anixis.com/ftp/users/tonio/PPEMail_SSL.zip or from Sharepoint: https://netwrixcorporation.sharepoint.com/:u:/r/SupportWiki2/Shared%20Documents/PPEMail_SSL.zip?csf=1&web=1&e=1Lr1iB
- Stop the Netwrix Password Policy Enforcer Mailer service.
- Rename
PPEMail.exein the\Program Files (x86)\Password Policy Enforcer\folder toPPEMail.exe.original. - Extract the new
PPEMail.exedownloaded above into the\Program Files (x86)\Password Policy Enforcer\folder. - Open the Netwrix Password Policy Enforcer Management Console to the PPS Properties page.
- Click the E-mail Tab.
- Make sure the port number is
25(587will not work). - Click OK.
- Open the registry editor on the server that the PPE Mailer is running on.
- Create the registry key
HKEY_LOCAL_MACHINE\SOFTWARE\ANIXIS\Password Policy Enforcer. - Create a
REG_DWORDvalue calledMailUseSSLand set it to1. - Create a
REG_SZvalue calledMailUsernameand set it to the SMTP username. - Create a
REG_SZvalue calledMailPasswordand set it to the SMTP password. - Run the mailer with the
/testparameter to send a test email. For example:
ppemail.exe /test tonio@anixis.com
- You should see a message that the credentials were moved to the credential manager, and the username and password you created in the registry should be gone.
- The stored credentials are only accessible from your user account, so if the test above worked you should add the credentials to the service account. To do this, repeat steps 12 and 13 and then start the Netwrix Password Policy Enforcer Mailer service. The username and password should disappear from the registry again.