Thanks.  I figured it out.  I already had procmail set as the
mailbox_command but I wasn't positive how it would interact with
.procmailrc because of all the extra parameters that were being passed.

So, I looked into it a little more and it turns out that by default
procmail will put everything in $HOME/mbox, which isn't where my mail
was being spooled.

Once I changed .procmailrc to point to my /var/spool/mail/kibab
everything has been working great.

--Kaleb

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Mike
Burger
Sent: Tuesday, October 29, 2002 9:07 PM
To: Kaleb Pederson
Cc: [EMAIL PROTECTED]
Subject: Re: [SAtalk] .forward / .procmailrc ignored -- postfix?

Do yourself a favor...go into /etc/postfix/main.cf, and set:

mailbox_command = /usr/bin/procmail

Then, you can undo that .forward, and let postfix call procmail as the 
local delivery agent, directly.

On Tue, 29 Oct 2002, Kaleb Pederson wrote:

> I installed spamassassin without any problems.  If I do the test as
> indicated in the docs everything works fine.
> 
> But for some reason it seems procmail isn't called at all?
> 
> If my .forward contains:
> [EMAIL PROTECTED]
> 
> my mail gets forwarded correctly.
> 
> My .forward:
> "|IFS=' ' && exec /usr/bin/procmail -f-||exit 75 #kibab"
> 
> My .procmailrc:
> :0fw
> | /usr/bin/spamassassin
> 
> I've tried other things, all of which seem to be ignored as well.  I
> don't get any errors.
> 
> My postfix log shows:
> Oct 29 12:52:59 myhostname postfix/local[12060]: 2D4FE308C4:
> to=<[EMAIL PROTECTED]>, relay=local, delay=1, status=sent
("|IFS='
> ' && exec
> /usr/bin/procmail -f-||exit 75 #kibab")
> 
> So I can now tell that it is getting forwarded through procmail but
> nothing shows up tagged.
> 
> Any ideas where to look next?  Thanks.

-- 
Mike Burger
http://www.bubbanfriends.org

Visit the Dog Pound II BBS
telnet://dogpound2.citadel.org or http://dogpound2.citadel.org:2000



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to