Getting the following messages in my tmda debug log, would anyone help me
decipher what the error message is talking about? I don't know python,
only perl/sh for scripting, and I guess I'm just having a hard time trying
to understand what tmda is telling me here. Here is my current setup:

postfix -> procmail -> cyrus-imapd (virt users)

For users I've added to the alias with:
  example_tmda_user:     "|/usr/local/bin/python /usr/local/bin/tmda-filter"

The flow becomes:

postfix -> tmda -> procmail -> cyrus-imapd (virt users)




Uncaught Python 2.2.1 Exception (Fri Oct 11 15:33:05 2002):
-----------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/bin/tmda-filter", line 50, in ?
    execfile(os.path.join(execdir, 'tmda-rfilter'))
  File "/usr/local/bin/tmda-rfilter", line 780, in ?
    main()
  File "/usr/local/bin/tmda-rfilter", line 717, in main
    verify_confirm_cookie(confirm_done_hdr, 'done')
  File "/usr/local/bin/tmda-rfilter", line 552, in verify_confirm_cookie
    mta.deliver(message_headers, message_body)
  File "/usr/local/lib/python2.2/site-packages/TMDA/MTA.py", line 57, in
deliver
    msg.deliver()
  File "/usr/local/lib/python2.2/site-packages/TMDA/Deliver.py", line 116,
in deliver
    self.__deliver_program(self.message, dest)
  File "/usr/local/lib/python2.2/site-packages/TMDA/Deliver.py", line 141,
in __deliver_pr
ogram
    Util.pipecmd(program, message)
  File "/usr/local/lib/python2.2/site-packages/TMDA/Util.py", line 360, in
pipecmd
    raise IOError, \
IOError: failure delivering message to command "/usr/local/bin/procmail -p
/usr/local/etc/
procmailrc $USER" ([Errno 32] Broken pipe)


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

Reply via email to