Installation script of "postfix"


echo "Updating etc/rc.config..."
if [ -x bin/fillup ] ; then
  bin/fillup -q -d = etc/rc.config var/adm/fillup-templates/rc.config.postfix
else
  echo "ERROR: fillup not found. This should not happen. Please compare"
  echo "etc/rc.config and var/adm/fillup-templates/rc.config.postfix and"
  echo "update by hand."
fi
if [ -z "`grep "^postfix:" etc/passwd`" ]; then
   if [ -x usr/sbin/useradd ] ; then
      chroot . useradd -g users -d /var/spool/postfix postfix
   else
      echo "Can't exec useradd. Please remember to create a user account"
      echo "with: useradd -g users -d /var/spool/postfix postfix"
   fi
fi


(c) S.u.S.E. - Last update: 23.03.99 02:49;