From 13b81ff28a3785c346e98ee6c586a830bb62b350 Mon Sep 17 00:00:00 2001 From: Vinclame Date: Thu, 14 Jul 2016 13:18:33 +0200 Subject: [PATCH] Update main.cf-el5.erb verifycache optimization --- templates/main.cf-el5.erb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/templates/main.cf-el5.erb b/templates/main.cf-el5.erb index 95adb67..ea60819 100644 --- a/templates/main.cf-el5.erb +++ b/templates/main.cf-el5.erb @@ -907,6 +907,19 @@ smtpd_end_of_data_restrictions = <% end -%> <% end -%> + +<% if @address_verify_positive_expire_time -%> +address_verify_positive_expire_time = <%= @address_verify_positive_expire_time %> +<% end -%> + +<% if @address_verify_negative_expire_time -%> +address_verify_negative_expire_time = <%= @address_verify_negative_expire_time %> +<% end -%> + +<% if @address_verify_cache_cleanup_interval -%> +address_verify_cache_cleanup_interval = <%= @address_verify_cache_cleanup_interval %> +<% end -%> + body_checks = regexp:<%= @config_directory %>/body_checks <% if @canonical_maps -%>