summaryrefslogtreecommitdiff
path: root/conf-home
diff options
context:
space:
mode:
Diffstat (limited to 'conf-home')
-rw-r--r--conf-home19
1 files changed, 6 insertions, 13 deletions
diff --git a/conf-home b/conf-home
index ae70bfa..0f60161 100644
--- a/conf-home
+++ b/conf-home
@@ -1,17 +1,10 @@
/var/qmail
# This is the sqmail home directory. It must be a local directory, not
-# shared among machines. This is where qmail queues all mail messages.
+# shared among machines. The mail queue may reside at a different directory. e.g.:
+#
+# /usr/bin/sqmail => ./alias + ./bin + ./control + ./ssl + ./user (+ others)
+# /var/sqmail => ./queue
+#
+# Check conf-queue!
-/usr/local/qmail
-
-# This is the alternative of OS with don't allow suid on /var (OpenBSD).
-
-# The queue (except for bounce message contents) is crashproof, if the
-# filesystem guarantees that single-byte writes are atomic and that
-# directory operations are synchronous. These guarantees are provided by
-# fixed-block filesystems such as UFS and by journaling filesystems. Under
-# Linux, make sure that all mail-handling filesystems are mounted with
-# synchronous metadata.
-
-# Note: The sqmail binaries do not need to share the same mount point.