I'm configuring TMDA for qmail using vpopmail On Redhat 9.

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?

I used vadduser-tmda when creating users. Here's the contents of my config

# cat -ve /home/vpopmail/domains/test.dev/test/.tmda/config
CRYPT_KEY_FILE = "/home/vpopmail/domains/test.dev/test/.tmda/crypt_key"$
CONFIRM_APPEND =
"/home/vpopmail/domains/test.dev/test/.tmda/lists/whitelist"$
DATADIR = "/home/vpopmail/domains/test.dev/test/.tmda/"$
PENDING_WHITELIST_APPEND = CONFIRM_APPEND$
PENDING_BLACKLIST_APPEND =
"/home/vpopmail/domains/test.dev/test/.tmda/lists/blacklist"$
PENDING_RELEASE_APPEND = CONFIRM_APPEND$
FILTER_INCOMING =
"/home/vpopmail/domains/test.dev/test/.tmda/filters/incoming"$
FILTER_OUTGOING =
"/home/vpopmail/domains/test.dev/test/.tmda/filters/outgoing"$
HOSTNAME = "test.dev"$

And my crypt_key file

# ls -ld /home/vpopmail/domains/test.dev/test/.tmda/crypt_key
-rw-------    1 vpopmail vchkpw         41 Nov 28 20:36
/home/vpopmail/domains/test.dev/test/.tmda/crypt_key

Also why the error:

NameError: LOGFILE_DEBUG is not defined


Any help is appreciated.

thanks,

ron

==================================
Ron Dyck
Webbtech
www.webbtech.net  --  [EMAIL PROTECTED]
==================================


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

Reply via email to