Search found 1050 matches

by Sergio
24 May 2024, 19:40
Forum: General Discussion (csf)
Topic: getting repeated suspicious file emails even though file was removed
Replies: 1
Views: 27

Re: getting repeated suspicious file emails even though file was removed

Do you have ImunifyAV installed in your server? If you don't, I recommend you to install it and run an scan. ImunifyAV has two versions, you can use the free one to check your server, that will show you if there is bad code in your server. If ImunifyAV encounters a file with bad code, you can use Co...
by Sergio
24 May 2024, 19:31
Forum: General Discussion (csf)
Topic: is csf.allow mandatory ?
Replies: 1
Views: 33

Re: is csf.allow mandatory ?

Have you checked that your IP is not in a black list?
Check it at the following sites:
https://mxtoolbox.com/blacklists.aspx
https://talosintelligence.com/reputation_center
https://www.abuseipdb.com/

Sergio
by Sergio
08 May 2024, 12:55
Forum: Report Bugs (cmq)
Topic: Emails on QUEUE not deleted after the limit set.
Replies: 2
Views: 686

Re: Emails on QUEUE not deleted after the limit set.

FIXED, Thank you!!

On ConfigServer MailScanner Front-End, there is the option "Force REQUEUE" an it does the clean up of emails.
by Sergio
01 May 2024, 21:19
Forum: Report Bugs (cmq)
Topic: Emails on QUEUE not deleted after the limit set.
Replies: 2
Views: 686

Re: Emails on QUEUE not deleted after the limit set.

ADDENDUM: Something weird is happening with CMQ, it is reporting that an email has not being sent in 12 days, but when I go to its corresponding /var/spool/exim/input/ directory, the email is not there any more, meaning that email indeed has been deleted but for some reason CMQ is stil reporting tha...
by Sergio
30 Apr 2024, 13:37
Forum: Report Bugs (cmq)
Topic: Emails on QUEUE not deleted after the limit set.
Replies: 2
Views: 686

Emails on QUEUE not deleted after the limit set.

Hi. cmq: v3.04 has an issue regarding the auto delete emails after the days set. In my CMQ I have set to delete all emails that are 4 days old but since a week ago in the QUEUE remains emails that are 10 days old and I have to delete them manually. The strange thing is that even that I deleted the e...
by Sergio
29 Apr 2024, 13:55
Forum: MailScanner Front-End
Topic: How to ban emails with nothing on subject?
Replies: 0
Views: 1235

How to ban emails with nothing on subject?

Hi, Sarah.
Is there an option in MailScanner that could block emails that comes with nothing on the subject?

Regards,
Sergio
by Sergio
25 Apr 2024, 04:17
Forum: General Discussion (cxs)
Topic: ModSecurity: Request body no files data length is larger than the configured limit (1048576).
Replies: 1
Views: 1977

Re: ModSecurity: Request body no files data length is larger than the configured limit (1048576).

If you have the ModSecurity Rule ID, you can add that ID at ModSecurity rule ID list in ConfigServer ModSecurity Control.

Sergio
by Sergio
15 Apr 2024, 02:54
Forum: MailScanner Front-End
Topic: Blacklisted domain
Replies: 1
Views: 3576

Re: Blacklisted domain

Yes, you can easily block domains using WHM option:
Filter Incoming Emails by Domain

In there write:
*.from-dc.com
*.from-in.com
*.from-ky.com
*.from-mn.com
*.from-nv.com
from-pa.com
from-vt.com

That wil block any email that uses that domains.

Sergio
by Sergio
04 Apr 2024, 02:55
Forum: Suggestions (csf)
Topic: Feature Request: Conditional SSH Login Alert for Non-Whitelisted IPs
Replies: 1
Views: 7886

Re: Feature Request: Conditional SSH Login Alert for Non-Whitelisted IPs

You can implement your own script to do that and a lot of other things; in your CSF check for the following: Block Reporting. lfd can run an external script when it performs and (sic) IP address block following for example a login failure. The following setting is to the full path of the external sc...