Linulex
Silver Pleskian
centos 6.9
plesk 17.5.3 mu 23
selinulex = off
mta = qmail.
when sending mails from the cron with mail(), the plesk_sendmail is trying to look for postifix parts, but the mta is qmail.
command that gave the error
regards
Jan
plesk 17.5.3 mu 23
selinulex = off
mta = qmail.
when sending mails from the cron with mail(), the plesk_sendmail is trying to look for postifix parts, but the mta is qmail.
Code:
plesk sendmail[22841]: Trying to resolve the e-mail alias: root
fork_execv: execv("/usr/sbin/postalias") failed: No such file or directory
fork_execv: execv("/usr/sbin/postalias") failed: No such file or directory
command that gave the error
Code:
cat /var/log/rsnapshot.log | grep "`date +%m"-"%d`" | mail -s "`tail -n 1 /var/log/rsnapshot.log` -- `uname -n`" [email protected]
regards
Jan