I posted to the list the other day, and received a whopping ZERO responses.
Its probably my fault for not having provided quality information. I'm using Postfix+Cyrus with a MySQL back-end to handle the usernames/etc. I need to figure out how to pass data from Postfix to TMDA. What seems to make the most sense is to use TWO smtp instances, with TMDA as an in-between filter, such that an incoming message is passed from Postfix to TMDA, and, upon successful confirmation, passed back from TMDA to Postfix via smtp for final delivery via Cyrus. I.E: incoming message comes in via SMTP, which passes it to tmda-filter. after confirmation, tmda-filter passes the message back to Postfix via an smtp instance listening on another port (i.e. 127.0.0.1:10026). The part I haven't figured out is how to pass the "correct" data to TMDA, in the sense of the proper "username". I do not have a large number of users, so I will create the TMDA storage space manually in its own directory, such that we have: /usr/tmda/virt0001 as the directory containing all TMDA information for user "virt0001". Since all users on the system are virtual, this leads to some confusion. Any ideas whatsoever would be helpful. I've read all the information about PF-TMDA-CYRUS (what little there is), and it is, unfortunately, not very helpful. Mark. _____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
