CPanelでパイプスクリプトを作成し、スクリプトの先頭にhashbang:#!/usr/bin/php -q
を配置しました。スクリプトが実行され、電子メールのログが必要に応じてDBのテーブルに配置されます。
しかし...それは、電子メールが通過せず、次のように表示されると主張する電子メールを送り返します...
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
pipe to |/home/xxxxx/xxxxx.php
generated by support@xxxxxxx.net
The following text was generated during the delivery attempt:
------ pipe to |/home/xxxxxx/xxxx.php
generated by support@xxxxxxxxx.net ------
PHP Deprecated: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in Unknown on line 0
<br />
<b>Deprecated</b>: Directive 'magic_quotes_gpc' is deprecated in PHP 5.3 and greater in <b>Unknown</b> on line <b>0</b><br />
私はすべての個人情報を削除しましたが、私の問題に関連するものは何もありません。
私の問題は何でしょうか?