Skip to content

Commit d066ed6

Browse files
committed
#20 - Amavis hostname is set to a wrong value
1 parent 679fdb8 commit d066ed6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/amavis/05-node_id

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use strict;
33
# $myhostname is used by amavisd-new for node identification, and it is
44
# important to get it right (e.g. for ESMTP EHLO, loop detection, and so on).
55

6-
$myhostname = `uname -a`.'__AV_MYDOMAIN__';
6+
$myhostname = `uname -n`.'__AV_MYDOMAIN__';
77

88
1; # ensure a defined return
99

0 commit comments

Comments
 (0)