I've got a problem with TMDA: - an unknown user sends a message to my user who's using TMDA - the message is intercepted and put into /pending, another file is putinto /responses (that's ok so far) - the user gets a message "your mail has been intercepted blabla replyto this link" (also ok) - when the user does so, his email address is put into lists/confirmed(ok) - he also gets a message "we've got your mail, your original mail hasbeen delivered". it hasn't, though. (not ok) - from that point on, the user can send mail without having to"register" again. (ok)
So, what happens to that mail? it just stays in /pending. When i use tmda-pending with any parameter other than --help, i get an error: [EMAIL PROTECTED]/someuser/.tmda > tmda-pending -i Traceback (most recent call last): File "/usr/local/bin/tmda-pending", line 271, in ? from TMDA import Pending File "/usr/local/lib/python2.2/site-packages/TMDA/Pending.py", line34, in ? import Defaults File "/usr/local/lib/python2.2/site-packages/TMDA/Defaults.py", line1534, in ? raise Errors.ConfigError, "Can't find key file: " + CRYPT_KEY_FILE TMDA.Errors.ConfigError: Can't find key file:/usr/local/courier/.tmda/crypt_key Courier is the user running Courier MTA. It is also the owner of all the mail boxes (all users are virtual). TMDA is looking in the wrong place, the right homedir would be /var/mail/user/.tmda/whatever So, what do I do? Is this error I get related to TMDA's not sending out that first mail? But it must know the user's homedir at some point, since it's able to go though all other steps correctly... Regards, Zac -- +++ GMX - die erste Adresse f�r Mail, Message, More +++ Neu: Preissenkung f�r MMS und FreeMMS! http://www.gmx.net _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
