# These could be used by sendmail, but are not part of the default install. # To use them you will have to generate your own sendmail.cf with # FEATURE('whatever') # all: access.db aliases.db domaintable.db genericstable.db \ mailertable.db virtusertable.db \ sendmail.cf access: blacklist fullcallback relays whitelist ./mkaccess aliases.db: aliases newaliases %.db : % @makemap hash $@ < $< %.cf : %.mc @if test -f /usr/share/sendmail-cf/m4/cf.m4; then \ mv -f $@ $@.bak; \ m4 $< > $@; \ fi; clean: rm -f *.db *~