From c97b3f3e0c83b7821e685a34c4b05bf678cab14a Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Tue, 27 Aug 2013 11:45:21 +0200 Subject: [PATCH] add note that opendkim is currently not supported Signed-off-by: Michael Kaufmann (d00p) --- lng/english.lng.php | 2 +- lng/german.lng.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lng/english.lng.php b/lng/english.lng.php index 6926c623..9b99b5ee 100644 --- a/lng/english.lng.php +++ b/lng/english.lng.php @@ -806,7 +806,7 @@ $lng['admin']['allips'] = 'All IP\'s'; $lng['panel']['nosslipsavailable'] = 'There are currently no ssl ip/port combinations for this server'; $lng['ticket']['by'] = 'by'; $lng['dkim']['use_dkim']['title'] = 'Activate DKIM support?'; -$lng['dkim']['use_dkim']['description'] = 'Would you like to use the Domain Keys (DKIM) system?'; +$lng['dkim']['use_dkim']['description'] = 'Would you like to use the Domain Keys (DKIM) system?
Note: DKIM is only supported using dkim-filter, not opendkim (yet)'; $lng['error']['invalidmysqlhost'] = 'Invalid MySQL host address: %s'; $lng['error']['cannotuseawstatsandwebalizeratonetime'] = 'You cannot enable Webalizer and AWstats at the same time, please chose one of them'; $lng['serversettings']['webalizer_enabled'] = 'Enable webalizer statistics'; diff --git a/lng/german.lng.php b/lng/german.lng.php index 363d4e7f..42df39ca 100644 --- a/lng/german.lng.php +++ b/lng/german.lng.php @@ -805,7 +805,7 @@ $lng['admin']['allips'] = 'Alle IP\'s'; $lng['panel']['nosslipsavailable'] = 'Für diesen Server wurden noch keine SSL IP/Port Kombinationen eingetragen'; $lng['ticket']['by'] = 'von'; $lng['dkim']['use_dkim']['title'] = 'DKIM Support aktivieren?'; -$lng['dkim']['use_dkim']['description'] = 'Wollen Sie das Domain Keys (DKIM) System benutzen?'; +$lng['dkim']['use_dkim']['description'] = 'Wollen Sie das Domain Keys (DKIM) System benutzen?
Hinweis: Der Zeit wird DKIM nur via dkim-filter unterstützt, nicht opendkim'; $lng['error']['invalidmysqlhost'] = 'Ungültige MySQL Host Adresse: "%s"'; $lng['error']['cannotuseawstatsandwebalizeratonetime'] = 'Webalizer und AWstats können nicht zur gleichen Zeit aktiviert werden, bitte wählen Sie eines aus'; $lng['serversettings']['webalizer_enabled'] = 'Nutze Webalizer Statistiken';