Test zum Entfernen

This commit is contained in:
Lednerb
2015-01-11 16:01:58 +01:00
parent 8a3745aee8
commit 1cb237e8e1

View File

@@ -282,21 +282,7 @@ return array(
'mail' => array(
'label' => $lng['admin']['configfiles']['mail'],
'daemons' => array(
'courier' => array(
'label' => 'Courier',
'commands' => array(
'apt-get install courier-pop courier-imap courier-authlib-mysql'
),
'files' => array(
'etc_courier_authdaemonrc' => '/etc/courier/authdaemonrc',
'etc_courier_authmysqlrc' => '/etc/courier/authmysqlrc'
),
'restart' => array(
'service courier-authdaemon restart',
'service courier-pop restart',
'service courier-imap restart'
)
),
'dovecot' => array(
'label' => 'Dovecot',
'commands_1' => array(