Now you’re less likely to miss what’s been brewing in our knowledge base with this weekly digest
Please, try again later.
This article provides information on enabling extended SMTP email logging, which is necessary when investigating issues with Veeam ONE emails, such as missed alarm notifications, unexpected email content, or other email-related problems. SMTP logging is not enabled by default and must be enabled temporarily to collect diagnostic information that can help identify potential SMTP communication issues.
Before proceeding with further steps, please ensure that the SMTP server settings have been correctly configured within the Veeam ONE settings.
Beginning with Veeam ONE version 12, the registry value to enable extended SMTP logging and the location for email logging have been changed.
If you are still using Veeam ONE version 11a or an older version, the legacy SMTP log collection steps can be found at the end of this article.
PowerShell cmdlet to enable DetailedLogging:
New-ItemProperty -Path 'HKLM:\SOFTWARE\Veeam\Veeam ONE\' -Name 'DetailedLogging' -Value '1' -PropertyType DWORD -Force
PowerShell cmdlet to restart the Veeam ONE Reporting Service:
Restart-Service "Veeam ONE Reporting Service"
PowerShell cmdlet to disable DetailedLogging:
New-ItemProperty -Path 'HKLM:\SOFTWARE\Veeam\Veeam ONE\' -Name 'DetailedLogging' -Value '0' -PropertyType DWORD -Force
PowerShell cmdlet to restart the Veeam ONE Reporting Service:
Restart-Service "Veeam ONE Reporting Service"
PowerShell cmdlet to enable LogSmtpActivity:
New-ItemProperty -Path 'HKLM:\SOFTWARE\Veeam\Veeam ONE Monitor\Service\' -Name 'LogSmtpActivity' -Value '1' -PropertyType DWORD -Force
PowerShell cmdlet to restart the Veeam ONE Monitoring Service:
Restart-Service "Veeam ONE Monitoring Service"
PowerShell cmdlet to disable LogSmtpActivity:
New-ItemProperty -Path 'HKLM:\SOFTWARE\Veeam\Veeam ONE Monitor\Service\' -Name 'LogSmtpActivity' -Value '0' -PropertyType DWORD -Force
PowerShell cmdlet to restart the Veeam ONE Monitoring Service:
Restart-Service "Veeam ONE Monitoring Service"
If this KB article did not resolve your issue or you need further assistance with Veeam software, please create a Veeam Support Case.
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.
Your feedback has been received and will be reviewed.
Please, try again later.
Please try select less.
This form is only for KB Feedback/Suggestions, if you need help with the software open a support case
Your feedback has been received and will be reviewed.
Please, try again later.