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 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/#1-4-upgrading-n-2-ws Please make sure you do this when there are no backups/DR in progress. When configuring the new ...
    • How to upgrade CPM using a patch

      Please note: upgrading using patch does not upgrade Apache/OS 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. When using ...
    • A clarification about the "debian-sys-maint" vulnerability reported by AWS Marketplace

      You may have received an email from the AWS Marketplace indicating a possible vulnerability in Cloud Protection Manager. The content of that email is included at the bottom of this article.   IMPORTANT: Your data was not breached and is not in any ...
    • 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 ...