mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
include php-libawl and cleanup
This commit is contained in:
parent
64b1db4c30
commit
54fe92615b
@ -62,5 +62,4 @@ define('CALDAV_PERSONAL', '');
|
||||
// Setting this to false will work with most servers, but it will be slower
|
||||
define('CALDAV_SUPPORTS_SYNC', false);
|
||||
|
||||
|
||||
?>
|
@ -106,3 +106,5 @@ define('CARDDAV_SUPPORTS_FN_SEARCH', false);
|
||||
// Davical needs it
|
||||
// SOGo official demo online needs it, but some SOGo installation don't need it, so test it
|
||||
define('CARDDAV_URL_VCARD_EXTENSION', '.vcf');
|
||||
|
||||
?>
|
@ -100,4 +100,5 @@ class BackendCombinedConfig {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
@ -14,7 +14,7 @@ source /etc/mailinabox.conf # load global vars
|
||||
# Prereqs.
|
||||
|
||||
apt_install \
|
||||
php-soap php5-imap
|
||||
php-soap php5-imap libawl-php
|
||||
|
||||
php5enmod imap
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user