소스 검색

Configure autodiscover in vars.inc.php

andryyy 8 년 전
부모
커밋
170e030dd6
1개의 변경된 파일0개의 추가작업 그리고 20개의 파일을 삭제
  1. 0 20
      data/web/autodiscover.php

+ 0 - 20
data/web/autodiscover.php

@@ -1,30 +1,10 @@
 <?php
 <?php
 require_once 'inc/vars.inc.php';
 require_once 'inc/vars.inc.php';
 require_once 'inc/functions.inc.php';
 require_once 'inc/functions.inc.php';
-$autodiscover_config = array(
-     'useEASforOutlook' => 'yes',
-     'autodiscoverType' => 'activesync',
-     'imap' => array(
-       'server' => $mailcow_hostname,
-       'port' => '993',
-       'ssl' => 'on',
-     ),
-     'smtp' => array(
-       'server' => $mailcow_hostname,
-       'port' => '465',
-       'ssl' => 'on'
-     ),
-     'activesync' => array(
-       'url' => 'https://'.$mailcow_hostname.'/Microsoft-Server-ActiveSync'
-     )
-);
-
 if (file_exists('inc/vars.local.inc.php')) {
 if (file_exists('inc/vars.local.inc.php')) {
 	include_once 'inc/vars.local.inc.php';
 	include_once 'inc/vars.local.inc.php';
 }
 }
 
 
-/* ---------- DO NOT MODIFY ANYTHING BEYOND THIS LINE. IGNORE AT YOUR OWN RISK. ---------- */
-
 error_reporting(0);
 error_reporting(0);
 
 
 $data = trim(file_get_contents("php://input"));
 $data = trim(file_get_contents("php://input"));