[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Sorting locally delivered email using Procmail



Andy Saxena wrote:
Hi,

I tried under a different subject heading that may have been misleading.
So here goes another try:

I am trying to use procmail for local delivery. My setup consists of
exim and cyrus from sid.

Calling the localuser director before procmail I am easily able to
deliver local email to myself. However, if I call the procmail
director before localuser, the delivery fails.

-----------------------~/.procmailrc (end)------------------------------

SHELL="/bin/sh"
DELIVERMAIL="/usr/sbin/cyrdeliver"
LOGFILE="$HOME/.maillog"
IMAP="$DELIVERMAIL -a andy -q -m andy"
LOGABSTRACT="all"
VERBOSE="on"

You might want to try this. I don't know if it makes any difference or not, but cyrdeliver is picky and not well documented, and I notice that I always use the userid argument, and it works. It's a different situation, though; I'm using fetchmail for my needs.

IMAP="$DELIVERMAIL -a andy -q -m andy andy"
                                      ^^^^



Reply to: