"Ron Dyck" <[EMAIL PROTECTED]> writes:

> Here's the errors I get in:
> /home/vpopmail/domains/test.dev/TMDA_DELIVERY_FAILURE
>
> Uncaught Python 2.2.2 Exception (Sat Nov 29 08:43:44 2003):
> -----------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/local/tmda/bin/tmda-filter", line 53, in ?
>     execfile(os.path.join(execdir, 'tmda-rfilter'))
>   File "/usr/local/tmda/bin/tmda-rfilter", line 175, in ?
>     from TMDA import Defaults
>   File "./TMDA/Defaults.py", line 1534, in ?
> ConfigError: Can't find key file:
> /home/vpopmail/domains/test.dev/.tmda/crypt_key
> Traceback (most recent call last):
>   File "/usr/local/tmda/bin/tmda-filter", line 69, in ?
>     raise NameError, 'LOGFILE_DEBUG is not defined'
> NameError: LOGFILE_DEBUG is not defined
>
> The crypt_key is in the users dir not the domain dir. Why is it looking
> here?

Apparently it's not picking up the -c parameter that tells it to look
for the test user's config file in ./test.dev/test/.tmda.

> I used vadduser-tmda when creating users.

What dot-qmail files exist, either in test.dev/ or test.dev/test/?
vadduser-tmda should have created test.dev/.qmail-test and
test.dev/.qmail-test-default.  If you have a .qmail-test, please post
its contents here.

> Also why the error:
>
> NameError: LOGFILE_DEBUG is not defined

Because you haven't defined LOGFILE_DEBUG in any config file that TMDA
can find.  TMDA falls back to ~/TMDA_DELIVERY_FAILURE when it can't
find this variable, so it's not a real problem.  Eventually, you may
want to maintain separate debug log files for individual users and you
can set it then (in each users config file) to point to a file in the
user's home directory.


Tim

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

Reply via email to