Search found 1585 matches
- 12 May 2023 15:51
- Forum: How-to
- Topic: efa mail not filtering just one account
- Replies: 8
- Views: 9200
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: 3995
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: 8484
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 ...
Any spam that gets delivered and is not scored properly can use used to train the bayesian filter.
- disable the use of the RBL ...
- 10 May 2023 12:57
- Forum: How-to
- Topic: Mailscanner RBL check SPAM Flag
- Replies: 12
- Views: 8484
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 ...
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 ...
- 10 May 2023 12:51
- Forum: How-to
- Topic: 5.7.1 Message Blacklisted
- Replies: 5
- Views: 3995
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: 8484
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: 8484
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 ...
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 ...
- 08 May 2023 05:34
- Forum: Introduction
- Topic: hello from Havana Cuba
- Replies: 1
- Views: 15671
Re: hello from Havana Cuba
Welcome!
Re: SORBS
Can you show me the spamassassin rule hit you are getting that causes the emails to be flagged as spam?
In my installation, I have two rules containing the string SORBS and they are
1/ RCVD_IN_SORBS_DUL
2/ RCVD_IN_SORBS_WEB
In my installation, I have two rules containing the string SORBS and they are
1/ RCVD_IN_SORBS_DUL
2/ RCVD_IN_SORBS_WEB
- 20 Apr 2023 09:56
- Forum: Discussion
- Topic: not sure if this is Bug as none has reported similar
- Replies: 3
- Views: 6160
Re: not sure if this is Bug as none has reported similar
Letsencrypt will leave log files telling you what went wrong. Find them, and you will find your answer.
- 11 Nov 2022 09:07
- Forum: 4.x Bugs
- Topic: Emails that are retained for containing .dat files
- Replies: 11
- Views: 35880
Re: Emails that are retained for containing .dat files
[user@efa4 MailScanner]# grep "No programs allowed" *.conf
archives.filetype.rules.conf:#deny executable No executables No programs allowed
archives.filetype.rules.conf:#deny ELF No executables No programs allowed
filetype.rules.conf:#deny executable No executables No programs allowed
filetype ...
archives.filetype.rules.conf:#deny executable No executables No programs allowed
archives.filetype.rules.conf:#deny ELF No executables No programs allowed
filetype.rules.conf:#deny executable No executables No programs allowed
filetype ...
- 11 Nov 2022 09:02
- Forum: 4.x Bugs
- Topic: Emails that are retained for containing .dat files
- Replies: 11
- Views: 35880
Re: Emails that are retained for containing .dat files
Sorry for the delay in getting back to you.
The messages you sent me passed into my system without any trouble at all and I cannot yet figure out why you can't get the messages but I can.
The messages you sent me passed into my system without any trouble at all and I cannot yet figure out why you can't get the messages but I can.
- 10 Nov 2022 08:11
- Forum: 4.x Bugs
- Topic: User has a potentially spammy TLD in their email
- Replies: 1
- Views: 3154
Re: User has a potentially spammy TLD in their email
You need to provide the spamassassin headers so we can work out why this message is being marked as spam.
- 18 Oct 2022 11:03
- Forum: How-to
- Topic: Corrupt Bayes Table
- Replies: 5
- Views: 4283
Re: Corrupt Bayes Table
Looks like this will do the trick: https://github.com/E-F-A/v4/blob/master/rpmbuild/SOURCES/eFa-base-4.0.0/mariadb/bayes_mysql.sql
CREATE TABLE bayes_token (
id int(11) NOT NULL default '0',
token binary(5) NOT NULL default '',
spam_count int(11) NOT NULL default '0',
ham_count int(11) NOT ...
CREATE TABLE bayes_token (
id int(11) NOT NULL default '0',
token binary(5) NOT NULL default '',
spam_count int(11) NOT NULL default '0',
ham_count int(11) NOT ...
- 18 Oct 2022 10:55
- Forum: How-to
- Topic: transport to multiple exchange server (DAG)
- Replies: 9
- Views: 12838
Re: transport to multiple exchange server (DAG)
If the document says 1 domain per line, then that's that.
Until the configuration UI is changed to support multiple IPs per domain in the transport file, you'll have to maintain it by hand.
Until the configuration UI is changed to support multiple IPs per domain in the transport file, you'll have to maintain it by hand.
- 18 Oct 2022 04:42
- Forum: How-to
- Topic: transport to multiple exchange server (DAG)
- Replies: 9
- Views: 12838
Re: transport to multiple exchange server (DAG)
Just a wild guess, but would this work in your transport file instead?
The proper solution is to allow the efa configuration to support multiple destinations correctly. That should be an enhancement request for Shawn.
Code: Select all
comet.it smtp:[10.1.1.126]
comet.it smtp:[10.1.1.151]
- 18 Oct 2022 04:41
- Forum: How-to
- Topic: Corrupt Bayes Table
- Replies: 5
- Views: 4283
Re: Corrupt Bayes Table
Sorry for the delay.
Can you tell me what your host OS is, what database you are using and what version of EFA you are running?
I'll need to find the correct SQL creation command from the installer as I don't want to guess and give you the wrong command.
Can you tell me what your host OS is, what database you are using and what version of EFA you are running?
I'll need to find the correct SQL creation command from the installer as I don't want to guess and give you the wrong command.
- 11 Oct 2022 07:11
- Forum: How-to
- Topic: Corrupt Bayes Table
- Replies: 5
- Views: 4283
Re: Corrupt Bayes Table
Do you have a backup?
If not, then you will need to recreate the related tables, make sure they are in innodb format and then repopulate the tables by retraining your bayes filter with known spam.
Good luck!
If not, then you will need to recreate the related tables, make sure they are in innodb format and then repopulate the tables by retraining your bayes filter with known spam.
Good luck!
- 06 Oct 2022 10:52
- Forum: Discussion
- Topic: MariaDB - covert MyISAM engine to InnoDB
- Replies: 1
- Views: 4184
Re: MariaDB - covert MyISAM engine to InnoDB
Feel free to convert it to InnoDB. It will do no harm.
- 06 Oct 2022 10:41
- Forum: How-to
- Topic: Configuring SendGrid as a smarthost
- Replies: 1
- Views: 2409
Re: Configuring SendGrid as a smarthost
Any luck setting it up?
It should be just as those instructions describe.
It should be just as those instructions describe.
- 06 Oct 2022 10:34
- Forum: How-to
- Topic: Increase spam assassin score for gmail
- Replies: 7
- Views: 9681
Re: Increase spam assassin score for gmail
You'll need to post some headers of messages where the rules were not applied.
I added the following rules into /etc/mail/spamassassin/local.cf
header ZZ_GMAIL_TEST From =~ /\@gmail\.com/i
score ZZ_GMAIL_TEST -0.01
describe ZZ_GMAIL_TEST gmail scoring test using local.cf
I don't know if it ...
I added the following rules into /etc/mail/spamassassin/local.cf
header ZZ_GMAIL_TEST From =~ /\@gmail\.com/i
score ZZ_GMAIL_TEST -0.01
describe ZZ_GMAIL_TEST gmail scoring test using local.cf
I don't know if it ...
- 01 Sep 2022 08:21
- Forum: How-to
- Topic: Whitelisted IP still rejected
- Replies: 8
- Views: 17836
Re: Whitelisted IP still rejected
AITCS wrote: 30 Aug 2022 11:45It took about 4 months for someone to realise the regex was malformed, so I don't think they're losing anything valuable at this stage.

- 30 Aug 2022 08:36
- Forum: How-to
- Topic: Whitelisted IP still rejected
- Replies: 8
- Views: 17836
Re: Whitelisted IP still rejected
Good to hear you found a solution.
Another way to have handled it would have been to add a .biz handling rule to the spamassassin local.cf to give .biz domains a bump up in spam score.
That way if a message really did come through that was legitimate, you could train the system to recognize it ...
Another way to have handled it would have been to add a .biz handling rule to the spamassassin local.cf to give .biz domains a bump up in spam score.
That way if a message really did come through that was legitimate, you could train the system to recognize it ...
- 25 Aug 2022 06:42
- Forum: How-to
- Topic: How to Configure DKIM | Multiple Domains
- Replies: 13
- Views: 15148
Re: How to Configure DKIM | Multiple Domains
I think it's time for me to add another domain into the dkim pool. I'll let you know if your notes are better than my half arsed, hodgepodge collection of notes and half remembered things.
- 25 Aug 2022 06:40
- Forum: 4.x Bugs
- Topic: after update EFA emails arrive deferred
- Replies: 3
- Views: 3354
Re: after update EFA emails arrive deferred
Weird.
Thanks for letting us know the fix. It'll be useful in case it ever happens to someone else.
Thanks for letting us know the fix. It'll be useful in case it ever happens to someone else.