Files
modoboa-installer/modoboa_installer/scripts/files/amavis/conf.d/05-node_id.tpl
Antoine Nguyen 451c3b4695 CentOS support.
2016-05-31 12:41:50 +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