exim/exim-4.82-localhost-is-local.patch
Jaroslav Škarvada 29fa670e4e New version
Resolves: rhbz#1314118
- Fixed local privilege escalation for set-uid root when using perl_startup
  Resolves: CVE-2016-1531
2016-03-24 17:22:00 +01:00

14 lines
527 B
Diff

diff --git a/src/configure.default b/src/configure.default
index 52e0536..3728043 100644
--- a/src/configure.default
+++ b/src/configure.default
@@ -54,7 +54,7 @@
# +local_domains, +relay_to_domains, and +relay_from_hosts, respectively. They
# are all colon-separated lists:
-domainlist local_domains = @
+domainlist local_domains = @ : localhost : localhost.localdomain
domainlist relay_to_domains =
hostlist relay_from_hosts = localhost
# (We rely upon hostname resolution working for localhost, because the default