Como configuro o mail.log em PHP?

1

Estou tentando configurar o mail.log no PHP. Eu atualizei a configuração mail.log do php.ini no servidor:

; Log all mail() calls including the full path of the script, line #, to address and headers
mail.log = "/var/log/myphpmaillog"

Criado myphpmaillog:

touch myphpmaillog

E reiniciei o daemon do Apache:

service httpd restart

Enviei alguns e-mails pelo servidor e verifiquei o myphpmaillog, e ainda está vazio. Parece ter as permissões certas. Eu estou no PHP 5.3 e no CentOS 5.11.

    
por symlink 08.02.2017 / 07:54

0 respostas