Dears, Currently Postfix doesn't support multiple destinations on transport (eg: smtp: [192.168.0.1]:25, [192.168.0.2]:10025 this is not supported). However Postfix support multiple destination on smtp_fallback_relay (eg: smtp_fallback_relay = [192.168.0.1]:25, [192.168.0.2]:10025). Now I have implemented this feature(support multiple destinations) based on Postfix 2.8.8 (it's easy to add it on latest version). My question is who can I contact with to check whether/how I add my patch on source code tree. Many thanks in advance.
Regards, King Cao