summaryrefslogtreecommitdiffstats
path: root/conf-qmail
diff options
context:
space:
mode:
Diffstat (limited to 'conf-qmail')
-rw-r--r--conf-qmail11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf-qmail b/conf-qmail
new file mode 100644
index 0000000..0267f30
--- /dev/null
+++ b/conf-qmail
@@ -0,0 +1,11 @@
1/var/qmail
2
3This is the qmail home directory. It must be a local directory, not
4shared among machines. This is where qmail queues all mail messages.
5
6The queue (except for bounce message contents) is crashproof, if the
7filesystem guarantees that single-byte writes are atomic and that
8directory operations are synchronous. These guarantees are provided by
9fixed-block filesystems such as UFS and by journaling filesystems. Under
10Linux, make sure that all mail-handling filesystems are mounted with
11synchronous metadata.