[pfx] Re: milter service connection refused

2025-01-22 Thread Curtis Vaughan via Postfix-users
Ok so i knew calling it a program wasn't right. A binary called only opendkim doesn't exist. Not under /bin, /sbin or the same under /usr There are only binaries called opendkim-x , so my thought now is to reinstall opendkim cause something's off. On January 22, 2025 3:36:50 PM PST, Jaro

[pfx] Re: milter service connection refused

2025-01-22 Thread Jaroslaw Rafa via Postfix-users
Dnia 22.01.2025 o godz. 14:22:05 Curtis Vaughan via Postfix-users pisze: > > mv opendkim opendkim-real > > I'm moving /usr/sbin/opendkim to /usr/bin/opendkim-real ? Nope, there is no > such prog there. Many starting with opendkim-. That's absolutely correct that there is no such program. If

[pfx] Re: milter service connection refused

2025-01-22 Thread Wietse Venema via Postfix-users
If you have difficulty following my command example, then you should certainly not follow my old-school instructions. Maybe there is some new-school tool to instrument systemd jobs that I haven't heard about. systemd-gdb, anyone? Wietse ___ Po

[pfx] Re: milter service connection refused

2025-01-22 Thread Curtis Vaughan via Postfix-users
Just to be sure I'm doing this right. mv opendkim opendkim-real I'm moving /usr/sbin/opendkim to /usr/bin/opendkim-real ? Nope, there is no such prog there. Many starting with opendkim-. cat >opendkim ? What I'm cat-ing to a file opendkim? #!/bin/sh ? this would be the beginning

[pfx] Re: milter service connection refused

2025-01-22 Thread Wietse Venema via Postfix-users
Curtis Vaughan via Postfix-users: > But doesn't this mean it is running? > > systemctl status opendkim > > Process: 2177789 ExecStart=/etc/init.d/opendkim start (code=exited, > status=0/SUCCESS) But doesn't this mean it has exited? Maybe you can finally try the old-chool stuff.

[pfx] Re: milter service connection refused

2025-01-22 Thread Curtis Vaughan via Postfix-users
Curtis Vaughan via Postfix-users: I realize there have been a lot of posts about this issue, but in my attempts so far, nothing has resolved this issue for me. The postfix server in question is running on Ubuntu LTS 24.04 and has been in operation for over a decade. But today while looking in

[pfx] Re: milter service connection refused

2025-01-22 Thread Wietse Venema via Postfix-users
Curtis Vaughan via Postfix-users: > I realize there have been a lot of posts about this issue, but in my > attempts so far, nothing has resolved this issue for me. > > The postfix server in question is running on Ubuntu LTS 24.04 and has > been in operation for over a decade. But today while loo