File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ tls_on_connect_ports = 465
6464never_users = root
6565host_lookup = *
6666rfc1413_hosts = *
67- rfc1413_query_timeout = 5s
67+ rfc1413_query_timeout = 0s
6868ignore_bounce_errors_after = 2d
6969timeout_frozen_after = 7d
7070
Original file line number Diff line number Diff line change 55# ######################################################################################
66# ###### Place additional commands below. #######
77# ######################################################################################
8+
9+ # Remove 5s delay when sending mail through exim4
10+ if [ -e " /etc/exim4/exim4.conf.template" ]; then
11+ echo " (*) Updating exim4 configuration..."
12+ sed -i " s|rfc1413_query_timeout = 5s|rfc1413_query_timeout = 0s|g" /etc/exim4/exim4.conf.template
13+ fi
You can’t perform that action at this time.
0 commit comments