sendmail/sendmail-8.18.1-localdomain.patch
Jaroslav Škarvada 26448b1eab New version
Resolves: rhbz#2228229
  Resolves: CVE-2023-51765
2024-01-31 16:41:27 +01:00

14 lines
502 B
Diff

diff --git a/cf/m4/proto.m4 b/cf/m4/proto.m4
index ff7eb0b..58708e3 100644
--- a/cf/m4/proto.m4
+++ b/cf/m4/proto.m4
@@ -1924,6 +1924,8 @@ R<@> < $* @ [IPv6:::1] >
$: < ? $&{client_name} > < $1 @ [IPv6:::1] >
R<@> < $* @ localhost.$m >
$: < ? $&{client_name} > < $1 @ localhost.$m >
+R<@> < $* @ localhost.localdomain >
+ $: < ? $&{client_name} > < $1 @ localhost.localdomain >
ifdef(`_NO_UUCP_', `dnl',
`R<@> < $* @ localhost.UUCP >
$: < ? $&{client_name} > < $1 @ localhost.UUCP >')