From ac7683377a41dc85e986260f668525b06a60feaf Mon Sep 17 00:00:00 2001 From: Vinclame Date: Thu, 14 Jul 2016 13:16:27 +0200 Subject: [PATCH] Update main.cf.erb verify cache variable in main.cf --- templates/main.cf.erb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/templates/main.cf.erb b/templates/main.cf.erb index 2e0beb0..c549f68 100644 --- a/templates/main.cf.erb +++ b/templates/main.cf.erb @@ -929,6 +929,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 -%>