PHP에서 mail.log를 설정하려고 합니다. 서버의 php.ini에서 mail.log 설정을 업데이트했습니다.
; Log all mail() calls including the full path of the script, line #, to address and headers
mail.log = "/var/log/myphpmaillog"
myphpmaillog를 생성했습니다:
touch myphpmaillog
그리고 아파치 데몬을 다시 시작하세요:
service httpd restart
서버를 통해 여러 개의 이메일을 보내고 myphpmaillog를 확인했는데 여전히 비어 있습니다. 올바른 권한이 있는 것 같습니다. 저는 PHP 5.3과 CentOS 5.11을 사용하고 있습니다.