stevland
Basic Pleskian
Since I migrated my hosting accounts from
to
...all of the 'contact'-style forms on the various websites that I host do not work.
All of these forms use PHP and most of them are within WordPress installations.
Additionally, WordPress administrative notifications are not received.
In all cases the contact forms appear to work: upon submission, a "successful" message is displayed.
But no email shows up.
I can find no evidence that an email was ever received or processed within any of the relevant logs that I can think of, including:
/var/log/maillog
/var/log/httpd/error_log
/var/log/httpd/suexec_log
/var/log/nginx/error_log
/var/log/php-fpm/error.log
/usr/local/psa/var/log/maillog
On the other hand, I successfully sent and received a message using PHP Interactive Shell:
Can anyone help me out with this? Thanks.
OS CentOS 6.8 (Final)
Plesk version 12.5.30 Update #60
Plesk version 12.5.30 Update #60
to
OS CentOS Linux 7.3.1611 (Core)
Product Plesk Onyx
Version 17.0.17 Update #17
Product Plesk Onyx
Version 17.0.17 Update #17
...all of the 'contact'-style forms on the various websites that I host do not work.
All of these forms use PHP and most of them are within WordPress installations.
Additionally, WordPress administrative notifications are not received.
In all cases the contact forms appear to work: upon submission, a "successful" message is displayed.
But no email shows up.
I can find no evidence that an email was ever received or processed within any of the relevant logs that I can think of, including:
/var/log/maillog
/var/log/httpd/error_log
/var/log/httpd/suexec_log
/var/log/nginx/error_log
/var/log/php-fpm/error.log
/usr/local/psa/var/log/maillog
On the other hand, I successfully sent and received a message using PHP Interactive Shell:
# php -a
Interactive shell
php > mail ('[email protected]', "Testing Mail Server", "This is a test email from CentOS web server", null, "-f em[email protected]");
Can anyone help me out with this? Thanks.