1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Alexander Wirt <formorer@debian.org>
Date: Tue, 25 Sep 2018 08:03:32 +1000
Subject: clarify fqdn error message (#451804)
---
lib/Amavis.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/lib/Amavis.pm
+++ b/lib/Amavis.pm
@@ -7361,7 +7361,8 @@
The value of variable \$myhostname is \"$myhn\", but should have been
a fully qualified domain name; perhaps uname(3) did not provide such.
You must explicitly assign a FQDN of this host to variable \$myhostname
- in amavisd.conf, or fix what uname(3) provides as a host's network name!
+ in /etc/amavis/conf.d/05-node_id, or fix what uname(3) provides as a host's
+ network name!
EOD
$mail_id_size_bits > 0 &&
|