On Tue, Feb 10, 2004 at 02:18:07PM +0100, - = k o l i s k o = - wrote: > 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.
FAQ 3.8 has instructions for creating a qmail based TMDA relay: http://tmda.net/faq.cgi?req=show&file=faq03.008.htp > 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. With 2 MX's in between you may need to use the DB_* variables in order to share whitelists, etc. Also, you could simply forward all mail that is received on tmda2.domain.com to tmda1.domain.com, and avoid the shared whitelist issue. Good luck, Cory -- Cory Wright Stand Blue Technology http://www.standblue.net/ _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
