sparek-3
- Total activity 1538
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 487
Comments
Recent activity by sparek-3-
I'm assuming web.miweb.com is an addon domain? Can you not set up web.miweb.live as an addon domain too? But where it lists the DocumentRoot, just set this to be the same as the DocumentRoot you ...
-
However that will probably means it will no longer pass the SPF and DKIM tests. Well, it depends on what you set your envelope-sender to. If the domain name associated with that envelope-sender h...
-
This has notoriously been a target of discussion. One that I really never bought into. People will tell you to avoid using PHP's mail() function and instead use something like PHPMailer to connec...
-
Nobody ever really wants to talk about the downsides of backups. It takes space to create backups. It takes time to create backups. It takes processing power to create backups. Now, when you n...
-
Is there an SMTP_OUT directive in csf? Or do you mean SMTP_ALLOWUSER? You probably want to look at SMTP_PORTS and what ports are listed there. You may only want port 25 listed there. Since port...
-
Probably a better approach would be to figure out what is cause the high CPU usage of php-fpm. Is it one particular account? Is that account being flooded with PHP requests? Perhaps opcache is m...
-
I really have reservations about what you are doing and how you are doing it. Blindly changing the ownership of files and directory probably isn't a good idea. But to answer your specific questio...
-
Yea, but where are you going to draw the line at? If your WordPress (or whatever CMS or script) gets exploited... then guess what? ... your email passwords shadow file is writeable by that user, a...
-
What?!? You mean as an end-user I have to keep my scripts and plugins up to date? Geez Louise! That's too much work. Why can't I just install WordPress and my elventy billion plugins and ride of...
-
And perhaps some clarity as to what "Common Mail Providers" vs. "Common Domains" - How to Prevent cPanel Users from Creating Certain Domains | cPanel & WHM Documentation - and which is being referr...