N2WS-22085 - can't use SMTP without a password.

N2WS-22085 - can't use SMTP without a password.

Issue:
can't use SMTP without a password for sending reports.

Solution:
  1. 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 ...
    • How to reset MFA or root password using Linux utility in 4.2 and above

      Background: in 4.2 we have added a Linux utility that comes with the server, this utility let you disable MFA or rest password for root user. Notes: if you do not have SSH access to the N2WS server, then the only other way to disable MFA or rest ...
    • 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 ...