欢迎来到云服务器

Directadmin Linux面板

安装vm-pop3d以通过xinetd运行

如果vm-pop3d守护进程无法正常工作,并且无法连续连接到110,则可能需要尝试通过xinetd运行它。
 
1)对程序进行DA检查:
/usr/local/directadmin/data/admin/services.status
设置:vm-pop3d = OFF
 
2)关闭引导脚本:

chkconfig vm-pop3d off


3)安装xinet.d
编辑/etc/xinetd.d/pop3并添加:

# default: on
# description: pop3
service pop3
{
  log_on_success += DURATION USERID
  log_on_failure += USERID
  port = 110
  socket_type = stream
  user = root
  server = /usr/sbin/vm-pop3d
  server_args = -t 600
  wait = no
  nice = 10
}



4)重新启动xinetd:

/sbin/service vm-pop3d stop       #(if its running)
/sbin/service xinetd restart

腾讯云代理

Copyright © 2003-2021 MFISP.COM. 国外vps服务器租用 梦飞云服务器租用 版权所有 粤ICP备11019662号