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分钟将邮件列表常识寄出一次。
【编辑推荐】
- 在php sendmail Windows下配置的具体实现
- sendmail的安装
- sendmail下设定邮箱大小
- Linux sendmail配置安装实现
- Linux 下sendmail的配置
- Sendmail 配置下载及安装