N2WS-22085 - can't use SMTP without a password.
Issue:
can't use SMTP without a password for sending reports.
Solution:
v4.2.2 - install attached patch and do below steps.
The patch add new config to the cpmserver.cfg, to disable the requirement for password.
Steps:
1. Connect via SSH to CPM, user is cpmuser
2. Edit or create this file:
/cpmdata/conf/cpmserver.cfg
3. Add the following and set it to False (setting True is like pre-patch= need password)
[smtp]
authenticate=False
4. Restart apache (best done when no important backups running).
sudo service apache2 restart
Related Articles
How to upgrade CPM using a patch
Please note: upgrading using patch does not upgrade Apache/OS Upgrade Diagram General 1. It is recommended to deploy the patch when you have no active backup policies, DR or recovery running. as it will restart Apache and require few min downtime. 2. ...
How to reset the password for the root/admin CPM user
If you know the username of the root/admin user: Follow the upgrade procedure in our User Guide at: https://docs.n2ws.com/user-guide/2-configuring-n2ws#id-2.2-upgrading-n2ws Please make sure you do this when there are no backups/DR in progress. When ...
N2WS-20837 - S3 operations fail for versioned bucket without immutable
Issue: Copy to S3 or S3 cleanup fail in 4.1 when there is a bucket with versioning enabled (or once enabled and then disabled) without immutable option turned on. Solution: Patch for v4.1.0 is available and attached to this KB. Click here to go back ...
N2WS-18738 - Password saved as plain text for Recovery Scenario target added via RestAPI
Issue: When creating Recovery Scenario(CPM v3.0 and up) and adding a backup target via Rest API, it will save the following details as plain text Proxy password for S3 instance recovery if used IAM AWS Secret Key when providing alternate Credential ...
How To Install a Patch to the N2WS Instance
How To Install a Patch on the N2WS Instance 1. Go to General Settings, then choose "Patches". 2. Click "choose file" , browse to the patch file and open it. 3. The file name should now appear in the window, then click on "upload and install". 4. You ...