{"id":2798,"date":"2015-11-04T00:58:36","date_gmt":"2015-11-04T00:58:36","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=2798"},"modified":"2015-11-04T00:58:36","modified_gmt":"2015-11-04T00:58:36","slug":"finf-php-spam-script","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2015\/11\/04\/finf-php-spam-script\/","title":{"rendered":"Find php spam script for cpanel\/exim server"},"content":{"rendered":"<p>Edit php.ini and search for \u201cmail.log\u201d, check whether this option is enabled or not, if not uncomment it and specify log file name.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# nano \/usr\/local\/lib\/php.ini\nmail.log = \/var\/log\/phpmail.log\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# touch \/var\/log\/phpmail.log\n\n<\/pre>\n<p>File must be writable or owned by apache user.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# chmod 666 \/var\/log\/phpmail.log\n# chown apache.apache \/var\/log\/phpmail.log\n\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# service httpd restart\n\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# tail -f \/var\/log\/phpmail.log\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Edit php.ini and search for \u201cmail.log\u201d, check whether this option is enabled or not, if not uncomment it and specify log file name. # nano \/usr\/local\/lib\/php.ini mail.log = \/var\/log\/phpmail.log # touch \/var\/log\/phpmail.log File must be writable or owned by apache user. # chmod 666 \/var\/log\/phpmail.log # chown apache.apache \/var\/log\/phpmail.log # service httpd restart # tail &#8230; <a title=\"Find php spam script for cpanel\/exim server\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2015\/11\/04\/finf-php-spam-script\/\" aria-label=\"Read more about Find php spam script for cpanel\/exim server\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-2798","post","type-post","status-publish","format-standard","hentry","category-administration"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2798","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=2798"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2798\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=2798"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=2798"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=2798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}