|
我的目的配置sendmail+SquirrelMail WEB邮件服务器。
#service sendmail start ; 启动sendmail 服务
#postfix/postfix-script: starting the Postfix mail system ;会自动出现这条信息
1. 这是第一点不明白的地方,为什么我启动sendmail ,系统会自动启动postfix 服务呢?
2. 真正的sendmail 却没有正常启动,反而postfix却正常启动了?
如果再次启动sendmail 服务会出现以下错误:
postfix/postfix-script: fatal: the Postfix mail system is already running
3. 报告说postfix 已经在运行。
还有一个我不理解的就是网上配置资料说需要IMAP-2000的一个服务包,
但是我用#rpm -qa | grep IMAP ; 发现没有这个服务包,
用#rpm -qa | grep imap ;发现有下面几个包
cyrus-imapd-perl-2.3.7-1.1.el5
cyrus-imapd-2.3.7-1.1.el5
cyrus-imapd-utils-2.3.7-1.1.el5
还请高人指点,再次多谢了! |
|