From e5271c499132bc288b80053eea8f356e11dc4e44 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 4 Mar 2012 23:01:08 +0000 Subject: 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 --- mail/dma/files/patch-dma.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mail/dma/files/patch-dma.h (limited to 'mail/dma/files/patch-dma.h') diff --git a/mail/dma/files/patch-dma.h b/mail/dma/files/patch-dma.h new file mode 100644 index 000000000000..e382147110e0 --- /dev/null +++ b/mail/dma/files/patch-dma.h @@ -0,0 +1,15 @@ +--- 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 -- cgit v1.2.3