sendmail/sendmail-8.17.2-localdomain.patch

14 lines
502 B
Diff
Raw Normal View History

diff --git a/cf/m4/proto.m4 b/cf/m4/proto.m4
2023-06-05 09:47:25 +00:00
index 709e183..45eb58a 100644
--- a/cf/m4/proto.m4
+++ b/cf/m4/proto.m4
2023-06-05 09:47:25 +00:00
@@ -1922,6 +1922,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 >')