mirror of
https://git.sr.ht/~magic_rb/cluster
synced 2024-11-22 08:04:20 +01:00
1c8ed3236a
Signed-off-by: main <magic_rb@redalder.org>
13 lines
355 B
Diff
13 lines
355 B
Diff
--- a/libs/maildrop/configure 2012-09-06 01:52:13.000000000 +0100
|
|
+++ b/libs/maildrop/configure 2013-01-04 03:00:57.095628327 +0000
|
|
@@ -17562,8 +17562,8 @@
|
|
check_spooldir() {
|
|
if test "$CHECKED_SPOOLDIR" != 1
|
|
then
|
|
- get_spooldir
|
|
- MBOX_DIR="$SPOOLDIR"
|
|
+ MBOX_DIR="/var/spool/mail"
|
|
+ MBOX_RESET_GID=0
|
|
CHECKED_SPOOLDIR=1
|
|
fi
|
|
}
|