Debianization for 1.03-1
[qmail] / INSTALL.boot
diff --git a/INSTALL.boot b/INSTALL.boot
deleted file mode 100644 (file)
index 0010288..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-The qmail daemons have to be restarted whenever your system reboots.
-Meanwhile, sendmail doesn't have to be started any more. Here's what you
-should do.
-
-Find sendmail in your boot scripts. It's usually in either /etc/rc or
-/etc/init.d/sendmail. It looks like
-
-        sendmail -bd -q15m
-
--q15m means it should run the queue every 15 minutes; you may see a
-different number. Comment out this line, and replace it with
-
-        env - PATH="/var/qmail/bin:$PATH" \
-       csh -cf 'qmail-start ./Mailbox splogger qmail &'
-
-That's it. (Make sure you include the ./ and the &.)