Gentoo Archives: gentoo-admin

From: Joseph Hoot <joe@×××××××.net>
To: gentoo-admin@g.o
Subject: [gentoo-admin] RE: Postfix + Procmail + Spamassassin
Date: Thu, 14 Nov 2002 14:46:17
Message-Id: 001c01c28bec$75333c70$2a0e010a@phatpulse.com
1 Never mind. I figured it out. I needed to add the DROPPRIVS=yes in
2 /etc/procmailrc and now it works.
3
4 -=-=-=-=-=-=-=-=-=-=-
5 Joseph Ryan Hoot
6 Network Penguin
7 Senior Systems Engineer
8 joe@××××××××××××××.com
9 Phone: 323-692-4043
10 Mobile: 818-209-3260
11 www.networkpenguin.com
12 GnuPG 260A7FED
13 -=-=-=-=-=-=-=-=-=-=-
14
15 -----Original Message-----
16 From: Joseph Hoot [mailto:joe@×××××××.net]
17 Sent: Thursday, November 14, 2002 6:37 AM
18 To: 'gentoo-admin@g.o'
19 Subject: Postfix + Procmail + Spamassassin
20
21 I have postfix sending the mail to procmail. It tries sending it to
22 spamassassin and I get this failure (70) when it executes. I know that
23 this is really a spamassassin or procmail area that I should be
24 exploring, but I thought I'd at least throw a quick message to see if
25 others on Gentoo have experienced this and know of a resolution.
26
27 #### OUTPUT FROM /var/log/procmail
28 procmail: [1430] Thu Nov 14 06:28:40 2002
29 procmail: Program failure (70) of "/usr/bin/spamassassin"
30 procmail: Rescue of unfiltered data succeeded
31 procmail: [1430] Thu Nov 14 06:28:40 2002
32 procmail: No match on "^X-Spam-Status: Yes"
33 procmail: Assigning
34 "PATH=/home/joe/bin:/bin:/usr/bin:/usr/local/bin:/usr/bin/X11"
35 >From jhoot@××××××××××.com Thu Nov 14 06:28:30 2002
36 Subject: a test
37 Folder: /home/joe/.maildir/new/msg.x
38
39 #### My /etc/procmailrc
40 VERBOSE=on
41 LOGABSTRACT=all
42 DEFAULT=$HOME/.maildir/new
43 LOGFILE=/var/log/procmail
44 :0fw
45 | /usr/bin/spamassassin
46 :0:
47 * ^X-Spam-Status: Yes
48 /var/spam
49
50
51 -=-=-=-=-=-=-=-=-=-=-
52 Joseph Ryan Hoot
53 Network Penguin
54 Senior Systems Engineer
55 joe@××××××××××××××.com
56 Phone: 323-692-4043
57 Mobile: 818-209-3260
58 www.networkpenguin.com
59 GnuPG 260A7FED
60 -=-=-=-=-=-=-=-=-=-=-