Did you try a google search for this error?
This is the first result I found:
https://bugzilla.redhat.com/show_bug.cgi?id=2070441
Is your system under load? Are you receiving a lot of requests and your system is running out of resources? (system handles, etc)
Search found 1527 matches
- 29 May 2023 05:27
- Forum: How-to
- Topic: opendkim problem
- Replies: 1
- Views: 10
- 29 May 2023 05:25
- Forum: How-to
- Topic: How To Mass Import Whitelists and Blacklists
- Replies: 10
- Views: 39720
Re: How To Mass Import Whitelists and Blacklists
What were you doing when this error occured? The error seems self explanatory - it is saying that EFA is trying to insert xyz@gmail.com into the whitelist table that already has that address in table. The CREATE TABLE `whitelist` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `to_address` longt...
- 24 May 2023 11:41
- Forum: How-to
- Topic: MailScanner: No programs allowed
- Replies: 1
- Views: 61
Re: MailScanner: No programs allowed
1/ Are you 100% sure they are docx files? Because docx are not executable and shouldn't be detectable as executable files. Run the following command on your EFA box and report back the results grep -ir "No programs allowed" /etc/MailScanner/ 2/ What do you mean by "removing signatures...
- 20 May 2023 10:47
- Forum: How-to
- Topic: efa mail not filtering just one account
- Replies: 8
- Views: 227
Re: efa mail not filtering just one account
Example: b@b.com, c@c.com, d@d.com addresses send us e-mails. My email address is a@a.com. No email from me should be filtered, but all other emails from a.com should be filtered. Solution: From: default To: a@a.com List: allowlist Action: Add Screenshot 2023-05-20 at 18.44 1.png Screenshot 2023-05...
- 19 May 2023 05:53
- Forum: How-to
- Topic: efa mail not filtering just one account
- Replies: 8
- Views: 227
Re: efa mail not filtering just one account
and a.com is the domain behind your efa box? In otherwords, you want all mail to a@a.com that passes through your efa box to skip the spam checks and just deliver the mail, correct? If so, I do not know how to do that at this time. I'll have a look around and see if there is a way to bypass all spam...
- 17 May 2023 11:01
- Forum: How-to
- Topic: efa mail not filtering just one account
- Replies: 8
- Views: 227
Re: efa mail not filtering just one account
I guess I don't understand exactly what you are trying to do.
Can you explain it differently? Why would you need to rewrite the "To:" address? What exactly are you trying to do?
Can you explain it differently? Why would you need to rewrite the "To:" address? What exactly are you trying to do?
- 17 May 2023 07:41
- Forum: How-to
- Topic: Bulk domains
- Replies: 3
- Views: 63
Re: Bulk domains
/etc/transport is the file you want to look at.
please see my previous instructions
please see my previous instructions
- 17 May 2023 07:39
- Forum: How-to
- Topic: Mailscanner RBL check SPAM Flag
- Replies: 12
- Views: 245
Re: Mailscanner RBL check SPAM Flag
They are already added in spamassassin.
You can see for yourself with the following command:
You can see for yourself with the following command:
Code: Select all
grep -ri check_.*rbl /var/lib/spamassassin/.
- 17 May 2023 06:38
- Forum: How-to
- Topic: Mailscanner RBL check SPAM Flag
- Replies: 12
- Views: 245
Re: Mailscanner RBL check SPAM Flag
Here are the filters I am using for this report:
- 17 May 2023 06:36
- Forum: How-to
- Topic: Mailscanner RBL check SPAM Flag
- Replies: 12
- Views: 245
Re: Mailscanner RBL check SPAM Flag
Well, that was quick! Have a look at this: Screenshot 2023-05-17 at 14.28.png These are the settings I put in my MailScanner.conf Spam List = BARRACUDA SORBS SPAMHAUS SPAMCOP Spam Lists To Be Spam = 1 Spam Lists To Reach High Score = 2 This spam had a -8 score (non spam) but was found in the SORBS r...
- 17 May 2023 06:14
- Forum: How-to
- Topic: efa mail not filtering just one account
- Replies: 8
- Views: 227
Re: efa mail not filtering just one account
Have you tried whitelisting? [edit] specifically, under "black and white lists", add in the email addressses you want to whitelist From: whitelisted@example.com To: leave this section blank List: select allowlist Action: select Add when you are happy Under the "Allowlist" you sho...
- 17 May 2023 06:11
- Forum: How-to
- Topic: Mailscanner RBL check SPAM Flag
- Replies: 12
- Views: 245
Re: Mailscanner RBL check SPAM Flag
I am not 100% sure if this is correct, but try this: 1/ disable the use of the RBLs in /etc/MailScanner/MailScanner.conf Spam List = 2/ edit /etc/mail/spamassassin/mailscanner.cf and make sure that the following line is commented out so spamassassin will run the rbl checks. # skip_rbl_checks 1 3/ Ma...
- 17 May 2023 05:39
- Forum: How-to
- Topic: 5.7.1 Message Blacklisted
- Replies: 5
- Views: 185
Re: 5.7.1 Message Blacklisted
You seem to be trying really hard to not give me any information. Unfortunately, I am not psychic.
Maybe I'm a bit slow, but you need to post logs/screenshots/details of exactly what you are seeing in order to give me any clues to understand your problem.
Maybe I'm a bit slow, but you need to post logs/screenshots/details of exactly what you are seeing in order to give me any clues to understand your problem.
- 17 May 2023 05:36
- Forum: How-to
- Topic: Bulk domains
- Replies: 3
- Views: 63
Re: Bulk domains
add the first domain and second domain in normally. then edit the /etc/transport file and add in your other domains using the same format as the first two domains. I assume that all domains are going to the same destination mail server? after you have finished editing the files, run the postmap comm...
- 15 May 2023 09:55
- Forum: Feature Requests
- Topic: Different retention times for quarantined and normal email
- Replies: 3
- Views: 206
Re: Different retention times for quarantined and normal email
I understand what you mean now. It would need to be offered as a feature request, through the development site here: https://github.com/MailScanner/v5/issues I just had a quick look and I can see there are two maintenance tasks that control this: /usr/sbin/ms-clean-quarantine which gets its informat...
- 12 May 2023 15:57
- Forum: Feature Requests
- Topic: Different retention times for quarantined and normal email
- Replies: 3
- Views: 206
Re: Different retention times for quarantined and normal email
so how do you imagine this feature would work? Could you explain how it would work.
That said, with the cost of storage being so low, how hard is it to configure a server with 1TB of storage for the mail queue? How much storage do you actually need?
That said, with the cost of storage being so low, how hard is it to configure a server with 1TB of storage for the mail queue? How much storage do you actually need?
- 12 May 2023 15:54
- Forum: Feature Requests
- Topic: MailScanner link warning
- Replies: 1
- Views: 60
Re: MailScanner link warning
You would need to add this as a feature request/enhancement to the mailscanner project.
I think this is the place: https://github.com/MailScanner/v5
I think this is the place: https://github.com/MailScanner/v5
- 12 May 2023 15:51
- Forum: How-to
- Topic: efa mail not filtering just one account
- Replies: 8
- Views: 227
Re: efa mail not filtering just one account
For incoming, or outgoing mail?
- 12 May 2023 15:50
- Forum: How-to
- Topic: 5.7.1 Message Blacklisted
- Replies: 5
- Views: 185
Re: 5.7.1 Message Blacklisted
You're still providing no specific information and no one can help you until you do.
- 12 May 2023 15:49
- Forum: How-to
- Topic: Mailscanner RBL check SPAM Flag
- Replies: 12
- Views: 245
Re: Mailscanner RBL check SPAM Flag
So, if you want to receive the spam, then you need to disable the use of the RBL. Instead, use the RBLs inside spamassassin so they get a score instead of being blocked. Any spam that gets delivered and is not scored properly can use used to train the bayesian filter. - disable the use of the RBL in...
- 10 May 2023 12:57
- Forum: How-to
- Topic: Mailscanner RBL check SPAM Flag
- Replies: 12
- Views: 245
Re: Mailscanner RBL check SPAM Flag
I want it to go to the junk box Can you tell me what you mean by that? EFA will mark a message as one of three things: Not Spam (pass it through) Spam (might be spam, but might not be) High Spam (definitely spam) What your system does with the different types is configurable. On my system, #1 gets ...
- 10 May 2023 12:51
- Forum: How-to
- Topic: 5.7.1 Message Blacklisted
- Replies: 5
- Views: 185
Re: 5.7.1 Message Blacklisted
Not enough information.
Where are you seeing this error? Is it from the sending or receiving side? Can you provide any more information than just that single line?
Where are you seeing this error? Is it from the sending or receiving side? Can you provide any more information than just that single line?
- 10 May 2023 12:48
- Forum: How-to
- Topic: Mailscanner RBL check SPAM Flag
- Replies: 12
- Views: 245
Re: Mailscanner RBL check SPAM Flag
Huh. I didn't realize that option was there in Mailscanner.conf!
Let me investigate further.
Let me investigate further.
- 08 May 2023 05:37
- Forum: How-to
- Topic: Mailscanner RBL check SPAM Flag
- Replies: 12
- Views: 245
Re: Mailscanner RBL check SPAM Flag
Question: How are you using the RBLs? Are you using it at the postfix level? or at the spamassassin level? If it is done by postfix, the mail will immediately be rejected and no message will be received. If it is done by spamassassin, then you will have a record and a spamscore addition added to the...
- 08 May 2023 05:34
- Forum: Introduction
- Topic: hello from Havana Cuba
- Replies: 1
- Views: 261
Re: hello from Havana Cuba
Welcome!