Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
70 | magnus | 1 | Description: Put saved mail in /var/spool/sa-exim instead of /var/spool/exim. |
2 | |||
3 | --- sa-exim-4.2.1.orig/sa-exim.conf |
||
4 | +++ sa-exim-4.2.1/sa-exim.conf |
||
5 | @@ -148,7 +166,7 @@ SAaddSAEheaderBeforeSA: 1 |
||
6 | # SA-Exim will try to create the directory if it has the permissions to do so, |
||
7 | # check your maillog for failures (or create the directory yourself and make it |
||
8 | # writeable by exim) |
||
9 | -SAtimeoutsave: /var/spool/exim/SAtimeoutsave |
||
10 | +SAtimeoutsave: /var/spool/sa-exim/SAtimeoutsave |
||
11 | |||
12 | # You can optionally save or not save messages that matched the above rule |
||
13 | SAtimeoutSavCond: 1 |
||
14 | @@ -160,7 +178,7 @@ SAtimeoutSavCond: 1 |
||
15 | # SA-Exim will try to create the directory if it has the permissions to do |
||
16 | # so, check your maillog for failures (or create the directory yourself and |
||
17 | # make it writeable by exim) |
||
18 | -SAerrorsave: /var/spool/exim/SAerrorsave |
||
19 | +SAerrorsave: /var/spool/sa-exim/SAerrorsave |
||
20 | |||
21 | # You can optionally save or not save messages that matched the above rule |
||
22 | # You should not put double quotes around the expression |
||
23 | @@ -219,7 +237,7 @@ SAteergrubeSavCond: 1 |
||
24 | # SA-Exim will try to create the directory if it has the permissions to do so, |
||
25 | # check your maillog for failures (or create the directory yourself and make it |
||
26 | # writeable by exim) |
||
27 | -SAteergrubesave: /var/spool/exim/SAteergrube |
||
28 | +SAteergrubesave: /var/spool/sa-exim/SAteergrube |
||
29 | |||
30 | # When you stall the sender, you will probably get the mail again. |
||
31 | # By default, we'll only save messages by message ID so that we don't save |
||
32 | @@ -249,7 +267,7 @@ SAdevnullSavCond: 1 |
||
33 | # SA-Exim will try to create the directory if it has the permissions to do so, |
||
34 | # check your maillog for failures (or create the directory yourself and make it |
||
35 | # writeable by exim) |
||
36 | -SAdevnullsave: /var/spool/exim/SAdevnull |
||
37 | +SAdevnullsave: /var/spool/sa-exim/SAdevnull |
||
38 | |||
39 | |||
40 | |||
41 | @@ -269,7 +287,7 @@ SApermrejectSavCond: 1 |
||
42 | # SA-Exim will try to create the directory if it has the permissions to do so, |
||
43 | # check your maillog for failures (or create the directory yourself and make it |
||
44 | # writeable by exim) |
||
45 | -SApermrejectsave: /var/spool/exim/SApermreject |
||
46 | +SApermrejectsave: /var/spool/sa-exim/SApermreject |
||
47 | |||
48 | |||
49 | |||
50 | @@ -292,7 +310,7 @@ SAtemprejectSavCond: 1 |
||
51 | # SA-Exim will try to create the directory if it has the permissions to do so, |
||
52 | # check your maillog for failures (or create the directory yourself and make it |
||
53 | # writeable by exim) |
||
54 | -SAtemprejectsave: /var/spool/exim/SAtempreject |
||
55 | +SAtemprejectsave: /var/spool/sa-exim/SAtempreject |
||
56 | |||
57 | # When you send back a temp reject code, you will get the mail again. |
||
58 | # By default, we'll only save messages by message ID so that we don't save |
||
59 | @@ -330,7 +348,7 @@ SAgreylistraisetempreject: 3.0 |
||
60 | # SA-Exim will try to create the directory if it has the permissions to do so, |
||
61 | # check your maillog for failures (or create the directory yourself and make it |
||
62 | # writeable by exim) |
||
63 | -SAspamacceptsave: /var/spool/exim/SAspamaccept |
||
64 | +SAspamacceptsave: /var/spool/sa-exim/SAspamaccept |
||
65 | |||
66 | # You can control which messages you want saved if you only want a subset |
||
67 | SAspamacceptSavCond: 0 |
||
68 | @@ -343,7 +361,7 @@ SAspamacceptSavCond: 0 |
||
69 | # SA-Exim will try to create the directory if it has the permissions to do so, |
||
70 | # check your maillog for failures (or create the directory yourself and make it |
||
71 | # writeable by exim) |
||
72 | -SAnotspamsave: /var/spool/exim/SAnotspam |
||
73 | +SAnotspamsave: /var/spool/sa-exim/SAnotspam |
||
74 | |||
75 | # You can control which messages you want saved if you only want a subset |
||
76 | SAnotspamSavCond: 0 |