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-
Apologies for not being too clear. That's true, those configuration options would work. But it's generally accepted to leave those options enabled. I agree with the reasons for leaving them enab...
-
I'm not exactly clear on what you are doing. You have forwarders set up... where are those forwarders sending mail? To an email account on the same web hosting account? Or to an external email a...
-
How old are those tutorials you are reading? I don't think mod_log_sql has been an active project since the mid 2000's
-
The cPanel folks really need to chime in on this. But I will add - cPanel 72 and cPanel 74 are end-of-life. They don't get updates any more. It's the nature of the business. Developers can't ke...
-
You won't be able to create the foobaruser2 user. You'll get an error saying that the first 8 characters aren't unique on the system. ... This all really begs the question.... what's the point o...
-
It's a little hard to read through these headers. This message appears to be passing through a lot of different servers (or maybe daemons within the same physical server). The more "stuff" a mess...
-
Unfortunately, this is the way PHP-FPM works. It's not the same as PHP as CGI (suphp). When your webserver requests a PHP script, it gets passed along to a PHP-FPM server (pool... socket). That ...
-
Do mail servers do some form of handshake to say "hey, I'm a server" No, they do not. Your only solution is to require SMTP authentication for relaying mail (sending mail from the server to domain...
-
If you really want to accomplish this, simply create a hook that creates an empty /home/%user%/.spamassassinboxenable file when a new account is created.
-
What's best by default is in the eye of the beholder. Educating people on what their options are is always the best position (at least in my opinion). But educating is a lot of work... you had to...