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-
No worries. Bottom line, it would seem that something was changed in the way score values are passed back and forth, and thus how limits are defined.
-
SpamAssassin's DETECTION threshold measures rules in hundreds (0.07) and then comes to a judgement rounded to tenths (0.1) which as you say, is the converted by Exim to an int (7) This should be ...
-
I haven't upgraded anything to cPanel 70 yet. I'll probably spin up a testbed next week to look at things. But it's nerve racking that things like this weren't caught while cPanel 70 was in EDGE ...
-
Exim always read SpamAassin scores as an integer. I was never sure if this was an Exim thing or a SpamAssassin thing. But if you were configuring anything in Exim to read SpamAssassin scores it w...
-
I'd have to wonder what just plain nginx as a web server (no Apache) with PHP-FPM would look like. I would think that would probably provide the best performance at the best price. (Litespeed mig...
-
I would definitely be against cPanel creating some type of "SMTP Authentication Only" account. Because that's just going to confuse users even further. cPanel has enough ambiguous functions as it...
-
Log into your cPanel for something.com - [plain]http://something.com/cpanel[/plain] Click Email Accounts Create a random email account - it doesn't matter what, you're not going to check this ema...
-
There's no correlation whatsoever between sending out mail from an email address and SMTP authentication. These are two completely different processes. SMTP Authentication (i.e. the username and ...
-
For me, it's difficult for me to follow information like this because it's been redacted (which I'm not faulting you for) and I'm just not able to access the system. What email client is the user ...
-
There are some syntax errors in your script - you need to add a "; before the closing } bracket in the else statement. Are you sure that mysub.mydomain.com exists in /etc/localdomains? cat /etc/l...