qmail+vpopmail+sqwebmail的安装步骤(3)

发表于:2007-06-08来源:作者:点击数: 标签:
2. 安装ucspi-tcp-0.88 #tar zxvf ucspi-tcp-0.88.tar.gz #cd ucspi-tcp-0.88 #make #make setup check 执行文件将被安装在/usr/local/bin中。 3. 安装checkpassword #tar zxvf checkpassword-0.81.tar.gz #cd checkpassword-0.81 #make #make setup check #c
2. 安装ucspi-tcp-0.88

  #tar zxvf ucspi-tcp-0.88.tar.gz
  #cd ucspi-tcp-0.88
  #make
  #make setup check

  执行文件将被安装在/usr/local/bin中。

  3. 安装checkpassword

  #tar zxvf checkpassword-0.81.tar.gz
  #cd checkpassword-0.81
  #make
  #make setup check
  #chmod og-rx /bin/checkpassword

  执行文件checkpassword将被安装在/bin中。

  如果不对/etc/passwd中的用户开放mail,则不需要装checkpassword,而只要装vpopmail就行了。

  4. 安裝daemontools

  #tar zxvf daemontools-0.70.tar.gz
  #cd daemontools-0.70
  #make
  #make setup check

  执行文件将安装于/usr/local/bin中。

  安装本工具后可以用

  #mkdir /var/run/qmail
  #supervise /var/run/qmail /var/qmail/rc

  来启动qmail,还可以用svc来关闭或重启qmail,用svstat监视qmail运行情况。(参见qmail FAQ)


原文转自:http://www.ltesting.net