#! /bin/sh

PATH=/usr/bin
export PATH

MAKEMAP=makemap
TABLE=/etc/mailertable
DB=/etc/mailertable.db

$MAKEMAP hash $DB < $TABLE
