Question
How to change sender mail address of backup notifications? Â
Answer
- Connect to the server using SSHÂ or RDP
-
Open the fileÂ
in text editor (vi for Linux for example) and specify the required sender:
/usr/local/psa/admin/share/pmmcli/pmmcli-rcNote: for Windows open Â
%plesk_dir%adminsharepmmclipmmcli-rc
 file# Notification mail 'mail-from' parameter
NOTIFICATION_MAIL_FROM " [email protected] "
# Notification mail 'mail-reply-to' parameter
NOTIFICATION_MAIL_REPLYTO " [email protected] " - Specify the required mail subject in
:Â
/usr/local/psa/admin/share/pmmcli/pmmcli-rc# Backup task notification mail subject
NOTIFICATION_MAIL_SUBJECT_BACKUP 'Backup task notification'
# Restore task notification mail subject
NOTIFICATION_MAIL_SUBJECT_RESTORE 'Restore task notification'