Greg Sims: > This seems like a good scenario to > use smtp_connection_cache_on_demand=yes. Is it possible to configure this > for just majortransport? It seems turning on the connection_cache for the > entire installation will reduce the randomness and effectiveness of the > randmap.
To override the main.cf option for specific SMTP clients, use master.cf majortransport .. .. .. .. .. .. smtp -o smtp_connection_cache_on_demand=... and "postfix reload". Wietse