|
|
@@ -5,3 +5,9 @@
|
|
|
#######################################################################################
|
|
|
####### Place additional commands below. #######
|
|
|
#######################################################################################
|
|
|
+
|
|
|
+# Remove 5s delay when sending mail through exim4
|
|
|
+if [ -e "/etc/exim4/exim4.conf.template" ]; then
|
|
|
+ echo "(*) Updating exim4 configuration..."
|
|
|
+ sed -i "s|rfc1413_query_timeout = 5s|rfc1413_query_timeout = 0s|g" /etc/exim4/exim4.conf.template
|
|
|
+fi
|