Homer Wilson Smith:
>      Is there a way to set a mail server to only open one connection
> to another, and send all mail over that one connection keeping it alive?

/etc/postfix/main.cf:
    smtp_destination_concurrency_limit = 1
    smtp_connection_cache_on_demand = yes

References:
http://www.postfix.org/smtp_destination_concurrency_limit
http://www.postfix.org/smtp_connection_cache_on_demand
http://www.postfix.org/CONNECTION_CACHE_README.html


        Wietse

Reply via email to