Hi, I have postfix-3.5.10 configured as a multi-instance along with amavisd for spam filtering. Amavis is limited in its ability to create different filtering policies for individual domains, so I wanted to be able to have amavisd run on one port for one domain and another port for another domain.
Is it possible to somehow use the default_transport on some type of per-domain basis? Currently I have it configured like: default_transport = smtp:[127.0.0.1]:10024 The thinking would be to send mail for domain1 to 10024, mail for domain2 to 10025, etc. Perhaps a better approach would be to use transport_maps? Maybe something like: /etc/postfix-117/transport domain1 relay:[127.0.0.1]:10024 domain2 relay:[127.0.0.1]:10025 Ideas/direction would be greatly appreciated. btw, off-topic, but is anyone using fuglu in place of amavisd, which seems kind of dead now? Thanks, Alex