freebsd-ports/mail/dma/files/patch-dma.h
Eitan Adler e5271c4991 Update dma to 0.7
Also build and install the dma-mbox-create tool, which sets permissions and uid/gid on /var/mail files as needed by dma.

Changes:
	Adds maasquerading support

PR:		ports/165697
Submitted by:	bz
2012-03-04 23:01:08 +00:00

15 lines
321 B
C

--- dma.h.orig 2012-01-03 13:54:05.000000000 +0000
+++ dma.h 2012-01-28 11:02:57.000000000 +0000
@@ -74,8 +75,12 @@
#error Please define LIBEXEC_PATH
#endif
+#ifndef DMA_ROOT_USER
#define DMA_ROOT_USER "mail"
+#endif
+#ifndef DMA_GROUP
#define DMA_GROUP "mail"
+#endif
#ifndef MBOX_STRICT
#define MBOX_STRICT 0