Skip to content

Commit 6cdb029

Browse files
author
Marius Cramer
committed
Merge branch 'master' into 'master'
Master See merge request !226
2 parents 842b5c3 + a5d7331 commit 6cdb029

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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!
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
$wb['list_head_txt'] = 'E-Mail Datenverkehr';
33
$wb['email_txt'] = 'E-Mail Adresse';
4-
$wb['this_month_txt'] = 'Aktuelles Monat';
5-
$wb['last_month_txt'] = 'Vergangenes Monat';
4+
$wb['this_month_txt'] = 'Aktueller Monat';
5+
$wb['last_month_txt'] = 'Vergangener Monat';
66
$wb['this_year_txt'] = 'Aktuelles Jahr';
77
$wb['last_year_txt'] = 'Vergangenes Jahr';
88
?>

0 commit comments

Comments
 (0)