# postmulti -l - - y /etc/postfix # postfix status postfix: Postfix is running with backwards-compatible default settings postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details postfix: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload" postfix/postfix-script: the Postfix mail system is running: PID: 5158
# pgrep -x qmgr | while read pid; do ps -o pid,ppid,args -p "$pid"; xargs -0n1 < /proc/$pid/environ; done PID PPID COMMAND 1201099 5158 qmgr -l -t fifo -u -o syslog_name=xx.net MAIL_CONFIG=/etc/mailservers/xx.net/host.xx.net/ MAIL_LOGTAG=postfix LANG=C GENERATION=15302 Em sex, 4 de jan de 2019 às 20:43, Viktor Dukhovni <postfix-us...@dukhovni.org> escreveu: > > > 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. >