(sorry to reply to my own post, but I've solved a couple issues) David U. wrote: > 1) I can send mail to my tmda-ized address ([EMAIL PROTECTED]) and > get back a confirmation to which I reply and am added to the > whitelist. (all working) but it seems like tmda isn't checking the > whitelist because when I send another mail from the same confirmed > address it still requires me to confirm again. This could just be a > minor config issue on my end perhaps (unrelated to qmail and > vpopmail).
I still cannot get this to work. It's as if the whitelist is not being read. > 2) The second and more troublesome issue is that of using > tmda-ofmipd. The authorization works (using pop3) and I'm running > the daemon as vpopmail (not via -u, but actually AS the vpopmail > user). The mail attempts to send but then hangs with a > traceback-looking thing from tmda-ofmipd. It appears it can't find > my crypt_key. I tried to set CRYPT_KEY_FILE in my config but perhaps > it isn't reading it.... I've got this working. The issue (which I missed somehow in the logs) was that __authuser was being set to davidu%everybox.com@localhost since that is how vpopmail checks and thus looking for a config file in configdir/davidu%everybox.com/ instead of just /davidu/. I fixed this by using an auth file instead of remote pop checking but I'd like to be able to do pop checking so that I don't have the password in cleartext in a file. (I used a different password, but still). > error: uncaptured python exception, closing channel > <__main__.SMTPChannel connected 128.252.50.37:3382 at 0x81c5c9c> > (exceptions.IOError:failure delivering message to command > "/var/tmda/bin/tmda-inject --config-file > /home/vpopmail/domains/everybox.com/davidu%everybox.com/config > '[EMAIL PROTECTED]'" (command "/var/tmda/bin/tmda-inject > --config-file > /home/vpopmail/domains/everybox.com/davidu%everybox.com/config > '[EMAIL PROTECTED]'" exited 1 "oops" -- sorry, shoulda looked a bit closer at the logs, but still some issues remaining. Thanks, David Ulevitch -- "Never doubt that a small group of thoughtful citizens can change the world. Indeed, it is the only thing that ever has." --Margaret Mead _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
