Actually, I've been running them all with sudo, just when posting to the list I accidentally omitted it when I was copy/pasting.
‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Friday, 22 May 2020 17:01, Wietse Venema <wie...@porcupine.org> wrote: > Laura Smith: > > > Hi, > > I'm on Postfix 3.4.10 and the following is driving me nuts: > > $ postmulti -g mta -p status > > postfix-authrelay/postfix-script: the Postfix mail system is running: PID: > > 28832 > > postfix-inetgen/postfix-script: the Postfix mail system is running: PID: > > 30572 > > You're running some commands with sudo and some without. Because > of that, environment variables and command aliases may differ. > > In particular: > > PATH determines where the postmulti command is found. > > MAIL_CONFIG determines what main.cf file it will use. > > and so on. > > Wietse > > > $ sudo postmulti -i postfix-authrelay -p reload > > postmulti: fatal: No matching instances > > $ sudo postmulti -i postfix-inetgen -p reload > > postfix-inetgen/postfix-script: refreshing the Postfix mail system > > $ sudo postmulti -g mta -p reload > > postfix-inetgen/postfix-script: refreshing the Postfix mail system > > Am I missing somemthing stupidly obvious in my command syntax ?!? > > Laura