64667ef5f3
Resolves: rhbz#1674282
14 lines
527 B
Diff
14 lines
527 B
Diff
diff --git a/src/configure.default b/src/configure.default
|
|
index 09f0b36..9242bac 100644
|
|
--- a/src/configure.default
|
|
+++ b/src/configure.default
|
|
@@ -67,7 +67,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
|