讲解cyrus-sasl安装配置过程与生成rpm

运维 系统运维
cyrus-sasl安装中安装SRPM[root@localhost ~]# wget ftp://194.199.20.114/linux/fedora/updates/8/SRPMS/cyrus-sasl-2.1.22-8.fc8.src.rpm

在CentOS系统中cyrus-sasl安装还是比较常用的,于是我研究了一下cyrus-sasl安装,在这里拿出来和大家分享一下,希望对大家有用CentOS社区的Linux发行版本被称为CentOS Linux,由于使用了由RHEL的源代码重新编译生成新的发行版本,CentOS Linux具有与RHEL产品非常好的兼容性cyrus-sasl安装。

A、cyrus-sasl安装中安装SRPM
[root@localhost ~]# wget ftp://194.199.20.114/linux/fedora/updates/8/SRPMS/cyrus-sasl-2.1.22-8.fc8.src.rpm
[root@localhost ~]# rpm -ivh cyrus-sasl-2.1.22-8.fc8.src.rpm
[root@localhost ~]# cd $SPEC
编辑cyrus-sasl.spec 将下面:
# Bundling copy of Berkeley DB, for sasldb support.
topdir=`pwd`
pushd db-%{db_version}/build_unix
../dist/configure \
--with-mutex=UNIX/fcntl --disable-shared --enable-static --with-pic \
--with-uniquename=_cyrus_sasl_sasldb_rh \
--prefix=${topdir}/db-instroot \
--includedir=${topdir}/db-instroot/include \
--libdir=${topdir}/db-instroot/lib
改为:
# Bundling copy of Berkeley DB, for sasldb support.
topdir=`pwd`
pushd db-%{db_version}/build_unix
../dist/configure \
--with-mutex=UNIX/fcntl --disable-shared --enable-static --with-pic \
--with-uniquename=_cyrus_sasl_sasldb_rh \
--prefix=${topdir}/db-instroot \
--includedir=${topdir}/db-instroot/include \
--libdir=${topdir}/db-instroot/lib \
--with-authdaemond=/var/spool/authdaemon

B、cyrus-sasl安装中生成rpm
[root@localhost SPECS]# rpmbuild -bb cyrus-sasl.spec
[root@localhost RPMS]# cd $RPMS/i386
[root@localhost i386]# rpm -e --nodeps cyrus-sasl-devel cyrus-sasl-plain cyrus-sasl cyrus-sasl-lib (如果这些包存在)
[root@localhost i386]# rpm -ihv cyrus-sasl-lib-2.1.22-8.i386.rpm
[root@localhost i386]# rpm -ihv cyrus-sasl-2.1.22-8.i386.rpm
[root@localhost i386]# rpm -ihv cyrus-sasl-plain-2.1.22-8.i386.rpm

C、cyrus-sasl安装配置sasl2
创建/usr/lib/sasl2/smtpd.conf 文件,输入下面的内容:
pwcheck_method:authdaemond
log_level:3
mech_list:PLAIN LOGIN
authdaemond_path:/var/spool/authdaemon/socket
以上讲解cyrus-sasl安装过程。

【编辑推荐】

  1. 使用rpm文件手动安装CentOS authlib软件
  2. 运用CentOS RPM安装CentOS 5.2中相关软件如vhmgr
  3. CentOS5.3安装Oracle过程讲解与创建软件账户
  4. CentOS VSFTPD安装时RPM软件包安装的方法
  5. 安装CentOS oracle过程设置使用解压包
责任编辑:佚名 来源: CSDN
相关推荐

2010-01-14 13:17:42

CentOS安装

2012-11-28 10:37:25

Linux集群安装配置

2011-01-20 10:03:42

PostfixAdmi

2009-12-21 13:59:28

Linux安装过程

2010-01-12 16:21:57

Linux Yum安装

2010-01-14 13:47:30

CentOS extm

2010-04-29 10:11:07

Linux集群

2011-03-08 10:10:37

Linuxproftpd

2011-02-25 17:48:52

2010-06-07 11:22:28

2011-04-02 14:21:46

MRTG安装

2011-03-02 10:41:41

Vsftpd安装

2011-04-01 15:00:35

2011-02-23 10:43:17

2009-06-02 14:55:12

eclipse配置jdeclipse中如何配eclipse安装jd

2010-01-06 13:00:36

RPM包安装

2010-05-13 16:15:21

MySQL5 mast

2011-03-11 16:42:38

Ubuntu安装LAMP

2011-03-25 13:40:28

Cacti安装配置

2013-11-28 09:44:00

点赞
收藏

51CTO技术栈公众号