How can i make the email send by DA (backup complete, cron, service down) system using my specific email address.
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f |USER|@|DOMAIN|'
to the virtualhost templates so that exim doesn't show the hostname of the sender address, but instead shows the domain of the user who's sending the mail. Useful for tracking spammers who abuse the php mail() function.
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f |USER|@|DOMAIN|'
to the virtualhost templates so that exim doesn't show the hostname of the sender address, but instead shows the domain of the user who's sending the mail. Useful for tracking spammers who abuse the php mail() function.