#!/bin/sh if [ -z "$1" ]; then echo relay IP address expected else `dirname $0`/dbm_del.pl /var/spool/exim/db/proxycheck.dbm $1 -0 fi