Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - overseer

Pages: 1 ... 3 4 [5] 6 7 ... 101
61
E-Mail / Re: Postfix, SpamAssassin, or something else
« on: June 24, 2025, 10:55:36 AM »
Do you need to support mail from Serbia? Do you need to support Romanian e-mail traffic? Madagascar? You can block any/all of these at the CSF level, or by an RBL within Postfix's config:
Code: [Select]
reject_rbl_client rs.country.spameatingmonkey.net,
reject_rbl_client mg.country.spameatingmonkey.net,
You can also block full TLDs if you so choose (/ etc /postfix/reject_domains):
Code: [Select]
# Rejecting whole TLDs
/\.pro$/        REJECT
/\.cam$/        REJECT
/\.top$/        REJECT
/\.work$/ REJECT
/\.click$/ REJECT
/\.link$/ REJECT
/\.diet$/ REJECT
/\.party$/ REJECT
/\.zip$/        REJECT
/\.date$/ REJECT
/\.club$/ REJECT
/\.rest$/ REJECT
/\.casa$/ REJECT
/\.bar$/        REJECT
/\.sbs$/        REJECT
/\.xyz$/        REJECT
/\.bio$/        REJECT
/\.best$/ REJECT

62
Other / Re: RBL's down
« on: June 24, 2025, 10:46:00 AM »
Gmail really clamped down a few months back -- I see denials from one domain, consistently. Have you enabled ARC headers?

63
CSF Firewall / Re: CSF analyzer
« on: June 24, 2025, 01:23:35 AM »
CSF... are the scf references a mistake instead of csf?
Out of curiosity, why shell code instead of python or perl?

64
Other / Re: RBL's down
« on: June 24, 2025, 01:21:09 AM »
Not seeing a mass outage here...
https://multirbl.valli.org/

PS I haven't used Barracuda since they did the whole E-mail Reg whitelist protection racket:
https://community.spiceworks.com/t/emailreg-org-a-scam-shame-on-you-barracuda/116005

65
Installation / Re: I don't receive a single message from root..??
« on: June 23, 2025, 08:12:39 PM »
Why don't you just set the destination e-mail under CWP Settings > Edit Settings?

66
Apache / Re: Apache auto turn off on AlmaLinux 9.x
« on: June 19, 2025, 07:06:47 PM »
CentOS is now a beta-quality OS. Fedora is alpha-class, CentOS is the beta, RHEL is the release-quality. AlmaLinux has taken the place of CentOS as the stable, server-quality release for an EL-compatible (formerly clone) OS. You will have the best success with AlmaLinux as the foundation for a server.

Does your Vultr VPS have 4GB of memory? I've frequently seen VPS plans have too low of memory and I would say 4GB is bare minimum. 8GB would be a lot more comfortable headroom on a VPS server. 

67
Updates / Re: Roundcube vulnerability
« on: June 19, 2025, 01:52:55 PM »
Yes, saw that a couple of weeks ago. Other updating directions are here, just update the version number from 1.5.8 to 1.5.11 (LTS version):
https://www.alphagnu.com/topic/33-update-cwp-roundcube-mail-version-158-%E2%80%93-control-web-panel/#comment-35

68
CentOS 9 Problems / Re: Disk full
« on: June 18, 2025, 02:58:59 PM »
Very likely log files that aren't being rotated that ballon out of control. Search for large files:
Code: [Select]
find / -type f -size +100MIf you don't need them, truncate them to zero, starting over:
Code: [Select]
truncate -s0 /var/log/somefile.log

69
Information / Re: Weird Ownership conflicts with cli
« on: June 18, 2025, 12:23:42 AM »
Should be username:username, 755 permissions. r00t should not own any public HTML directories.

70
E-Mail / Re: SpamHause x SpamAssassin
« on: June 17, 2025, 09:34:59 PM »
Not really any steps apart from integrated it in your / etc / postfix / main.cf:
Code: [Select]
smtpd_recipient_restrictions =
        #check_policy_service inet:127.0.0.1:10031,
        permit_sasl_authenticated,
        permit_mynetworks,
        check_client_access hash:/etc/postfix/sender_whitelist,
        check_client_access hash:/etc/postfix/sender_blacklist,
        check_client_access hash:/etc/postfix/rbl_override,
        reject_unauth_destination,
        reject_non_fqdn_sender,
        reject_non_fqdn_recipient,
        reject_unknown_recipient_domain,
        reject_rbl_client YOURDQAPIKEYHERE.zen.dq.spamhaus.net=127.0.0.[2..11],
        reject_rbl_client cn.country.spameatingmonkey.net,
        reject_rbl_client kp.country.spameatingmonkey.net,
        reject_rbl_client ng.country.spameatingmonkey.net,
        reject_rbl_client ru.country.spameatingmonkey.net,
        reject_rbl_client tr.country.spameatingmonkey.net

72
Installation / Re: Broken uninstallable packages
« on: June 14, 2025, 05:20:55 PM »
AlmaLinux 8 or 9? Please follow the directions (above) to update MariaDB to the latest LTS stable supported version.

73
Installation / Re: Broken uninstallable packages
« on: June 14, 2025, 04:55:35 PM »
CWP is actively supported and updated, no issues there. EL8 is actively supported and EL9 distributions are in beta support (generally working fine but CWP Migration does not work.

I assume you are running CentOS 7? It is beyond EOL (end of life), so it is not supported and updates are dried up. You will have to change your repositories to the archived "vault" versions:
https://www.alphagnu.com/topic/534-fix-centos-7-repo-due-to-eol-could-not-retrieve-mirrorlist/

Also update MariaDB to a current LTS version:
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/

74
E-Mail / Re: incoming email not getting delivered
« on: June 14, 2025, 02:23:32 PM »
Good, good -- those are basic steps to resolving mail issues. Do you also have a PTR (reverse DNS) record with your host? It is a key that legitimizes your server. Also, ARC is going to become a big sticking point soon.
https://blog.mystrika.com/arc/

75
Updates / Re: CWP Update?
« on: June 13, 2025, 07:10:42 PM »
Starburst is only rolling out new Alma 9 servers, no more EL8-based servers. Only a few tweaks to get started and beware that CWP -> CWP Migration does not work.
And this is an immediate needed fix in order to login as root or anyone:
We are working on resolving this issue, a quick fix is ​​to go to this file
Code: [Select]
nano /etc/login.defs


and comment out the following line

Code: [Select]
SHA_CRYPT_MAX_ROUNDS 5000


to

Code: [Select]
#SHA_CRYPT_MAX_ROUNDS 5000

After this you can change the user's password from the cwp administration panel and you will be able to login.

Pages: 1 ... 3 4 [5] 6 7 ... 101