偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

講解cyrus-sasl安裝配置過(guò)程與生成rpm

運(yùn)維 系統(tǒng)運(yùn)維
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系統(tǒng)中cyrus-sasl安裝還是比較常用的,于是我研究了一下cyrus-sasl安裝,在這里拿出來(lái)和大家分享一下,希望對(duì)大家有用CentOS社區(qū)的Linux發(fā)行版本被稱為CentOS Linux,由于使用了由RHEL的源代碼重新編譯生成新的發(fā)行版本,CentOS Linux具有與RHEL產(chǎn)品非常好的兼容性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
創(chuàng)建/usr/lib/sasl2/smtpd.conf 文件,輸入下面的內(nèi)容:
pwcheck_method:authdaemond
log_level:3
mech_list:PLAIN LOGIN
authdaemond_path:/var/spool/authdaemon/socket
以上講解cyrus-sasl安裝過(guò)程。

【編輯推薦】

  1. 使用rpm文件手動(dòng)安裝CentOS authlib軟件
  2. 運(yùn)用CentOS RPM安裝CentOS 5.2中相關(guān)軟件如vhmgr
  3. CentOS5.3安裝Oracle過(guò)程講解與創(chuàng)建軟件賬戶
  4. CentOS VSFTPD安裝時(shí)RPM軟件包安裝的方法
  5. 安裝CentOS oracle過(guò)程設(shè)置使用解壓包
責(zé)任編輯:佚名 來(lái)源: CSDN
相關(guān)推薦

2010-01-14 13:17:42

CentOS安裝

2011-01-20 10:03:42

PostfixAdmi

2009-12-21 13:59:28

Linux安裝過(guò)程

2012-11-28 10:37:25

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

2010-06-07 11:22:28

2011-02-25 17:48:52

2011-03-02 10:41:41

Vsftpd安裝

2011-04-01 15:00:35

2011-04-02 14:21:46

MRTG安裝

2011-02-23 10:43:17

2009-06-02 14:55:12

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

2010-01-06 13:00:36

RPM包安裝

2009-09-24 13:22:58

Nhibernate代碼生成

2010-08-23 10:17:20

配置DHCP

2010-05-13 16:15:21

MySQL5 mast

2011-03-11 16:42:38

Ubuntu安裝LAMP
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)