sendmail/backport-sendmail-8.17.1-localdomain.patch

14 lines
502 B
Diff
Raw Normal View History

2020-01-01 00:11:22 +08:00
diff --git a/cf/m4/proto.m4 b/cf/m4/proto.m4
2022-03-21 16:51:46 +08:00
index cfd71b3..6a7cf1c 100644
2020-01-01 00:11:22 +08:00
--- a/cf/m4/proto.m4
+++ b/cf/m4/proto.m4
2022-03-21 16:51:46 +08:00
@@ -1921,6 +1921,8 @@ R<@> < $* @ [IPv6:::1] >
2020-01-01 00:11:22 +08:00
$: < ? $&{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 >')