Hi, > > See above, the transport table is the highest-precedence source > > of truth after content_filter. > > If I want to use the transport table to contain the list of domains > which should be processed through amavis, should I be able to disable > the content_filter and define the domains in the transport_map like: > > domain1.org smtp-amavis:[127.0.0.1]:10024 > > and expect it to work properly? Is that the proper way to do it, > assuming everything else (like mydestination, etc) is configured > properly?
Also, if the transport_map instructs postfix to send all mail for the domain to port 10024, and amavisd then sends it back to 10025, how does postfix then know to eventually forward it on to its final destination after the email has been processed?