sendmail PHP 起動後のエラー

投稿者:

/etc/alias
post: “|/usr/local/bin/php path to php file”
こんなエラーが出た場合
—– Transcript of session follows —–
smrsh: “php” not available for sendmail programs (stat failed)
554 5.0.0 Service unavailable
シンボリックリンクを張ることで解決
# ln -s /usr/local/bin/php /etc/smrsh

Thank you for reading this post, don't forget to subscribe!