Home Forums OS X Server and Client Discussion Mail 10.4.4 Server – Procmail / deliver: Program failure (75)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #365018
    Luc-Olivier
    Participant

    I meet a problem under the 10.4.4 Server when procmail pipe a mail to deliver.

    —-
    procmail: Assigning “USER=lucol”
    procmail: Executing “/usr/bin/cyrus/bin/deliver,-e,-a,lucol,-m,user/lucol”
    procmail: [1030] Sun Jan 29 15:31:49 2006
    procmail: Error while writing to “/usr/bin/cyrus/bin/deliver”
    procmail: Program failure (75) of “/usr/bin/cyrus/bin/deliver”
    procmail: Assigning “LASTFOLDER=/usr/bin/cyrus/bin/deliver -e -a lucol -m user/lucol”
    Subject: essai0022
    Folder: **Requeued** 5529
    —-

    system.log reveals an lmtpd crash for every test.

    To ensure procmail is out of problem, I’ve pipe a mail file directly to deliver (cat | /../…/deliver …..). Same result.

    I’ve also directed mail on file system thru procmail. All correct.

    The problem is not only on one config but on every config I own.

    The strangest is that was totaly working on 10.4.4 Server updated from 10.3.X.

    I’ve reseted all my configs in pure 10.4.x Server, and the problem is general (for me).

    Any idea ?


    sure I’ve read arround world before post, but nothing similar 🙁

    #365257
    willcodeforfoo
    Participant

    I’m seeing a similar issue, not sure if they are related or not. For me, procmail is throwing:

    procmail: [28618] Wed Feb 8 11:47:42 2006
    procmail: Failed forking “procmail”
    procmail: No match on “^X-Spam-Status: Yes.*”
    procmail: [28601] Wed Feb 8 11:48:05 2006
    procmail: Failed forking “/usr/bin/cyrus/bin/deliver”

    after about a day of uptime. The man page says this happens when the process table is full, but this server is not very high volume (30 users or so, 1000 messages/day) so that seems unlikely.

    My /etc/procmailrc file:

    LOGFILE=/tmp/procmail.log
    VERBOSE=yes
    HOME=/tmp
    INCLUDERC=/Users/$USER/.procmailrc

    # Run Spam Assassin
    :0fw
    | /usr/bin/spamassassin

    # Spam box
    :0
    * ^X-Spam-Status: Yes.*
    | /usr/bin/cyrus/bin/deliver -a “$USER” -e -r “$SENDER” -m “user/$USER/Spam”

    # Deliver mail that falls through to the INBOX
    :0
    | /usr/bin/cyrus/bin/deliver -a “$USER” -e -r “$SENDER” -m “$USER”

    #371229
    mhohman
    Participant

    Having the same issue ever find a solution?

    Matt

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Comments are closed