If postfix_enable is defined AND NOT EMPTY, use postfix_enable value; otherwise, use "NO". Try it the following at terminal:
Code:
vech="BUS"
echo $vech
echo ${vech:="CAR"}
vech=""
echo ${vech:="CAR"}
if vech is not defined set its default value to CAR. line # 4 makes vech empty, thus default value set to car. This is known as parameter expansion. See bash man page for other fancy usage.
__________________
Vivek Gite
Linux Evangelist

Be proud
RHEL user, and let the world know about your enterprise choices!
Join RedHat user group.

Always use
CODE tags for posting system output and commands!

Do you run a Linux? Let's face it,
you need help