install -vm 755 postgrey "$INSTALL_ROOT/usr/libexec" &&
install -vm 755 contrib/postgreyreport "$INSTALL_ROOT/usr/sbin" &&

if [[ $INIT_INSTALLED ]]; then
  install_config_file "$SPELL_DIRECTORY/init.d/postgrey.conf" \
                      "$INSTALL_ROOT/etc/sysconfig/postgrey"
fi &&

install -d -o postgrey -g postgrey -vm 755 "$INSTALL_ROOT/var/spool/postgrey"
