[EMAIL PROTECTED] writes:

Your mailer has more or less destroyed the formatting of the
traceback.  I'll try to fix the important lines below then ask you a
question.

> IOError: failure delivering message to command "/usr/local/bin/procmail -p
> /usr/local/etc/
> procmailrc $USER" ([Errno 32] Broken pipe)

The preceding section probably looks like this:

> IOError: failure delivering message to command "/usr/local/bin/procmail -p 
>/usr/local/etc/ procmailrc $USER" ([Errno 32] Broken pipe)

The error message means that TMDA tried to pipe the message to
procmail but procmail exited early, before completely reading the
message.  At a guess, it probably exited before reading it at all
because something in the initialization failed.

In the error text above, either your mailer did something weird or
your DELIVERY variable has a space between '/usr/local/etc' and
'procmailrc', which is probably not what you want.  Also, I don't
understand what '$USER' does on the procmail command-line, since
according to the manual all arguments are treated as rcfiles and
latter ones are only read if the earlier ones don't exist or have a
"not matching HOST-directive".

So... can you post your DELIVERY setting and, if I'm missing something
about the $USER on the command-line, please enlighten me.


Tim
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to