[ 来源: | 作者: | 时间:2007-07-21 | 收藏 | 推荐 ] 【大 中 小】
ith SELinux. You should disable SELinux during installation of the OS. If you have already installed the OS, you should disable it. IT资讯之家 www.it55.com
This version of this document was originally written using RedHat Linux 9.0.
top www.it55.com在线教程
it55.com
This document is covered by the same license as Life With Qmail, and the license is detailed here:
http://www.opencontent.org/opl.shtml
Before we begin, make sure
DNS (mx record) is properly setup. If you were using "merchbox.com" as
your virtual domain, here's how your host lookups would look after
setting up dns:
www.it55.com在线教程
[shupp@ns1 toaster]$ host -t mx merchbox.com
merchbox.com. mail is handled by 0 mail.merchbox.com.
[shupp@ns1 toaster]$ host -t a mail.merchbox.com
mail.merchbox.com. has address 216.234.249.114
IT资讯之家 www.it55.com
Now we must remove any existing installations of sendmail/postfix and disable pop/imap servers. To remove sendmail and postfix from an rpm based distribution, try this:
sflj www.it55.com kg^&fgd
rpm -e --nodeps sendmail postfixUnless you have other services that absolutely have to run on this machine, I recommend shutting down inetd or xinetd altogether and removing it from your startup scripts. The only thing you'll need (outside of what we're about to isntall) is ssh, which is probably installed already. This will likely shut off any pop3 or imap servers, as well as other unneccessary ports. Otherwise, disable them manually.
To be sure that these services are disabled, try telnetting to ports 25, 110, and 143 and make sure your connections are refused.
免费资源www.it55.com
top http://www.it55.com/
I keep my software source in /var/src. This is what I'll refer to for the rest of this document. IT资讯之家 www.it55.com
Some of this is version dependent, so please stick to the URLs below!
IT资讯之家 www.it55.com
mkdir -p /var/src/tar
cd /var/src/tarwget http://cr.yp.to/daemontools/daemontools-0.76.tar.gz
wget http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz
wget http://shupp.org/software/netqmail-1.05.tar.gz
wget http://shupp.org/patches/qmail-toaster-0.7.2.patch.bz2 www.it55.com(编辑:IT资讯之家 www.it55.com)