#! /usr/lib/zmailer/router -f
#
# This zshell script recreates the FQDN alias map
#
# NB!  If your kernel supports #! but the mechanism fails mysteriously when
# invoking this file, remember the total length of the command's path is
# limited to 30 characters or so.
#
ZCONFIG=/etc/zmailer/zmailer.conf

. $ZCONFIG

$MAILBIN/newaliases $MAILVAR/db/fqdnaliases
