diff --git a/setup/webmail.sh b/setup/webmail.sh index cd889dbd..0fe0fc6e 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -94,6 +94,14 @@ SECRET_KEY=$(dd if=/dev/urandom bs=1 count=18 2>/dev/null | base64 | fold -w 24 # For security, temp and log files are not stored in the default locations # which are inside the roundcube sources directory. We put them instead # in normal places. + +PLUGINS="'html5_notifier', 'archive', 'zipdownload', 'password', 'managesieve', 'jqueryui', 'persistent_login'" + +# Add the carddav plugin if the user wants to install Nextcloud +if [ "${DISABLE_NEXTCLOUD}" != "0" ]; then + PLUGINS="$PLUGINS, 'carddav'" +fi + cat > $RCM_CONFIG < $RCM_CONFIG <> $RCM_CONFIG <> $RCM_CONFIG <> $RCM_CONFIG <