New 5.0.0-11 install: Msmilter and opendmarc not started

Bugs in eFa 5
Post Reply
cinmar
Posts: 4
Joined: 20 Jan 2020 10:11

New 5.0.0-11 install: Msmilter and opendmarc not started

Post by cinmar »

Hi, recently I moved an eFa installation from version 4.x to 5.x on Rocky Linux 9.
I followed wiki instructions and the install - restore procedure went smoothly, but when I logged in eFa web interface for the first time, MSmilter Icon was red, so the process was stopped.
Searching in this forum I found out how to start msmilter process (systemctl start msmilter.service), and it started without errors. Looking in journalctl it looked like msmilter service was simply not started automatically, I did not found any errors.

Msmilter icon switched to green, but mail flow was still stopped. Looking in maillog I found lots of errors like this:

Code: Select all

warning: connect to Milter service inet:localhost:8893: Connection refused
Searching again in this forum I found out that the error messages were caused by opendmarc service stopped. I started this service manually (systemctl start opendmarc) and mail flow became normal. Opendmarc logs did not show errors, again it looked like the service was not started automatically.

I searched in old eFa 4.x configurations and opendmarc/opendkim were enabled.

Maybe there is a bug in eFa 5 installer? I can provide logs if someone needs them.
Post Reply