dovecot Installation angepasst
This commit is contained in:
@@ -282,11 +282,24 @@ return array(
|
|||||||
'mail' => array(
|
'mail' => array(
|
||||||
'label' => $lng['admin']['configfiles']['mail'],
|
'label' => $lng['admin']['configfiles']['mail'],
|
||||||
'daemons' => array(
|
'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(
|
||||||
|
'/etc/init.d/courier-authdaemon restart',
|
||||||
|
'/etc/init.d/courier-pop restart'
|
||||||
|
)
|
||||||
|
),
|
||||||
'dovecot' => array(
|
'dovecot' => array(
|
||||||
'label' => 'Dovecot',
|
'label' => 'Dovecot',
|
||||||
'commands_1' => array(
|
'commands_1' => array(
|
||||||
'apt-get install dovecot-imapd dovecot-pop3d dovecot-postfix dovecot-mysql mail-stack-delivery'
|
'apt-get install dovecot-imapd dovecot-pop3d dovecot-mysql mail-stack-delivery'
|
||||||
),
|
),
|
||||||
'files' => array(
|
'files' => array(
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user