#!/bin/sh if [ -f ../access-relay-dialup ] ; then echo "ERROR: file ../access-relay-dialup must be renamed to ../access-relay-dynamic" echo "ERROR: you must run gmake fix" exit 1 fi if [ -f ../domains-exchange ] ; then echo "ERROR: file ../domains-exchange deprecated" echo "ERROR: you must remove it run gmake fix" exit 1 fi if [ -f ../skip_exch_check ] ; then echo "ERROR: file ../skip_exch_check deprecated" echo "ERROR: you must remove it or run gmake fix" exit 1 fi if [ -f ../domains-domino ] ; then echo "ERROR: file ../domains-domino deprecated" echo "ERROR: you must remove it run gmake fix" exit 1 fi if [ -f ../skip_domino_check ] ; then echo "ERROR: file ../skip_domino_check deprecated" echo "ERROR: you must remove it or run gmake fix" exit 1 fi if [ -f ../access-spf ] ; then echo "ERROR: file ../access-spf found" echo "ERROR: use variable confSPF2 and ../access-spf2 instead" exit 1 fi exit 0