From 83bdfe2e56cc8c1823a3846f7a3c276770fa65d9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 18 Jun 2016 09:52:29 -0300 Subject: Updates templates --- templates/amavisd/05-node_id.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/amavisd') 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 -- cgit v1.2.3