I have a phpBB forum on a server. I setup Sendmail to enable the phpBB to SEND messages to users, (but no Incoming server setup. For that they have to use my Mail server. I also installed Evolution on thae same server, so I could send messages from that server if I wanted to do. That also worked fine.
It worked fine for months, but I started having problems after one of the many updates. I don’t even know which one broke it.
I feel it’s probably essier to sort out Evolution and then once it works to look at phpBB
If I try to send a message to myself using evolution I get this message
The reported error was “DATA command failed: Please try again later”.
In the mailog, I get this
Jun 11 12:44:13 localhost sendmail[331636]: 35BAiDMW331636: from=me@mydomain.com, size=568, class=0, nrcpts=1, msgid=e8af6328197664b87054d6ff7d0532cccee23fa6.camel@mydomain.com, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
Jun 11 12:44:13 localhost opendkim[1013]: 35BAiDMW331636: signing table references unknown key ‘default._domainkey.mydomain.com’
Jun 11 12:44:13 localhost sendmail[331636]: 35BAiDMW331636: Milter: data, reject=451 4.3.2 Please try again later
Jun 11 12:44:13 localhost sendmail[331636]: 35BAiDMW331636: to=me@mydomain.com, delay=00:00:00, pri=30568, stat=Please try again later
I have NO idea where ‘camel’ comes from!
And in /etc/opendkim.conf I have:
Socket inet:8891@localhost
systemctl status opendkim.service
Jun 10 03:17:08 rocky-86 opendkim[1013]: 35A1H8ms282464: no signing table match >
Jun 10 03:17:08 rocky-86 opendkim[1013]: 35A1H8ms282464: no signature data
Jun 11 00:00:02 rocky-86 opendkim[1013]: 35AM02Bo312871: no signing table match >
Jun 11 00:00:02 rocky-86 opendkim[1013]: 35AM02Bo312871: no signature data
Jun 11 00:00:11 rocky-86 opendkim[1013]: 35AM0BnB312891: no signing table match >
Jun 11 00:00:12 rocky-86 opendkim[1013]: 35AM0BnB312891: no signature data
Jun 11 03:50:11 rocky-86 opendkim[1013]: 35B1oAdP319562: no signing table match
Obviously something got updated that screwed it. Can anyone help?