On Mon, Aug 14, 2000 at 09:27:22AM -0700, [EMAIL PROTECTED] wrote:

> I'm having a few problems setting up cyrus and qmail.  
> Qmail is currently being started with:
> qmail-start '|preline -f /usr/local/cyrus/bin/deliver -
> e -a $USER -- $USER' splogger qmail&
> Delivery of mail to valid mailboxes works fine.  But if 
> a message is sent that doesn't have a valid user, it 
> just gets dumped into the mail queue.  (So, I assume 
> qmail doesn't recognize that cyrus gave it an error 
> message.)
> I also had to relax permissions of the above deliver 
> program so it could be executed.  I'm getting the below 
> error message in my logs. 

We use this as a wrapper to cyrus deliver: -

/usr/local/cyrus/bin/deliver -a $EXT2 $EXT2
status=$?
case $status in
  64|65|66|67|68|76|77|78)
    exit 100
    ;;
  0)
    exit 0
    ;;
  *)
    exit 111
    ;;
esac

Steve

-- 
NetTek Ltd  tel +44-(0)20 7483 1169  fax +44-(0)20 7483 2455
Flat 2,    43 Howitt Road,   Belsize Park,    London NW3 4LU
mobile 07775 755503  Epage [EMAIL PROTECTED] [body only]

Reply via email to