mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
replace old sieveport 2000 with new default 4190
This commit is contained in:
parent
6ed373ca91
commit
579b5f6f42
@ -164,7 +164,7 @@ class defaultimap extends Net_IMAP
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
var $sievePort = 2000;
|
||||
var $sievePort = 4190;
|
||||
|
||||
/**
|
||||
* the construtor
|
||||
@ -699,7 +699,7 @@ class defaultimap extends Net_IMAP
|
||||
$time = time() < $_vacation['start_date'] ? $_vacation['start_date'] : $end_date;
|
||||
$async->set_timer($time,$async_id,'felamimail.bosieve.async_vacation',$_vacation+array('scriptName'=>$_scriptName),$user);
|
||||
}
|
||||
if ($_reschedule===true)
|
||||
if ($_reschedule===true)
|
||||
{
|
||||
$time = time() + 60*3;
|
||||
unset($_vacation['next']);
|
||||
|
Loading…
Reference in New Issue
Block a user