We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679fdb8 commit d066ed6Copy full SHA for d066ed6
1 file changed
etc/amavis/05-node_id
@@ -3,7 +3,7 @@ use strict;
3
# $myhostname is used by amavisd-new for node identification, and it is
4
# important to get it right (e.g. for ESMTP EHLO, loop detection, and so on).
5
6
-$myhostname = `uname -a`.'__AV_MYDOMAIN__';
+$myhostname = `uname -n`.'__AV_MYDOMAIN__';
7
8
1; # ensure a defined return
9
0 commit comments