Skip to content

Commit a5d7331

Browse files
author
Florian Schaal
committed
ensure valid hostname for amavis on centos
1 parent c333d43 commit a5d7331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tpl/fedora_amavisd_conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ $defang_by_ccat{+CC_BADH.",6"} = 1; # header field syntax error
144144

145145
# OTHER MORE COMMON SETTINGS (defaults may suffice):
146146

147-
# $myhostname = 'host.example.com'; # must be a fully-qualified domain name!
147+
$myhostname = '{hostname}';
148148

149149
$notify_method = 'smtp:[127.0.0.1]:10027';
150150
$forward_method = 'smtp:[127.0.0.1]:10025'; # set to undef with milter!

0 commit comments

Comments
 (0)