summaryrefslogtreecommitdiffstats
path: root/extra/source/sendmail/_sendmail/etc/mail/Makefile.new
diff options
context:
space:
mode:
Diffstat (limited to 'extra/source/sendmail/_sendmail/etc/mail/Makefile.new')
-rw-r--r--extra/source/sendmail/_sendmail/etc/mail/Makefile.new20
1 files changed, 20 insertions, 0 deletions
diff --git a/extra/source/sendmail/_sendmail/etc/mail/Makefile.new b/extra/source/sendmail/_sendmail/etc/mail/Makefile.new
new file mode 100644
index 000000000..dd39c9bc0
--- /dev/null
+++ b/extra/source/sendmail/_sendmail/etc/mail/Makefile.new
@@ -0,0 +1,20 @@
+# To rebuild your sendmail configuration databases, run "make"
+# in this directory after making any changes.
+
+all: access.db aliases.db domaintable.db mailertable.db virtusertable.db
+
+access.db: access
+ @makemap hash access < access
+
+aliases.db: aliases
+ @newaliases
+
+domaintable.db: domaintable
+ @makemap hash domaintable < domaintable
+
+mailertable.db: mailertable
+ @makemap hash mailertable < mailertable
+
+virtusertable.db: virtusertable
+ @makemap hash virtusertable < virtusertable
+