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"
^^^^
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]