deliver problems

James Miller jimm at simutronics.com
Thu Feb 20 16:35:07 EST 2003


Hi all,

I'm having trouble using /usr/cyrus/deliver for delivering mail to
mailstore.    And am hoping someone else has run into this problem before.
I'm sure it's something stupid on my part.  While testing, I'm using
procmail to deliver new messages.  Here's the .procmailrc receipt I'm using:
----------------------
LOGNAME = $1
EXTENSION = $2

:0 w
* EXTENSION ?? .
| /usr/cyrus/bin/deliver -a "$LOGNAME" -e -q -m "$EXTENSTION" -- "$LOGNAME"

# If no Extension we try this
:0 wE
| /usr/cyrus/bin/deliver -a "$LOGNAME" -e -q -- "$LOGNAME"

# Whichever one we tried, failed
EXITCODE = $?
HOST
-----------------------

When I send a message it gets bounced back with the following errors:
------------------------
The original message was received at Thu, 20 Feb 2003 11:44:13 -0600
from NTAdmin.simutronics.com [198.83.204.82]

   ----- The following addresses had permanent fatal errors -----
"|/usr/cyrus/bin/deliver -m user.admin admin"
    (reason: Data format error)
    (expanded from: <admin at simutronics.com>)

   ----- Transcript of session follows -----
admin+user.admin: Message contains invalid header
501 5.6.0 Data format error
------------------------
The original message was received at Thu, 20 Feb 2003 11:40:21 -0600
from NTAdmin.simutronics.com [198.83.204.82]

   ----- The following addresses had permanent fatal errors -----
"|/usr/cyrus/bin/deliver -m user.admin admin
    (reason: Data format error)
    (expanded from: <admin at simutronics.com>)

   ----- Transcript of session follows -----
553 5.0.0 "|/usr/cyrus/bin/deliver -m user.admin admin... Unbalanced '"'
admin+user.admin: Message contains invalid header
501 5.6.0 Data format error
------------------------






More information about the Info-cyrus mailing list