> From: Stephen Warren <[EMAIL PROTECTED]>
> Reply-To: Stephen Warren <[EMAIL PROTECTED]>
> Date: Sat, 08 Jan 2005 17:12:29 -0700
> To: m <[EMAIL PROTECTED]>
> Cc: "[email protected]" <[email protected]>
> Subject: Re: still can't deliver to virtual users via cyrus
> 
> m wrote:
>> 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/")

OK.

I should have caught that.

Now I get a slightly different error:

tmda/$USER/logs/debug for traceback See none/TMDA_DELIVERY_FAILURE for
traceback  Uncaught Python 2.2.3 Exception (Sat Jan  8 19:12:39 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 161,
                        : here's where the differences begin ----------^

in ?     raise Errors.ConfigError, \ ConfigError: non-qmail users must
define DELIVERY in none/.tmda/config Traceback (most recent call last):
File "/usr/local/tmda-1.0.3/bin/tmda-filter", line 71, in ?     fp =
open(LOGFILE_DEBUG, 'a') IOError: [Errno 2] No such file or directory:


> 
> -- 
> Stephen Warren, Software Engineer, NVIDIA, Fort Collins, CO
> [EMAIL PROTECTED]     http://www.wwwdotorg.org/pgp.html


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

Reply via email to