diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/update-exim4.conf.conf.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/update-exim4.conf.conf.erb b/templates/update-exim4.conf.conf.erb index db4be67..e25ec1f 100644 --- a/templates/update-exim4.conf.conf.erb +++ b/templates/update-exim4.conf.conf.erb @@ -12,7 +12,7 @@ # Debconf configuration, but not all of them. # dc_eximconfig_configtype='internet' -dc_other_hostnames='<%= fqdn %>' +dc_other_hostnames='<%= scope.lookupvar('::fqdn') %>' dc_local_interfaces='127.0.0.1' dc_readhost='' dc_relay_domains='' |