debian/rules: Use `git' potty wrapper.
[qmail] / conf-qmail
CommitLineData
2117e02e
MW
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.
212b6f5d
MW
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.