Recent Posts

Pages: [1] 2 3 ... 10
1
E-Mail / Re: Postfix, SpamAssassin, or something else
« Last post by overseer on Today at 02:20:15 PM »
That message too is from LeaseWeb. Are they "bullet proof hosting" providers, or sympathetic to spammers? Report to their abuse system. This message uses a Polish hostname, and .pl is on many short lists of most spammy/hacky countries. You could block it if you had no need for Polish traffic on your server.
2
How to / Re: Installing ARC on ALMA 8/9
« Last post by overseer on Today at 02:15:26 PM »
I've been using RBLmon, likewise a free tier:
https://rblmon.com
3
How to / Re: Installing ARC on ALMA 8/9
« Last post by Starburst on Today at 02:11:14 PM »
You still always want to monitor you IP's.

Check out HetrixTools (I am not associated wit them them), they have a Free level to monitor RBL's
4
Mod_Security / OWASP CRS v4.16.0 Released on 2025-06-29
« Last post by Starburst on Today at 02:09:06 PM »
Just a quick FYI.

OWASP CRS released a new ruleset (4.16.0) on 2025-06-29
5
E-Mail / Re: Postfix, SpamAssassin, or something else
« Last post by Thorth on Today at 06:46:20 AM »
I'll post some other example from yesterday, i don't understand why is not rejected.

Quote
Received: from SERVERHOSTNAME
    by SERVERHOSTNAME with LMTP
    id eC6yH1GmYmiA1TEAl/FcBg
    (envelope-from <ukqewbp@wolkingers.mielec.pl>)
    for <EMAIL@MYDOMAIN>; Mon, 30 Jun 2025 17:59:29 +0300
Received: SERVERHOSTNAME (Postfix, from userid 65534)
    id 80186400009F; Mon, 30 Jun 2025 17:59:29 +0300 (EEST)
Received: from 561.028.xn--p1acf (561.028.xn--p1acf [178.162.131.126])
    (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
    key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
    (No client certificate requested)
    by SERVERHOSTNAME (Postfix) with ESMTPS id 5F5F04006D1F
    for <EMAIL@MYDOMAIN>; Mon, 30 Jun 2025 17:58:21 +0300 (EEST)
From: Akusoli Insoles <ukqewbp@wolkingers.mielec.pl>
To: <adrian.serbanica@cez.ro>

i have another server with centos webpanel but on CentOS7 not Alma Linux, and i don't get this emails there there are filtered correctly.

I monitored spam assassin and he filter and reject, but not all the messages.

I think is smt diff. on spam assassin, i look on "Status" on first for spamassassin service and the result is diff (between AlmaLinux & CentOS 7)
7
How to / Re: [Howto] Install Rspamd
« Last post by Netino on Today at 01:28:46 AM »
@overseer,

You are right, sorry for the typo.
Unfortunately, this forum doesn't let to edit that post anymore.
Thanks anyway for the correction.
8
How to / Re: Installing ARC on ALMA 8/9
« Last post by 6Sense on June 30, 2025, 11:43:54 PM »
Thanks mate, you're a gem! @Starburst

I now have ARC headers & hopefully never again have to explain to clients why their forwarded emails are bouncing  :)
9
How to / Re: [Tutorial] How to Change the IP Address of Server?
« Last post by Starburst on June 30, 2025, 12:54:46 PM »
Not really.

The easiest way is have your rDNS/PTR set already at your host.

Change the IP for CWP in the support section.

The log into your server, and manually change the base IP, if you only have 1 IP you are changing.

Reboot the server, CWP will see the change.

You then can goto CWP Settings -> Edit Settings, and confirm your new IP is listed as the Shared IP.
It will pull that IP the same as the Base IP.
Click Save Changes, and the IP should propagate to all accounts.

Changing an IP isn't easy.
10
How to / Re: Installing ARC on ALMA 8/9
« Last post by Starburst on June 30, 2025, 12:42:10 PM »
Info is at:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/dkim-not-working-on-almalinux-9-with-cwp/

Those 4 lines go at the end of main.cf, IF they are not there already.

And while you have main.cf open, you need to add the line
UNDER (# rules restrictions), under smtpd_helo_required = yes ADD:
Code: [Select]
smtp_helo_name = $myhostname
And then restart postfix:
Code: [Select]
systemctl restart postfix
Let me know if you have any questions.
Pages: [1] 2 3 ... 10