On 2024-10-28 at 14:08:03 UTC-0400 (Mon, 28 Oct 2024 18:08:03 +0000)
Ken Gillett via Postfix-users <kengro...@icloud.com>
is rumored to have said:

ps -ax | grep master
  349 ??        10:57.09 master -c /Library/Server/Mail/Config/postfix

and I am running the Server versions of postconf and postmap, but which version of master is being run?

Assuming that you haven't restarted master, run this:

        lsof -p 349  #(Or the PID of the current master process)

It will show you which files the process has open, the 2nd of which (after the working directory) should be the file that was executed to launch the process.

You can also get a clue from `which postconf` which will show you which postconf you're running. e.g. on a Mac using the MacPorts build:

        $ which postconf
        /opt/local/sbin/postconf

The path for the macOS system install is /usr/sbin/postconf, MacOS Server install is /Applications/Server.app/Contents/ServerRoot/usr/sbin/postconf.

--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo@toad.social and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to