<div dir="ltr"><div>Hi, sorry for the late reply.</div><div><br></div><div>I decided rather than wrestling with this to install via efa project and that was much MUCH easier!  Definitely recommended!<br></div><div><br></div><div>There are a couple of things with it... I should ask on the efa project forum but I can't register.  The submit button does nothing and there is this message in the bottom right of the screen "This site key is not enabled for the invisible captcha."  Happens in Firefox and MS Edge.<br></div><div><br></div><div>Firstly I had to remove<b> inet:localhost:8893</b> from the <b>smtpd_milters</b> in postfix <a href="http://main.cf">main.cf</a>.  Mail was getting stuck in the queue and I was seeing this error: "<strong class="gmail-text-strong">connect to Milter service inet:localhost:8893: Connection refused</strong>". After removing it, mail flow was successful.<br></div><div><br></div><div>Secondly I was trying to make an ed25519 signature for dkim to go along with the rsa one.  The rsa one created via opendkim-genkey works fine but after creating an ed25519 via openssl (the version of opendkim-genkey supplied doesn't seem to natively support ed25519) I get these errors:</div><div>opendkim[12954]: 4PVMKG42pczGt8Pp: SSL error:0607907F:digital envelope routines:EVP_PKEY_get0_RSA:expecting an rsa key</div><div>opendkim[12954]: 4PVMKG42pczGt8Pp: dkim_eom(): resource unavailable: EVP_PKEY_get1_RSA() failed</div><div><br></div><div>Does the version of opendkim supplied not support ed25519 at all, or am I missing something in the config to tell it there are multiple algorithms?  I have two separate selectors set up in opendkim and dns.<br></div><div><br></div><div>cheers</div><div><br></div><div>jc<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 2 Mar 2023 at 00:42, Shawn Iverson via MailScanner <<a href="mailto:mailscanner@lists.mailscanner.info">mailscanner@lists.mailscanner.info</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 2/28/23 21:16, Mark Sapiro wrote:<br>
> On 2/28/23 17:45, jcimoen wrote:<br>
>><br>
>> I assume it should be installed as part of the MailScanner install.  <br>
>> Can I just manually create the service definition file?  I can see it <br>
>> on the github site.<br>
>><br>
>> I can see this file exists /usr/lib/MailScanner/init/msmilter-init.  <br>
>> This is the only file I can find that has msmilter in the title.  <br>
>> Should there be more?<br>
><br>
> There should be /lib/systemd/system/msmilter.service and a symlink to <br>
> it at /etc/systemd/system/multi-user.target.wants/msmilter.service<br>
><br>
> How did you install MailScanner? The rpm install should create those <br>
> files.<br>
><br>
> Did you run ms-configure after installing MailScanner?<br>
><br>
><br>
msmilter-init is for non-systemd OSes and not applicable here.<br>
<br>
This is bizarre.  The rpm spec defines the following in the %files <br>
section and should be there. If they are not, that implies a broken rpm <br>
or somehow broken install of the rpm.<br>
<br>
%attr(644,root,root) /usr/lib/MailScanner/systemd/ms-milter<br>
<br>
If it isn't there, that is a bit concerning.  During the %post section <br>
of the rpm, it is copied like this if systemd is present:<br>
<br>
cp /usr/lib/MailScanner/systemd/ms-milter <br>
/usr/lib/systemd/system/msmilter.service<br>
<br>
Furthermore, I double checked the rpm package online, verified the <br>
checksums are good, and confirmed with rpm -qpl that the file is present <br>
in the rpm.<br>
<br>
<br>
<br>
-- <br>
MailScanner mailing list<br>
<a href="mailto:mailscanner@lists.mailscanner.info" target="_blank">mailscanner@lists.mailscanner.info</a><br>
<a href="http://lists.mailscanner.info/mailman/listinfo/mailscanner" rel="noreferrer" target="_blank">http://lists.mailscanner.info/mailman/listinfo/mailscanner</a><br>
<br>
</blockquote></div>