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"