Hi all, the postfix documentation says that transport_maps are overriding the virtual_transport. The reinjection with another smtpd (i.e. port 10026) needs a transport table to the mail server. Ok, I think it works now (I didn't test all cases e.g. catchall accounts) if use content_filter instead of virtual_transport and virtual_alias_domains/ maps, but I wonder how the setup in relay.txt can work. I only want to understand this setup, because in my case the mail delivery ended in a loop or with an error.
regards Sven Am Donnerstag, 11. Oktober 2007 00:59 schrieb [EMAIL PROTECTED]: > Hi Dany, > Hi Sean, > > Thanks for the response. > > I defined dspam now as a content filter in main.cf not as a > virtual_transport like mentioned in relay.txt: > content_filter=lmtp:127.0.0.1:10024 > > and the smtpd:10024 has the option > -o content_filter= > > Now all Mails passes dspam and were delivered to the host in the > transport_map. > > regards > Sven > > Am Mittwoch, 10. Oktober 2007 18:19:55 schrieb Dany V.: > > On Wed, 10 Oct 2007 02:21:10 +0200 > > > > [EMAIL PROTECTED] wrote: > > > Hi all, > > > > > > I want to use DSPAM and Postfix as a relay (point MX records to the > > > relay and Deliver the Mail to the real Mailserver). > > > If I follow the instructions of the relay.txt I get a 451 "Temporary > > > lookup failure" If I define the domain in virtual_mailbox_domains. I > > > have no glue how to solve this. > > > > > > My old setup worked with transport maps and I wonder where I should > > > write the destination url now. My old config did this with > > > transport_maps (example.com [mail.example.com]). Any suggestions? > > > > > > regards > > > Sven > > > > You can still use the transport maps. This is how I do it. > > > > -- > > Dany V.
