I'm still having a problem getting TMDA to pick up the right defaults as far as file locations, etc., for the virtual users.
The mail log shows this on a delivery attempt:
Jan 8 18:49:20 sausage postfix/pipe[33251]: 9754356DB2: to=<[EMAIL PROTECTED]>, orig_to=<[EMAIL PROTECTED]>, relay=tmda, delay=1, status=deferred (temporary failure. Command output: See none/TMDA_DELIVERY_FAILURE for traceback Uncaught Python 2.2.3 Exception (Sat Jan 8 18:49:20 2005): ----------------------------------------------------------- Traceback (most recent call last): File "/usr/local/tmda-1.0.3/bin/tmda-filter", line 53, in ? execfile(os.path.join(execdir, 'tmda-rfilter')) File "/usr/local/tmda-1.0.3/bin/tmda-rfilter", line 175, in ? from TMDA import Defaults File "/usr/local/tmda-1.0.3/TMDA/Defaults.py", line 68, in ? execfile(GLOBAL_TMDARC) File "/etc/tmdarc", line 8 DATADIR = %os.path.expandvars("/usr/tmda/$USER/") ^ SyntaxError: invalid syntax Traceback (most recent call last): File "/usr/local/tmda-1.0.3/bin/tmda-filter", line 67, in ? from TMDA.Defaults import LOGFILE_DEBUG ImportError: cannot import
Line 8 of /etc/tmdarc has a syntax error. There's a % character that shouldn't be there:
> DATADIR = %os.path.expandvars("/usr/tmda/$USER/")-- Stephen Warren, Software Engineer, NVIDIA, Fort Collins, CO [EMAIL PROTECTED] http://www.wwwdotorg.org/pgp.html
signature.asc
Description: OpenPGP digital signature
_____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
