Page 1 of 1

New Installer is now available for an Ubuntu Install

Posted: Sun Oct 19, 2025 2:26 am
by adrastosefa
We have completed a new installer that come with a list of fixes, feature adds, and security features. Please install and provide feedback. We believe we are ready to start on the installer that can handle both Ubuntu/RH/Centos9 operating systems.
OpenEFA v1.5.0-v1.5.2 Features & Fixes Summary

🛡️ v1.5.1 - CRITICAL SECURITY (2025-10-18)

1. ClamAV Antivirus Integration - Integrated virus scanning into email pipeline; all attachments now scanned before delivery
2. Virus Detection Headers - Added X-Virus-Detected and X-Virus-Names headers
3. Automatic Quarantine - Infected emails automatically quarantined with +20 spam points

---
🐛 v1.5.0 - BUG FIXES & UI (2025-10-18)

4. Spam Headers Database Storage - Fixed critical bug where spam headers weren't being stored in database
5. Duplicate Header Removal - Removed duplicate X-SpaCy-Spam-Score header (kept X-Spam-Score-Total)
6. Thread Analysis Header Fix - Removed misleading "disabled" header when thread analysis was actually running
7. Spam Score Breakdown UI - Added detailed spam score breakdown section to email detail view
8. Email Cleanup Config Card - Added cleanup configuration card to admin dashboard
9. Relay Port Support - Added relay_port column to client_domains table for non-standard SMTP ports
10. System Settings Table - Added system_settings table for centralized configuration

---
🔧 v1.5.2 - INSTALLATION FIX (2025-10-18)

11. Cleanup Script Deployment - Fixed installer not deploying cleanup_expired_emails.py
12. Cron Job Auto-Configuration - Added automatic cron job setup for daily email cleanup (2 AM)
13. Cron Package Dependency - Added cron to core packages (fixes minimal Ubuntu installations)
14. Cleanup Log File - Auto-creates cleanup.log with proper permissions

---
🆕 v1.4.0-v1.5.2 - NEW FEATURES

15. Email Retention System - Automated deletion of emails older than retention period (default: 30 days)

---
Total: 15 features/fixes across 14 files | 3 critical fixes | 2 new features | 10 enhancements

Re: New Installer is now available for an Ubuntu Install

Posted: Sun Oct 19, 2025 11:12 am
by Woger
I installed it without any issue. I tried 2 test messages which both came through. The latest mail got these headers from the openEFA server:
X-Postfix-Recipient: test@xxx.com
X-Original-Auth-SPF: none
X-Original-Auth-DKIM: none
X-Original-Auth-DMARC: none
X-SpaCy-Auth-Results: s3.jxxx.nl; spf=none; dkim=none; dmarc=none
X-SpaCy-Auth-Score: 0.0
X-Auth-Abuse-Score: 0.0
X-Thread-Reply: False
X-Thread-Trust: 0
X-SpaCy-Processed: 2025-10-19T13:03:09.623312
X-Analysis-Modules:
dns, obfuscation, marketing, bec, funding_spam, ner, antivirus
X-NER-Entities: test3 (ORG)
X-Spam-Score-Total: 0.5

However, the mails are not showing up in the webconsole.

Also, I saw you send the testmail after installation from example.com. Example.com however doesn't sent mail, so the testmail is blocked.

EDIT
Hmm.. I am missing the new possibilities you mentioned above like the extra port option. It seems I installed an older version. I used
curl -sSL http://install.openefa.com/install.sh | sudo bash
is that correct?

Re: New Installer is now available for an Ubuntu Install

Posted: Sun Oct 19, 2025 12:08 pm
by Carl Brunning
yes do the command should update to latest

Re: New Installer is now available for an Ubuntu Install

Posted: Sun Oct 19, 2025 1:56 pm
by Woger
How do I know which version I am running? Maybe it's an idea to add it to the dashboard.

Re: New Installer is now available for an Ubuntu Install

Posted: Sun Oct 19, 2025 2:08 pm
by Carl Brunning
sorrry think will can have that in the next version on the gui screen
when you do the install you have the latest at that day right now but it will change later

Re: New Installer is now available for an Ubuntu Install

Posted: Sun Oct 19, 2025 2:12 pm
by Woger
Ok, I'll wait for the next.

Thanks!