diff --git a/check_process b/check_process index 6fe8e3d..5499e44 100644 --- a/check_process +++ b/check_process @@ -14,11 +14,8 @@ upgrade=1 backup_restore=1 multi_instance=1 - incorrect_path=1 port_already_use=0 change_url=1 -;;; Levels - Level 5=auto ;;; Options Email= Notification=none diff --git a/conf/config.inc.php b/conf/config.inc.php index 0c16976..138a935 100644 --- a/conf/config.inc.php +++ b/conf/config.inc.php @@ -85,7 +85,7 @@ $config['smtp_conn_options'] = array( // provide an URL where a user can get support for this Roundcube installation // PLEASE DO NOT LINK TO THE ROUNDCUBE.NET WEBSITE HERE! -$config['support_url'] = 'https://dev.yunohost.org/projects/apps/issues?set_filter=1&f[]=category_id&op[category_id]=%3D&v[category_id][]=20'; +$config['support_url'] = 'https://forum.yunohost.org/t/roundcube-a-webmail/3965'; // Name your service. This is displayed on the login screen and in the window title $config['product_name'] = 'YunoHost Webmail';