summaryrefslogtreecommitdiff
path: root/src/OS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-04-05 13:41:50 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-04-05 13:43:28 +0100
commit9f84d5d5eb8d2f15f9bef6d4d662a4dc5f17219c (patch)
tree5505aefb0c12ca3abce1d549175fc3d30ec59324 /src/OS
parent426abccb20f089343f380b1f5b4cfc0bbcf81d90 (diff)
Disable server-side close timing sophistication on MacOS
Broken-by: 001bf8f587
Diffstat (limited to 'src/OS')
-rw-r--r--src/OS/os.h-Darwin5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/OS/os.h-Darwin b/src/OS/os.h-Darwin
index 1a557d829..a85e92f05 100644
--- a/src/OS/os.h-Darwin
+++ b/src/OS/os.h-Darwin
@@ -56,4 +56,9 @@ in "man 2 getgroups". */
rather than a modified sendto() */
#define EXIM_TFO_CONNECTX
+/* MacOS, at least on the buildfarm animal, does not seem to push out
+the SMTP response to QUIT with our usual handling which is trying to get
+the client to FIN first so that the server does not get the TIME_WAIT */
+#define SERVERSIDE_CLOSE_NOWAIT
+
/* End */