summaryrefslogtreecommitdiff
path: root/templates/amavisd/05-node_id.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/amavisd/05-node_id.erb')
-rw-r--r--templates/amavisd/05-node_id.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/amavisd/05-node_id.erb b/templates/amavisd/05-node_id.erb
index 6a09896..2b795da 100644
--- a/templates/amavisd/05-node_id.erb
+++ b/templates/amavisd/05-node_id.erb
@@ -9,6 +9,6 @@ chomp($myhostname = `hostname --fqdn`);
# Qualified Domain Name (FQDN) and remove the # at the beginning of the line.
#
#$myhostname = "mail.example.com";
-$myhostname = "<%= fqdn %>";
+$myhostname = "<%= @fqdn %>";
1; # ensure a defined return