root@s3:~# cat /opt/spacyserver/config/email_filter_config.json
{
"processed_domains": ["domain1t.net","domain2.com"],
"enable_debug_logging": 1,
"servers": {
"mailguard_host": "178.x.x.194",
"mailguard_port": 26
}
}
OpenEFA Installer v1.x Now Available - Minimal Ubuntu Compatible
-
Carl Brunning
- Posts: 34
- Joined: Wed Oct 08, 2025 8:53 am
- Been thanked: 4 times
Re: OpenEFA Installer v1.x Now Available - Minimal Ubuntu Compatible
mmm not sure
this may be silly, from the the filter are you able to telnet the email server
using the port 26
this may be silly, from the the filter are you able to telnet the email server
using the port 26
-
Woger
- Posts: 29
- Joined: Wed Oct 08, 2025 12:15 pm
- Location: Wouw (NL)
- Has thanked: 6 times
- Been thanked: 4 times
Re: OpenEFA Installer v1.x Now Available - Minimal Ubuntu Compatible
yes:
root@s3:~# telnet 178.x.x.194 26
Trying 178.x.x.194...
Connected to 178.x.x.194.
Escape character is '^]'.
220 mailgateway.domain2.net ESMTP Postfix
If you want to look on the server itself, sent me a pm.
EDIT:
This looks wrong:
Loaded 2 processed domains from database domain2.net -> 178.x.x.194:25 w4r.com -> 178.x.x.194:25
It seems it got those ports from the database and not Transport file or py settings
Edit 2:
I changed the table client_domains - relay_port to 26 (was 25) and now it works. However, the mail is not shown in the dashboard. I however do see headers from the openefa server in the mail.
Edit 3:
I removed line 299 in /opt/spacyserver/services/db_processor.py and now the error "cannot access local variable 're' where it is not associated with a value" is gone and emails are forwarded:
if message_str:
try:
from email import message_from_string
---> # import re
msg = message_from_string(message_str)
However, they don't show up in the dashboard and I got this in the db_processor.log:
2025-10-23 12:10:56,280 - WARNING -
No sender found, using placeholder: 'unknown@unknown.com'
root@s3:~# telnet 178.x.x.194 26
Trying 178.x.x.194...
Connected to 178.x.x.194.
Escape character is '^]'.
220 mailgateway.domain2.net ESMTP Postfix
If you want to look on the server itself, sent me a pm.
EDIT:
This looks wrong:
Loaded 2 processed domains from database domain2.net -> 178.x.x.194:25 w4r.com -> 178.x.x.194:25
It seems it got those ports from the database and not Transport file or py settings
Edit 2:
I changed the table client_domains - relay_port to 26 (was 25) and now it works. However, the mail is not shown in the dashboard. I however do see headers from the openefa server in the mail.
Edit 3:
I removed line 299 in /opt/spacyserver/services/db_processor.py and now the error "cannot access local variable 're' where it is not associated with a value" is gone and emails are forwarded:
if message_str:
try:
from email import message_from_string
---> # import re
msg = message_from_string(message_str)
However, they don't show up in the dashboard and I got this in the db_processor.log:
2025-10-23 12:10:56,280 - WARNING -
-
alexmateescu
- Posts: 4
- Joined: Wed Jan 14, 2026 8:20 am
Re: OpenEFA Installer v1.x Now Available - Minimal Ubuntu Compatible
is the installer not available anymore? Is OpenEFA only available as a paid service now?
-
Carl Brunning
- Posts: 34
- Joined: Wed Oct 08, 2025 8:53 am
- Been thanked: 4 times
Re: OpenEFA Installer v1.x Now Available - Minimal Ubuntu Compatible
fresh install:
curl -sSL http://install.openefa.com/install.sh | sudo bash
as far it i know that the correct installer
curl -sSL http://install.openefa.com/install.sh | sudo bash
as far it i know that the correct installer
-
alexmateescu
- Posts: 4
- Joined: Wed Jan 14, 2026 8:20 am
Re: OpenEFA Installer v1.x Now Available - Minimal Ubuntu Compatible
not working anymore. the installer redirects to the website. no github repository. nothing
-
Carl Brunning
- Posts: 34
- Joined: Wed Oct 08, 2025 8:53 am
- Been thanked: 4 times
Re: OpenEFA Installer v1.x Now Available - Minimal Ubuntu Compatible
mmm the site lost it https cert as well
and it git hub gone
i dont know what happen
i see what going on and get back to you this is not good
and it git hub gone
i dont know what happen
i see what going on and get back to you this is not good
-
alexmateescu
- Posts: 4
- Joined: Wed Jan 14, 2026 8:20 am
Re: OpenEFA Installer v1.x Now Available - Minimal Ubuntu Compatible
I see the site got its certs back yet the installer link still redirects either to the forum or the website.
-
Woger
- Posts: 29
- Joined: Wed Oct 08, 2025 12:15 pm
- Location: Wouw (NL)
- Has thanked: 6 times
- Been thanked: 4 times
Re: OpenEFA Installer v1.x Now Available - Minimal Ubuntu Compatible
Well, it seems we are just being used to test the software. There was supposed to be a community edition and a paid version, but now there is only a paid version. Maybe they are part of the Trump organization
.
However, I already have a Proxmox Mailgateway running, which works very well.
Maybe see you there.
Roger
However, I already have a Proxmox Mailgateway running, which works very well.
Maybe see you there.
Roger
Re: OpenEFA Installer v1.x Now Available - Minimal Ubuntu Compatible
"However, I already have a Proxmox Mailgateway running, which works very well."
We're also thinking of moving from 'old' OpenEFa to Proxmox, since it looks like new OpenEFA will not be used in production environment anymore as a free version.
How was deployment do we need to take any extra care or is it out of the box as OpenEFA ? Any issues what we must be aware of when doing install and afte that ?
Thank you
We're also thinking of moving from 'old' OpenEFa to Proxmox, since it looks like new OpenEFA will not be used in production environment anymore as a free version.
How was deployment do we need to take any extra care or is it out of the box as OpenEFA ? Any issues what we must be aware of when doing install and afte that ?
Thank you