I'm using PHP 5.6 via FPM/FastCGI
Posts by Cheatha
-
-
I'd like to monitor mails sent via PHP, which is very easy since PHP 5.3.0: You just have to add mail.log to your php.ini. I'd like to log all sent mails to /var/log/mail_log/$domainname.log but I can't find the right place to add these changes… Where do I have to add mail.log so it will be automatically added to a users php.ini on creation of a domain?
Thanks in advance!
-
Thanks a lot, that solved my problem!
-
I'm using i-MSCP 1.3.1 on Debian Jessie. After logging in via ssh (I don't use the InstantSSH-plugin, it's my own system account) and switching to the root user, I can't write to user directories such as /var/www/virtual/example.com and below. How is this made, why and how can I disable it? I need to migrate a lot of users to the server and it's complicated not work as root…
Thanks in advance!