Posts Tagged ‘ubuntu’

Ubuntu 7.10 Server服务安装手记(5)——配置支持mysql的maildrop

12.09.2007 by admin - 0 Comment
Posted in linux

按照前面的步骤安装好支持mysql的maildrop以后,下面就可以进行具体的配置了。
先创建/etc/maildropmysql.config

  1. sudo pico /etc/maildropmysql.config

Read the rest of this entry »

Ubuntu 7.10 Server服务安装手记(5)前奏——debfoster的使用以及自行下载源代码编译deb安装包

12.08.2007 by admin - 0 Comment
Posted in linux

有关debfoster的功能,可以放狗搜一下。也可以参考:http://debian.linuxsir.org/main/?q=node/52

由于ubuntu自带的courier-maildrop包不支持mysql的整合,所以这里我们要利用源代码自己编译一份maildrop。

你如果懒的话,可以直接下载我编译好的文件直接安装,下面的步骤也就可以跳过了:
maildrop_2.0.3-1_i386.deb

先安装debfoster:

  1. sudo apt-get install debfoster

Read the rest of this entry »

Ubuntu 7.10 Server服务安装手记(4)补充——以fastcgi方式运行extmail

12.07.2007 by admin - 0 Comment
Posted in linux

安装好了extmail以后,发现以cgi方式运行的extmail在发信的时候会出现一个perl的错误提示:

  1. gettimeof day

据说是因为ubuntu编译perl的参数问题,解决办法是放弃cgi方式运行extmail,改为fastcgi方式。
参考了一下extmail文档中的README.fcgi,决定选用suidperl的fastcgi方式。也可以采用remote方式,具体可以参考extmail的说明文档了。
Read the rest of this entry »

Ubuntu 7.10 Server服务安装手记(4)——安装基于postfix的邮件系统

12.06.2007 by admin - 0 Comment
Posted in linux

以我安装mail.ipbfans.org的邮件服务为例,先安装软件:

  1. sudo apt-get install postfix postfix-mysql courier-authdaemon courier-authlib-mysql courier-imap courier-imap-ssl courier-pop courier-pop-ssl sasl2-bin libsasl2-2 libsasl2-modules libsasl2-modules-sql

Read the rest of this entry »

Ubuntu 7.10 Server服务安装手记(3)—— 安装pure-ftpd-mysql

12.05.2007 by admin - 0 Comment
Posted in linux

先安装支持读取mysql虚拟用户的pureftpd

安装支持mysql虚拟用户的pureftpd也是为了方便管理pureftpd的虚拟用户,当然你也可以不安装。另外,ubuntu下的pure-ftpd和pure-ftpd-mysql是互斥的,两个包只能安装一个。
Read the rest of this entry »

Ubuntu 7.10 Server服务安装手记(2)——安装awstats提供apache2的日志分析

12.04.2007 by admin - 0 Comment
Posted in linux

先安装awstats,以及cronolog用于apache2的日记轮询

  1. sudo apt-get install awstats cronolog

然后进入apache2虚拟主机配置目录,编辑虚拟主机配置文件:
Read the rest of this entry »