Ralf, > Is $forward_method = 'smtp:hostname:11011'; > subject to MX lookups for hostname?
No, it is not. Just the name resolution as provided by the underlying Net::INET module, nothing fancy about it. > > > I'm trying to avoid queueing by simpling using different > > > forward_methods for different downstream hosts :) > > > > would be cool. could do load balancing, failover also. > > I know, I know. Thus I'm asking. > Postfix would do the splitting by domain and the queueing AFTER the > scan would be done by the downstream MTA(s) The amavisd-new-2.7.0 (already in pre3) will provides some simple failover if you list multiple destinations, e.g.: $forward_method = [ 'smtp:[::1]:10025', 'smtp:[192.0.2.9]:10025' ]; but no load balancing or intricate MX logic. Please explain more in detail what you'd like to achieve. Mark ------------------------------------------------------------------------------ _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/