Files
modoboa-installer/modoboa_installer/scripts/files/amavis/05-node_id.tpl
Antoine Nguyen 84fe9b0d16 Initial commit.
2015-10-14 17:27:01 +02:00

14 lines
423 B
Smarty

use strict;
# $myhostname is used by amavisd-new for node identification, and it is
# important to get it right (e.g. for ESMTP EHLO, loop detection, and so on).
# chomp($myhostname = `hostname --fqdn`);
# To manually set $myhostname, edit the following line with the correct Fully
# Qualified Domain Name (FQDN) and remove the # at the beginning of the line.
#
$myhostname = "%hostname";
1; # ensure a defined return