blob: 338b81c321756548e31c0e7ae5fd675f9bdfac9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/generate_config b/generate_config
index a16efd4..cf29461 100755
--- a/generate_config
+++ b/generate_config
@@ -56,7 +56,7 @@ mailhub=mail
# Where will the mail seem to come from?
#rewriteDomain=`echo -n $mailname`
# The full hostname
-hostname=`hostname --fqdn`
+hostname=localhost.localdomain
EOF
echo
|