作者 邓超

phpmailr

@@ -258,7 +258,7 @@ class MailProxy { @@ -258,7 +258,7 @@ class MailProxy {
258 } 258 }
259 $num = db()->count("select count(*) from `mail_proxy` where `status` = 1 and `ip` = '{$ip}'"); 259 $num = db()->count("select count(*) from `mail_proxy` where `status` = 1 and `ip` = '{$ip}'");
260 // 每个ip分配1000个 260 // 每个ip分配1000个
261 - if($num<1000){ 261 + if($num<2000){
262 $this->assignIp = $ip; 262 $this->assignIp = $ip;
263 // 如果某个服务器 停止了,进来了就要重新分配 263 // 如果某个服务器 停止了,进来了就要重新分配
264 if($data){ 264 if($data){