Ok,
After last install the dashboard is working again. The testmail is also there. Sending a mail from outside through the openefa server got the mail disappear. Adding :26 after the domains in transport makes received mails bounce. All I get then is a non delivery report which show:
Diagnostic-Code: x-unix;

Notification service not available: No module
named 'notification_service'

Redis libraries loaded

Real
authentication libraries loaded

Loaded 18 trusted domains from
/opt/spacyserver/config/trusted_domains.json

Loaded 2 processed domains
from database domain1.net -> x.x.x.x:25 domain2.com ->
x.x.x.x:25

Loaded relay config: x.x.x.x:26

Redis
queue connected

Module otp_detector loaded

Module entity_extraction
loaded

Module email_dns loaded

Module email_phishing loaded

Module email_sentiment loaded

Module email_language loaded

Module
email_obfuscation loaded

Module marketing_spam_filter loaded with 2
functions DEBUG: Warning: Typosquatting detector not available

Module
bec_detector loaded

Module enhanced_analysis loaded with 3 functions

Module toad_detector loaded

Module pdf_analyzer loaded

Module
html_attachment_analyzer load error: name 'BeautifulSoup' is not defined

Module fraud_funding_detector loaded

Module url_reputation loaded

Module behavioral_baseline loaded

Module rbl_checker loaded

Module antivirus_scanner loaded [13:18:31] === EMAIL FILTER WITH TIMEOUT
HANDLING START ===

Blocking database initialized

GeoIP database
loaded

Redis cache connected WARNING:email_dns:SPF lookup failed for
domain2.com: The DNS response does not contain an answer to the question:
domain2.com. IN TXT WARNING:email_dns:DMARC lookup failed for domain2.com: The DNS
query name does not exist: _dmarc.domain2.com. DNS Analysis: reputation=0,
trusted=True, spoofing=False, spam_score=0.00
INFO:email_sentiment:Sentiment analysis: neutral (polarity: 0.000) DEBUG:
Language detection: en (0.50) via default INFO:toad_detector:TOAD analysis
complete: risk_score=0.0, detected=False INFO:modules.module_access:

DEBUG: Connecting to check modules for domain2.com
INFO:modules.module_access:

DEBUG: Executing query for domain2.com
INFO:modules.module_access:

DEBUG: Found 0 modules for domain2.com: ()
INFO:modules.module_access:

Final modules for domain2.com: {'basic_ner':
True, 'email_storage': True, 'basic_search': True, 'compliance_tracking':
False, 'debt_monitoring': False, 'legal_alerts': False, 'payment_tracking':
False, 'advanced_analytics': False} INFO:antivirus_scanner:Successfully
connected to ClamAV daemon [13:19:03]

Failed to relay to
x.x.x.x:25 for domain2.com: timed out [13:19:03]

Some relay
operations failed PDF analysis libraries not available: No module named
'cv2' HTML analysis libraries not available: No module named 'bs4' Install
with: pip install beautifulsoup4 lxml
So it's still looking for port 25 (I put port 26 at installation). I don't know where this port is configured. DB?
In the logs I still see these errors:
2025-10-22T13:18:31.204862+02:00 s3 mariadbd[32385]: 2025-10-22 13:18:31 123 [Warning] Aborted connection 123 to db: 'spacy_email_db' user: 'spacy_user' host: 'localhost' (Got an error reading communication packets)
2025-10-22T13:18:31.211009+02:00 s3 mariadbd[32385]: 2025-10-22 13:18:31 122 [Warning] Aborted connection 122 to db: 'spacy_email_db' user: 'spacy_user' host: 'localhost' (Got an error reading communication packets)
and
2025-10-22T13:18:33.724610+02:00 s3 spacy-db-processor[36380]: 2025-10-22 13:18:33,724 - ERROR - Traceback (most recent call last):
2025-10-22T13:18:33.724659+02:00 s3 spacy-db-processor[36380]: File "/opt/spacyserver/services/db_processor.py", line 221, in process_production_email_data
2025-10-22T13:18:33.724676+02:00 s3 spacy-db-processor[36380]: from_match = re.search(r'^From:\s*(.+)$', message_str, re.MULTILINE | re.IGNORECASE)
2025-10-22T13:18:33.724690+02:00 s3 spacy-db-processor[36380]: ^^
2025-10-22T13:18:33.724738+02:00 s3 spacy-db-processor[36380]: UnboundLocalError: cannot access local variable 're' where it is not associated with a value
2025-10-22T13:18:33.724837+02:00 s3 spacy-db-processor[36380]: 2025-10-22 13:18:33,724 - ERROR -

Failed to process production email data