diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-09 11:44:11 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-09 11:44:11 +0200 |
commit | f1b71c9fe7dbb4886588a036399cf5ebe16b7c47 (patch) | |
tree | e07786aa479c9fb6ee3e537078470aaab5454f80 /conf-home | |
parent | a293489ee83c8b05d845a162dc2a4de026f3775d (diff) |
removed top level directory
Diffstat (limited to 'conf-home')
-rw-r--r-- | conf-home | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf-home b/conf-home new file mode 100644 index 0000000..ae70bfa --- /dev/null +++ b/conf-home @@ -0,0 +1,17 @@ +/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. + +/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. |