Please enter search query.
Search <product_name> all support & community content...
SMTP Authentication on postfix smtp client is enabled when you configure the smtp server without specifying smtp credentials in alert configuration.
Article: 100032585
Last Published: 2016-06-15
Ratings: 0 1
Product(s): Appliances
Problem
Starting with 2.6.1.1, NetBackup Appliance changes the settings on postfix smtp client while configuring the smtp settings in alert configuration.For more information about this behavior, please see the 'Configuring SMTP' page in the NetBackup Appliance Administrator's Guide.
SMTP Authentication on postfix smtp client is enabled when you configure the smtp server without specifying smtp credentials in alert configuration.
This may cause email notification problem for backups and vault report email. Receiving an email for hardware and software alerts also works normally.
Error Message
If you encounter email notification problem, please check /var/log/maillog.The following similar messages can be seen in maillog.
SASL authentication failure: No worthy mechs found
SASL authentication failed; cannot authenticate to server X.X.X.X[X.X.X.X]: no mechanism available
SASL authentication failed: server X.X.X.X [ X.X.X.X ] offered no compatible authentication mechanisms for this type of connection security
SASL authentication failed: server X.X.X.X [ X.X.X.X ] offered no compatible authentication mechanisms for this type of connection security
Solution
To disable SMTP Authentication on postfix smtp client, you need to do the following steps.- Run the elevate command via the CLISH (Support > Maintenance > elevate).
- Check 'smtp_sasl_auth_enable=yes' in /etc/postfix/main.cf.
- Change setting back to 'smtp_sasl_auth_enable=no'.
- Run 'service postfix restart' command.