Recent Posts

Pages: 1 ... 8 9 [10]
91
E-Mail / Re: SpamHause x SpamAssassin
« Last post by overseer on May 01, 2025, 05:13:20 PM »
SpamAssassin is a locally-run spam filter that processes, scores, and can act (tag, move to another mailbox, delete) on incoming mail.

Spamhaus is a remote, cloud run RBL (real-time blacklist) that you can integrate in your mail delivery chain (SMTP server). Spamhaus requires a free API key to use it, so you must sign up for an account from them.

I use both in my servers since each serves an important part of the anti-UCE battle. (On another dedicated mail server, I employ ASSP -- Anti-Spam SMTP Proxy and it blocks 75% of incoming non-local mail; highly effective!)
92
Free community support is available here in the forum. Usually you can resolve a problem with the help here in 1/2 a day.

Yes it is. Great.  :)
93
E-Mail / Re: Stop forwarding SPAM emails
« Last post by lhpsobral on May 01, 2025, 02:07:24 PM »
- Ensure SpamAssassin is enabled, and set it to drop spam or send to spambox (do not use "deliver to inbox"). At a minimum, use "drop high scoring spam".

Any Guidance on how to set these in CWP?

Yes - https://wiki.centos-webpanel.com/how-to-configure-spamassassin
94
E-Mail / SpamHause x SpamAssassin
« Last post by lhpsobral on May 01, 2025, 02:06:26 PM »
Hello, there is SpamHause and SpamAssassin, there is a difference between the two, cwp accepts both installations... If anyone has information, I would like to understand. Is there SpamHause and is it spamhaus?


 ;D ;D
95
Free community support is available here in the forum. Usually you can resolve a problem with the help here in 1/2 a day.
96
The Control Web Panel is an excellent panel for me. But the support is really lacking.  :'(
97
Information / Re: linode installation
« Last post by overseer on May 01, 2025, 12:31:17 PM »
AlmaLinux 8 or 9 is recommended for a new production server (8 if you need CWP->CWP migration). Starburst has an updated installer script for 8 with MariaDB:
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-install-tutorials/updated-cwp-installer-script-for-almalinux-8-with-mariadb-10-6/
98
Information / linode installation
« Last post by srisree on May 01, 2025, 05:00:37 AM »
hello

previously through community stack script i have installed CWP in linode.
at present Stack script not available at community stack scripts.

though this forum i have seen many posts regarding operating system in nodes.

which is best and stable for cwp? and how to install ? is there any support page to follow?

please guide me


regards



99
E-Mail / Re: Email upload not working
« Last post by lhpsobral on April 30, 2025, 07:07:38 PM »
Thank you all, but I installed wp and everything is fine now. There must have been some error in the installation. I use cwp pro
100
CentOS-WebPanel Bugs / Re: BUG: DNS Zone SPF (user account)
« Last post by overseer on April 30, 2025, 01:06:58 PM »
When entering your TXT record for SPF, make sure it is in quotes to preserve special characters:
Code: [Select]
@ 14400 IN TXT "v=spf1 +a +mx +ip4:100.100.100.100 ~all"You may need to manually clean up the malformed zone records and get rid of these errant characters and then restart BIND:
Code: [Select]
nano /var/named/yourdomain.com.db
service named restart
Pages: 1 ... 8 9 [10]