Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-mta/exim/files: exim-4.80-spool-mail-group.patch
Date: Sun, 04 Nov 2012 19:32:56
Message-Id: 20121104193238.C976B20066@flycatcher.gentoo.org
1 grobian 12/11/04 19:32:38
2
3 Added: exim-4.80-spool-mail-group.patch
4 Log:
5 Deliver as group mail such that we can create new mail by default in /var/spool/mail, bug #438606 by DominikBuerkle
6
7 (Portage version: 2.2.01.21313-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.1 mail-mta/exim/files/exim-4.80-spool-mail-group.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/files/exim-4.80-spool-mail-group.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/files/exim-4.80-spool-mail-group.patch?rev=1.1&content-type=text/plain
14
15 Index: exim-4.80-spool-mail-group.patch
16 ===================================================================
17 Change default such that we run on a stock Gentoo system. Bug #438606
18
19 --- src/configure.default
20 +++ src/configure.default
21 @@ -674,8 +674,9 @@
22 # BSD mailbox format. By default it will be run under the uid and gid of the
23 # local user, and requires the sticky bit to be set on the /var/mail directory.
24 # Some systems use the alternative approach of running mail deliveries under a
25 -# particular group instead of using the sticky bit. The commented options below
26 -# show how this can be done.
27 +# particular group instead of using the sticky bit. This is also the
28 +# default case on Gentoo, therefore group and mode are set below.
29 +# Comment them out, to get the default behaviour.
30
31 local_delivery:
32 driver = appendfile
33 @@ -683,8 +684,8 @@
34 delivery_date_add
35 envelope_to_add
36 return_path_add
37 -# group = mail
38 -# mode = 0660
39 + group = mail
40 + mode = 0660
41
42
43 # This transport is used for handling pipe deliveries generated by alias or