sendmail 启动服务器
[root@redhatlinux9 RPMS] # pstree | grep sendmail 检查是否启动
chkconfig ipop3 on #开启pop服务
chkconfig imap on #开启imap服务
此两种服务需要xinetd的支持。service xintetd restart (/etc/xinetd.d)
启动收信服务:
[root@redhatlinux9 root] # vi /etc/xinetd.d/ipop3
将
disable = yes 改为:
disable = no
[root@redhatlinux9 root]# vi /etc/xinetd.d/imap
将
disable = yes 改为:
disable = no
chkconfig ipop3 on #开启pop服务
chkconfig imap on #开启imap服务
[root@redhatlinux9 root] # /usr/sbin/sendmail -bd -q30m
-- -bd:表示将以daemon形式启动
-q:后接时间参数。表示每隔30分钟将邮件列表常识寄出一次。
【编辑推荐】
上一篇:日志系统 使Linux管理更轻松
下一篇:公司主管要知道的七个网络犯罪真相