humaton / fedora-infra / ansible

Forked from fedora-infra/ansible 5 years ago
Clone

affac36 postfix / main.cf / gateway: enable smtp_tls_connection_reuse

Authored and Committed by kevin 3 years ago
    postfix / main.cf / gateway: enable smtp_tls_connection_reuse
    
    Right now we are hitting redhat.com mx server connection limits.
    This might be because we are starting too many new connections at once.
    Enabling this should reduce the new connections by reusing existing
    ones.
    
    Signed-off-by: Kevin Fenzi <kevin@scrye.com>