Skip to content

Commit 04092a9

Browse files
author
Till Brehm
committed
Set default email sending mode in ISPConfig UI to smtp
1 parent 90ce11e commit 04092a9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

install/tpl/system.ini.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ mailbox_show_custom_rules_tab=y
1414
mailboxlist_webmail_link=y
1515
webmail_url=/webmail
1616
dkim_path=/var/lib/amavis/dkim
17+
smtp_enabled=y
18+
smtp_host=localhost
1719

1820
[monitor]
1921

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
'smtp_enabled' => array (
312312
'datatype' => 'VARCHAR',
313313
'formtype' => 'CHECKBOX',
314-
'default' => 'n',
314+
'default' => 'y',
315315
'value' => array(0 => 'n', 1 => 'y')
316316
),
317317
'smtp_host' => array (
@@ -328,7 +328,7 @@
328328
'type' => 'STRIPNL')
329329
),
330330
'formtype' => 'TEXT',
331-
'default' => '',
331+
'default' => 'localhost',
332332
'value' => '',
333333
'width' => '30',
334334
'maxlength' => '255'

0 commit comments

Comments
 (0)