Search found 18 matches
- 17 Sep 2024, 01:46
- Forum: General Discussion (csf)
- Topic: CSF/LFD Very Slow with Alma, Repeated Error Messages
- Replies: 10
- Views: 10929
Re: CSF/LFD Very Slow with Alma, Repeated Error Messages
Posting for anyone who might be frustrated by this, by this I mean the errors, and this may not be the fix for everyone but this was the cause of my issues which IMO were not fixable through csf and/or syslog and similar for good reason. This is so seemingly obvious right now, but after the alma ele...
- 16 Sep 2024, 17:27
- Forum: General Discussion (csf)
- Topic: CSF/LFD Very Slow with Alma, Repeated Error Messages
- Replies: 10
- Views: 10929
Re: CSF/LFD Very Slow with Alma, Repeated Error Messages
Separately, if you're using cc_allow_filter, it can dramatically slow down the csf/lfd restarts, I have some servers that take 30 minutes to restart csf when using these filters. I would disable that while testing if it is being used, if not disregard.
- 16 Sep 2024, 17:20
- Forum: General Discussion (csf)
- Topic: CSF/LFD Very Slow with Alma, Repeated Error Messages
- Replies: 10
- Views: 10929
Re: CSF/LFD Very Slow with Alma, Repeated Error Messages
Same here with an upgrade from CentOS7. I have not found a solution, reverting is not an option on this server. I've been scouring threads and also did a diff comparison from a working server running alma which was also an upgrade and there's no difference in csf.conf between these 2 servers for me....
- 20 Jan 2022, 21:01
- Forum: General Discussion (cmm)
- Topic: Message contents empty
- Replies: 0
- Views: 4838
Message contents empty
I have no clue why this is happening, but some emails are basically empty in the mail manage interface. After the headers, there is just a "message not found in Quarantine" message and no other content, attachments, or actions are available. This only happens on seemingly random messages. ...
- 01 Feb 2021, 19:54
- Forum: MailScanner
- Topic: False RBL Blocks
- Replies: 1
- Views: 3136
Re: False RBL Blocks
Edit, looks like it was related to a genius move by spamcop letting their domain expire.
https://forums.cpanel.net/threads/spamc ... ed.685309/
https://forums.cpanel.net/threads/spamc ... ed.685309/
- 01 Feb 2021, 19:21
- Forum: MailScanner
- Topic: False RBL Blocks
- Replies: 1
- Views: 3136
False RBL Blocks
Just started this morning, getting a ton of false positive RBL rejects. For example, one entry: 2021-02-01 13:11:58 H=shvf21.jpmchase.com [159.53.49.230]:53368 X=TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256 CV=no F=<no-reply@alertsp.chase.com> rejected RCPT <REDACTED>: "JunkMail rejected - shvf21.jpm...
- 07 Dec 2016, 21:27
- Forum: General Discussion (csf)
- Topic: CSF firewall blocking me all the time.
- Replies: 2
- Views: 3261
Re: CSF firewall blocking me all the time.
Just so you know a /16 IP block consists of over 65,000 ip addresses. It's an extraordinarily bad idea to whitelist such a large chunk of the IP space.
The range of IP's your whitelisting is: 58.253.0.0 - 58.253.255.254 which is 65,534 total IP's.
The range of IP's your whitelisting is: 58.253.0.0 - 58.253.255.254 which is 65,534 total IP's.
- 07 Dec 2016, 21:12
- Forum: General Discussion (csf)
- Topic: cPanel 60.0.* and LOCALRELAY alerts
- Replies: 2
- Views: 3731
Re: cPanel 60.0.* and LOCALRELAY alerts
So we put in a ticket and in our case the localrelay alerts were related to cron script. Specifically the cron scrips weren't sending emails but weren't fully suppressing output either. Basically had: /path/to/script > /dev/null & Apparently in pre-CentOS 7 these are causing CSF LOCALRELAY alert...
- 06 Dec 2016, 14:48
- Forum: General Discussion (csf)
- Topic: cPanel 60.0.* and LOCALRELAY alerts
- Replies: 2
- Views: 3731
Re: cPanel 60.0.* and LOCALRELAY alerts
Same thing on our cpanel servers, running centos 6.8. The scripts being reported in my situation do not use localrelay, Many of them don't even send mail at all, but they all do use imap functions to check mailboxes and all are run silently using cron. Are the ones you're seeing run from cron or are...
- 21 Jun 2016, 21:52
- Forum: General Discussion (csf)
- Topic: CSF Alert, How to Change Hostname in Email and Sender Address
- Replies: 5
- Views: 7037
Re: CSF Alert, How to Change Hostname in Email and Sender Address
Ok, I think I got it. Even though the hostname was showing correctly using the: hostname command, I went ahead and issues a hostnamectl set-hostname mysubdomain.mydomain.com command. After restarting LFD, it seems to be working now.