On Thu, Nov 28, 2002 at 01:21:47AM -0600, Austin Mann wrote:
>(Command died with status 99: " /usr/local/src/tmda-0.65/bin/tmda-filter")

Postfix is barfing becuase tmda-filter is exiting with exit code 99.
What you have to do is figure out why tmda-filter is giving exit
code 99.  What would be helpful is to get the debug output.  If you
have LOGFILE_DEBUG set in your ~/.tmda/config file, then the debug
output will be where ever you set it to.  Otherwise, it'll be in
~/TMDA_DELIVERY_FAILURE.

Look there to find out what TMDA is complaining about.

>Same with mailbox_command  = /usr/src/tmda/bin/tmda-filter in main.cf

Interesting.  I've never done it this way.  I wonder if it should work.
Is the other way that you're doing it by setting up a .forward file?
The way that I do it is I set

        mailbox_command = procmail -p -a "$EXTENSION"

And then in ~/.procmailrc:
        
        # Run the message through tmda-filter.
        :0w
        | /home/mark/ftpin/tmda/cvs/tmda/bin/tmda-filter

        # Take the exit code from TMDA.
        EXITCODE=$?

        # TMDA takes care of final delivery
        DEFAULT=/dev/null

In any case, you really need to find out why TMDA is complaining, so check

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

Reply via email to