Paul Botelho <[EMAIL PROTECTED]> writes: > I have tmda basically setup and working, however I am getting multiple > confirm messages sent for each email. > > > ie I send a message to [EMAIL PROTECTED] > > i get a confirm message back from tmda.. > a few minutes later i get another.. > and another.. > and another...
This means the message is getting delivered to tmda-filter multiple times. There will probably be a Python traceback in either LOGFILE_DEBUG (if you have it set to a filename) or ~/TMDA_DELIVERY_FAILURE. If you can find that and post the traceback, we might be able to figure out what the problem is. > another interesting thing is that while this is happening, in the > pending queue it lists 2 copies of the original message so it looks > like for some reason the original message never leaves the queue, and > is continusly resent. (causing the multiple confirm messages) The message doesn't leave the queue until it's automatically deleted, perhaps two weeks or more later, so you can't draw conclusions from its presence there. Two copies is probably an indication that it gets successfully written before something goes wrong and TMDA dies. I can't imagine why it's dying, though. If you can find either of the files mentioned above, we can go from there. > Im using [...] > vpopmail=5.2.1 Can you tell us how you have this set up? Where are the dot-qmail files and what are they named? What are their contents, for a particular user? Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
