©XSIBackup-Free: Free Backup Software for ©VMWare ©ESXi

Forum ©XSIBackup: ©VMWare ©ESXi Backup Software


You are not logged in.

#1 Re: General matters » SMTP not working in 11.2.8 » 2019-09-19 23:36:04

After a lot of googling and try and error I found this solution: manually generate a private key.
Make sure the following files are deleted:  xsibackup_id_rsa xsibackup_id_rsa.pem xsibackup_id_rsa.pub
Generate a private key: openssl genrsa -des3 -out xsibackup_id_rsa_pwd 1024
Remove the password: openssl rsa -in xsibackup_id_rsa_pwd -out xsibackup_id_rsa
Make sure it works: ./xsibackup --check-smtp=yourname@gmail.com --use-smtp=X

Board footer