OpenEFA v1.6.2 Released
Re: OpenEFA v1.6.2 Released
Hi, I have just been looking at the postfix configuration and was wondering about the notify_classes setting. In OpenEFA v1.6.2 notify_classes have been set to bounce, 2bounce, delay, policy, protocol, resource, software. I normally just use resource, software any particular reason for adding bounce, 2bounce, delay, policy, protocol?
/Jørgen
/Jørgen
-
Woger
- Posts: 28
- Joined: Wed Oct 08, 2025 12:15 pm
- Location: Wouw (NL)
- Has thanked: 6 times
- Been thanked: 2 times
Re: OpenEFA v1.6.2 Released
I can confirm this behaviour. I am using an old domainname which is receiving a lot of spam, but also mail from google, Instagram etc. For some reason these are in Dutch and all are tagged as spam because of the Language score of 20. Polish language has not Language score. I also see a lot of DKIM failures on trustible mails from f.e. Google and Booking.com. Also High DNS scores from f.e. Instagram.mihab wrote: Tue Dec 16, 2025 2:49 pm Hi
We're testing OpenEFA 1.6.2. After trying some emails we found out that all emails send from legit domain are quarantined with spam score 20+
Looking under "Spam Score Breakdown" is shows
Language Score 20.0 (sometimes more) High Risk
Inside e-mail there is only a test message like below. We're using Slovenian characters like ščž can the be problem ? It only has one 'special' character. We're still using EFA v5 but never had this issues ?
'content_summary': 'Hi! Test brez priponke... Lp, Dušan',
'detected_language': 'en',
'disposition': 'quarantined',
'full_text_content': 'Hi!\n\nTest brez priponke...\n\nLp, Dušan\n',
Regards,
I guess it's a matter of learning the system, but I guess starting with a low number is a better solution. It's better to have some spam and lower that by learning, than have a lot of ham blocked and work from there.
Re: OpenEFA v1.6.2 Released
My post from yesterday is not showing up anymore??? (Only partly in my user profile)
I installed 1.6.2 on a new server and have setup two domains. The second domain was not listed in postfix / transport / virtual.
As requested I had added the second domain to "hosted_domains" in app.py
White or blacklisting adding a global rule has not worked, the error message was behind the mask ...
A quick test to send a message manually through telnet was not successful as 550 relay denied was the result, regardless which sender domain was used.
Question: Is <ip address>:5500 still applicable or gone?
I miss a place where I can setup via CLI my specific needs, or consistent documentation.
Where can I manage quarantine settings, like number of days to be kept?
On my install there are the file permissions set to 640 instead 644 as mentioned in post viewtopic.php?p=186#p186
There was no fix requested or done.
-
Woger
- Posts: 28
- Joined: Wed Oct 08, 2025 12:15 pm
- Location: Wouw (NL)
- Has thanked: 6 times
- Been thanked: 2 times
Re: OpenEFA v1.6.2 Released
I had the same problem. In "my account" it shows up, but not in the forum. This morning is was back again.ajmind wrote: Wed Dec 17, 2025 1:06 pm My post from yesterday is not showing up anymore??? (Only partly in my user profile)
Re: OpenEFA v1.6.2 Released
Further observations, when trying to use the "send digest now" I get the following error in the GUI "Error: [Errno 2] No such file or directory: '/opt/spacyserver/config/digest_config.json'" and the file is indeed missing.
When I try to whitelist an email address, it seems that the whitelist is only for the first of my domains (alphabetically) not the one that the whitelisted email is addressed to. Have I missed something there.
I am missing an option to view and edit whitelisted email addresses that has been added from the "All Emails" "Whitelist Sender" function and preferable per domain. They cannot be seen or edited in the "Whitelist Managment" as expected.
In the "Rules Management" I try to edit a Whitelist rule, when I try to apply it as a "Global Rule" for all domains I get the following. Error: 1048 (23000): Column 'client_domain_id' cannot be null
I have some local services on the OpenEFA server that generates local emails that need to be sent to the downstream mail server. I have therefore added the following to the master.conf postfix file, so that locally generated emails are bypassed.
pickup unix n - y 60 1 pickup
-o content_filter=
/Jørgen
When I try to whitelist an email address, it seems that the whitelist is only for the first of my domains (alphabetically) not the one that the whitelisted email is addressed to. Have I missed something there.
I am missing an option to view and edit whitelisted email addresses that has been added from the "All Emails" "Whitelist Sender" function and preferable per domain. They cannot be seen or edited in the "Whitelist Managment" as expected.
In the "Rules Management" I try to edit a Whitelist rule, when I try to apply it as a "Global Rule" for all domains I get the following. Error: 1048 (23000): Column 'client_domain_id' cannot be null
I have some local services on the OpenEFA server that generates local emails that need to be sent to the downstream mail server. I have therefore added the following to the master.conf postfix file, so that locally generated emails are bypassed.
pickup unix n - y 60 1 pickup
-o content_filter=
/Jørgen