- = k o l i s k o = - <[EMAIL PROTECTED]> writes: > i have installed a mail server (qmail, vpopmail, tmda, tmda-cgi, > courier-imap). I would like to use tmda in a middle - between sender and > receiver pop3 server, as a proxy. > > Better will be describe an example: > > [EMAIL PROTECTED] send an email to [EMAIL PROTECTED] > > domain receiver.com will have following MX records in DNS: > > @ IN MX 10 tmda1.domain.com > @ IN MX 20 tmda2.domain.com > > so the message arrive to tmda1 (or tmda2) server. These servers will > check the (white/black)lists and forward the email to the REAL (fe: > mail.receiver.com) receiver.com smtp server or will wait in queue.
TMDA operates at the time of message delivery -- you run it from a .qmail, .forward or .procmailrc file. In order to do what you want, you would have to maintain a complete mirror of your vpopmail installation on the tmda[12].domain.com relays and allow the mail to be delivered on those machines. When the user's .qmail file is processed, it would have to forward successfully confirmed messages to an address at the final destination. This is probably much more of an administration nightmare than you want to deal with. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
