On Thu, Nov 26, 2015 at 08:52:12AM -0700, GreasyMonkey wrote: > Any clues on how to get the same output for secondary instances?
> Secondary instance folder names are "postfix-int-in", "postfix-int-out", > "postfix-ext-in" and "postfix-ext-out". postmulti -i postfix-int-in -x postconf -n postmulti -i postfix-int-out -x postconf -n postmulti -i postfix-ext-in -x postconf -n postmulti -i postfix-ext-out -x postconf -n Or fancier: postmulti -x sh -c 'printf "\n-- %s\n\n" "$MAIL_CONFIG"; postconf -n' -- VIktor.