Applicable to:
- SolusVM
Symptoms
- Unable to send test email from SolusVM at SolusVM > Tools > Email:
SVM_ERROR: Error!
Email not sent
Could not instantiate mail function. -
In /var/log/maillog the following error is produced:
CONFIG_TEXT: DSN: undisclosed-recipients:;... List:; syntax illegal for recipient addresses
means that the script is translating the admin email address incorrectly.
Cause
This is SolusVM bug with ID SVM-2776 which was fixed in SolusVM version 1.24.04.
Resolution
Update to the latest SolusVM mainline version.
If the update is not the option at the moment use the below workaround:
- Connect to Master node via SSH
- Download a custom fix:
# wget https://solus.zendesk.com/hc/article_attachments/13267450118295/email.zip
- Backup the original php script:
# mv /usr/local/solusvm/www/admincp/email.php{,.old}
- Unpack the downloaded archive, move it to the proper location and set correct ownership:
# unzip email.zip
# mv email_encrypted.php /usr/local/solusvm/www/admincp/
# mv /usr/local/solusvm/www/admincp/email_encrypted.php /usr/local/solusvm/www/admincp/email.php
# chown solusvm:solusvm /usr/local/solusvm/www/admincp/email.php
Comments
0 commentsPlease sign in to leave a comment.