From a5d7331041afed8dca79d67914a6ba50adbc8681 Mon Sep 17 00:00:00 2001 From: Florian Schaal Date: Fri, 11 Sep 2015 21:40:55 +0200 Subject: [PATCH] ensure valid hostname for amavis on centos --- install/tpl/fedora_amavisd_conf.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tpl/fedora_amavisd_conf.master b/install/tpl/fedora_amavisd_conf.master index 5275552e8..29f10665f 100644 --- a/install/tpl/fedora_amavisd_conf.master +++ b/install/tpl/fedora_amavisd_conf.master @@ -144,7 +144,7 @@ $defang_by_ccat{+CC_BADH.",6"} = 1; # header field syntax error # OTHER MORE COMMON SETTINGS (defaults may suffice): -# $myhostname = 'host.example.com'; # must be a fully-qualified domain name! +$myhostname = '{hostname}'; $notify_method = 'smtp:[127.0.0.1]:10027'; $forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter! -- GitLab