Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Procmail: Program failure #358723
    5280Toad
    Participant

    My main.cf critical lines:

    mailbox_command = /usr/bin/procmail -t -a "$EXTENSION"
    mailbox_transport = procmail
    

    (commented out ‘mailbox_transport = cyrus)

    My master.cf transport:

    procmail  unix  -       n       n       -       -       pipe
      flags=R user=cyrus argv=/usr/bin/procmail -t -m USER=${user} EXTENSION=${extension} /etc/procmailrc
    

    My procmail recipe to hand off to Cyrus:

    DELIVERTO="/usr/bin/cyrus/bin/deliver"
    USERINBOX="$DELIVERTO -e -a $USER -m user/$USER"
    
    :0w
    | $USERINBOX
    
Viewing 1 post (of 1 total)