Page 1 of 1

First install mostly worked

Posted: 20 Mar 2024 16:31
by stoderash
Installed and mostly working but I have this in the maillog

warning: connect to Milter service inet:localhost:8891: Connection refused

I see some others have had this but not recently. all daemons are running but none listening on that port, nor on 8893.

Should I post this in another area? Or is this how "Introduction" works?

Re: First install mostly worked

Posted: 23 Mar 2024 18:22
by shawniverson
:text-welcomewave:

Small bug during installation that I'm fixing.

Edit /etc/opendkim.conf and switch the Socket as follows:

Code: Select all

Socket inet:8891@localhost
Then run eFa-Configure and launch the DKIM and DMARC wizard.

Re: First install mostly worked

Posted: 25 Mar 2024 15:19
by stoderash
I did that, then did
systemctl restart opendkim

Then did similar fix for port 8893 in /etc/opendmarc.conf and
systemctl restart opendmarc

Seems to be sending mail now

Thanks!