> On Jan 4, 2019, at 5:13 PM, Rafael Azevedo <raf...@gmail.com> wrote:
> 
> They don't. But there might be some variable with undesired default value.
> 
> # cd /etc/postfix/
> lab postfix # grep 'config_directory' main.cf master.cf

So the unwanted value was acquired at runtime.

Post the output of:

  # postmulti -l
  # postfix status
  # pgrep -x qmgr | while read pid; do ps -o pid,ppid,args -p "$pid"; xargs 
-0n1 < /proc/$pid/environ; done

-- 
        Viktor.

Reply via email to