Skip to content

Commit 7255ec9

Browse files
author
Florian Schaal
committed
increased default dkim-strength from 1024 bits to 2048
1 parent 756b836 commit 7255ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/admin/form/server_config.tform.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@
320320
'dkim_strength' => array(
321321
'datatype' => 'INTEGER',
322322
'formtype' => 'SELECT',
323-
'default' => '1024',
324-
'value' => array('1024' => 'normal (1024)', '2048' => 'strong (2048)', '4096' => 'very strong (4096)')
323+
'default' => '2048',
324+
'value' => array('1024' => 'week (1024)', '2048' => 'normal (2048)', '4096' => 'strong (4096)')
325325
),
326326
'relayhost_password' => array(
327327
'datatype' => 'VARCHAR',

0 commit comments

Comments
 (0)