From a5d7331041afed8dca79d67914a6ba50adbc8681 Mon Sep 17 00:00:00 2001
From: Florian Schaal <florian@schaal-24.de>
Date: Fri, 11 Sep 2015 15:40:55 -0400
Subject: [PATCH] ensure valid hostname for amavis on centos
---
install/tpl/fedora_amavisd_conf.master | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/install/tpl/fedora_amavisd_conf.master b/install/tpl/fedora_amavisd_conf.master
index 5275552..29f1066 100644
--- a/install/tpl/fedora_amavisd_conf.master
+++ b/install/tpl/fedora_amavisd_conf.master
@@ -144,7 +144,7 @@
# 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!
--
Gitblit v1.9.1