Lanny - Crosswind <[EMAIL PROTECTED]> writes: > As for the file in /root called /root/TMDA_DELIVERY_FAILURE > It contains entries such as: > Uncaught Python 2.2.1 exception (Sun Sep 8 13:22:26 2002 UTC): > --------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/src/tmda-0.56/bin/tmda-filter", line 50, in ? > execfile(os.path.join(execdir, 'tmda-rfilter')) > File "/usr/local/src/tmda-0.56/bin/tmda-rfilter", line 115, in ? > from TMDA import Defaults > File "/usr/local/src/tmda-0.56/TMDA/Defaults.py", line 604 > LOGFILE_INCOMING = /var/log/tmda_incoming.log
Well, this is certainly one problem. Any string variables in your .tmdarc file need to be quoted. This should be LOGFILE_INCOMING = "/var/log/tmda_incoming.log" But in an earlier message you listed a different path (A/lnb/tmda/log/ or something similar) and that LOGFILE_INCOMING variable was correctly quoted. At this point I'm lost as to which server has the problem and which .qmail files and TMDA configuration you are posting. Try fixing this and we'll go from there, I guess. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
