|
我现有一个域名为:www.cceye.net,最近我想做个mail服务器,在找了许多资料看完后发现sendmail,有很多的地方让我不满意,所以决心用qmail。这不,我就下了,qmail-1.03_1.tgz的二进值包裹。请问,在这种情况下,我的机器还用另外做特殊设置吗?比如,hostname/DNS等,我现在用的hostname为www.cceye.net,DNS为isp提供的:202.102.134.68我做了以下步骤。
我只是把FreeBSD自己所带的sendmail执行命令给del了,也把/etc/defaults/rc.conf里的改了,如下sendmail_enable="NO"
可是我在执行以下按装命令后还是出现以下问题,请帮忙。。。。。谢谢了。
www# pkg_add qmail-1.03_1.tgz
Your hostname is www.cceye.net.
Sorry, I couldn't find your host's canonical name in DNS.
Illegal instructionYou will have to set up control/me yourself.
- core dumped
ATTENTION:
Please make sure that you read /var/qmail/doc/PORT_NOTES.
It contains important information about testing and configuring
qmail, and finally replacing sendmail with qmail.
You should also add /var/qmail/man to your MANPATH (see manpath(1)
or login.conf(5)).
You can enable qmail as your default mailer:
# this will disable the default MTA
1) do "make disable-sendmail"
# enable qmail as your default MTA
2) do "make enable-qmail"
我如何才能让系统默认的sendmail变为qmail
请问我下步该怎么做啊。急。。。。请帮个忙吧。 |
|