想在centos 6.5 32位系統(tǒng)上部署EXTMAIL。通過本地YUM安裝courier-authlib-mysql的時(shí)候出現(xiàn)錯(cuò)誤
yum的文件夾
[root@localhost yum.repos.d]# ll /etc/yum.repos.d/
total 8
drwxr-xr-x. 2 root root 4096 Jan 10 21:42 backup
-rw-r--r--. 1 root root 59 Jan 10 21:22 EMOS.repo
ISO文件已經(jīng)加載到mnt內(nèi)
[root@localhost yum.repos.d]# ll /mnt/
total 83
-r--r--r--. 1 root root 2048 Dec 7 2009 boot.cat
-rw-r--r--. 1 root root 2512 Oct 24 2009 ChangeLog
drwxr-xr-x. 2 root root 57344 Dec 7 2009 EMOS
drwxr-xr-x. 2 root root 2048 Aug 10 2009 images
drwxr-xr-x. 2 root root 2048 Nov 7 2009 isolinux
-rw-r--r--. 1 root root 425 Nov 7 2009 README
-rw-r--r--. 1 root root 3390 Oct 24 2009 RELEASE-NOTES-en_US.html
-rw-r--r--. 1 root root 3711 Oct 24 2009 RELEASE-NOTES-zh_CN.html
-rw-r--r--. 1 root root 3904 Oct 24 2009 RELEASE-NOTES-zh_TW.html
drwxr-xr-x. 2 root root 2048 Dec 7 2009 repodata
-rw-r--r--. 1 root root 1449 Oct 24 2009 Thank-You-zh_HK.html
-r--r--r--. 1 root root 2694 Dec 7 2009 TRANS.TBL
YUM安裝過程如下
[root@localhost yum.repos.d]# yum install -y courier-authlib-mysql
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
EMOS | 1.1 kB 00:00 ...
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package courier-authlib-mysql.i386 0:0.62.4-2hzq will be installed
--> Processing Dependency: courier-authlib = 0.62.4-2hzq for package: courier-authlib-mysql-0.62.4-2hzq.i386
--> Processing Dependency: libmysqlclient.so.15 for package: courier-authlib-mysql-0.62.4-2hzq.i386
--> Processing Dependency: libmysqlclient.so.15(libmysqlclient_15) for package: courier-authlib-mysql-0.62.4-2hzq.i386
--> Processing Dependency: libssl.so.6 for package: courier-authlib-mysql-0.62.4-2hzq.i386
--> Processing Dependency: libcrypto.so.6 for package: courier-authlib-mysql-0.62.4-2hzq.i386
--> Running transaction check
---> Package courier-authlib.i386 0:0.62.2-1 will be updated
---> Package courier-authlib.i386 0:0.62.4-2hzq will be an update
---> Package courier-authlib-mysql.i386 0:0.62.4-2hzq will be installed
--> Processing Dependency: libmysqlclient.so.15 for package: courier-authlib-mysql-0.62.4-2hzq.i386
--> Processing Dependency: libmysqlclient.so.15(libmysqlclient_15) for package: courier-authlib-mysql-0.62.4-2hzq.i386
--> Processing Dependency: libssl.so.6 for package: courier-authlib-mysql-0.62.4-2hzq.i386
--> Processing Dependency: libcrypto.so.6 for package: courier-authlib-mysql-0.62.4-2hzq.i386
--> Finished Dependency Resolution
Error: Package: courier-authlib-mysql-0.62.4-2hzq.i386 (EMOS)
Requires: libcrypto.so.6
Available: openssl-0.9.8e-7.el5.i686 (EMOS)
libcrypto.so.6
Installed: openssl-1.0.1e-15.el6.i686 (@anaconda-CentOS-201311271240.i386/6.5)
Not found
Error: Package: courier-authlib-mysql-0.62.4-2hzq.i386 (EMOS)
Requires: libmysqlclient.so.15(libmysqlclient_15)
Available: mysql-5.0.45-7.el5.i386 (EMOS)
libmysqlclient.so.15(libmysqlclient_15)
Installed: mysql-5.1.73-3.el6_5.i686 (@base)
Not found
Error: Package: courier-authlib-mysql-0.62.4-2hzq.i386 (EMOS)
Requires: libmysqlclient.so.15
Available: mysql-5.0.45-7.el5.i386 (EMOS)
libmysqlclient.so.15
Installed: mysql-5.1.73-3.el6_5.i686 (@base)
Not found
Error: Package: courier-authlib-mysql-0.62.4-2hzq.i386 (EMOS)
Requires: libssl.so.6
Available: openssl-0.9.8e-7.el5.i686 (EMOS)
libssl.so.6
Installed: openssl-1.0.1e-15.el6.i686 (@anaconda-CentOS-201311271240.i386/6.5)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
我通過RPM單獨(dú)安裝courier-authlib-mysql的時(shí)候提示這樣的。
[root@localhost yum.repos.d]# rpm -ivh /mnt/EMOS/courier-authlib-mysql-0.62.4-2hzq.i386.rpm
error: Failed dependencies:
courier-authlib = 0:0.62.4-2hzq is needed by courier-authlib-mysql-0.62.4-2hzq.i386
libcrypto.so.6 is needed by courier-authlib-mysql-0.62.4-2hzq.i386
libmysqlclient.so.15 is needed by courier-authlib-mysql-0.62.4-2hzq.i386
libmysqlclient.so.15(libmysqlclient_15) is needed by courier-authlib-mysql-0.62.4-2hzq.i386
libssl.so.6 is needed by courier-authlib-mysql-0.62.4-2hzq.i386
檢查系統(tǒng)的openssl
[root@localhost ~]# rpm -qa | grep openssl
openssl-1.0.1e-15.el6.i686
強(qiáng)行卸載系統(tǒng)的openssl
[root@localhost ~]# rpm -e --nodeps openssl
安裝EMOS里面的openssl,提示跟ca-certificates沖突
[root@localhost ~]# rpm -ivh openssl-0.9.8e-7.el5.i686.rpm
warning: openssl-0.9.8e-7.el5.i686.rpm: Header V3 DSA/SHA1 Signature, key ID e8562897: NOKEY
Preparing... ########################################### [100%]
file /etc/pki/tls/certs/ca-bundle.crt from install of openssl-0.9.8e-7.el5.i686 conflicts with file from package ca-certificates-2013.1.94-65.0.el6.noarch
檢查openssl是否已經(jīng)安裝上,結(jié)果沒有安裝
[root@localhost ~]# rpm -qa | grep openssl
強(qiáng)行卸載ca-certificates
[root@localhost ~]# rpm -e ca-certificates
檢查ca-certificates是否已經(jīng)被卸載
[root@localhost ~]# rpm -qa | grep ca-certificates
再次安裝EMOS里面的openssl,能正常裝上
[root@localhost ~]# rpm -ivh openssl-0.9.8e-7.el5.i686.rpm
warning: openssl-0.9.8e-7.el5.i686.rpm: Header V3 DSA/SHA1 Signature, key ID e8562897: NOKEY
Preparing... ########################################### [100%]
1penssl ########################################### [100%]
通過YUM安裝courier-authlib-mysql,提示錯(cuò)誤
[root@localhost ~]# yum install -y courier-authlib-mysql
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
libssl.so.10: cannot open shared object file: No such file or directory
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.6.6 (r266:84292, Nov 22 2013, 12:11:10)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]
If you cannot solve this problem yourself, please go to
the yum faq at:
這里是一個(gè)URL,我沒有權(quán)限發(fā)布URL
檢查系統(tǒng)的openssl
[root@localhost ~]# rpm -qa | grep openssl
openssl-1.0.1e-15.el6.i686
強(qiáng)行卸載系統(tǒng)的openssl
[root@localhost ~]# rpm -e --nodeps openssl
安裝EMOS里面的openssl,提示跟ca-certificates沖突
[root@localhost ~]# rpm -ivh openssl-0.9.8e-7.el5.i686.rpm
warning: openssl-0.9.8e-7.el5.i686.rpm: Header V3 DSA/SHA1 Signature, key ID e8562897: NOKEY
Preparing... ########################################### [100%]
file /etc/pki/tls/certs/ca-bundle.crt from install of openssl-0.9.8e-7.el5.i686 conflicts with file from package ca-certificates-2013.1.94-65.0.el6.noarch
檢查openssl是否已經(jīng)安裝上,結(jié)果沒有安裝
[root@localhost ~]# rpm -qa | grep openssl
強(qiáng)行卸載ca-certificates
[root@localhost ~]# rpm -e ca-certificates
檢查ca-certificates是否已經(jīng)被卸載
[root@localhost ~]# rpm -qa | grep ca-certificates
再次安裝EMOS里面的openssl,能正常裝上
[root@localhost ~]# rpm -ivh openssl-0.9.8e-7.el5.i686.rpm
warning: openssl-0.9.8e-7.el5.i686.rpm: Header V3 DSA/SHA1 Signature, key ID e8562897: NOKEY
Preparing... ########################################### [100%]
1penssl ########################################### [100%]
通過YUM安裝courier-authlib-mysql,提示錯(cuò)誤
[root@localhost ~]# yum install -y courier-authlib-mysql
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
libssl.so.10: cannot open shared object file: No such file or directory
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.6.6 (r266:84292, Nov 22 2013, 12:11:10)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]
If you cannot solve this problem yourself, please go to
the yum faq at:
這里是一個(gè)URL,我沒有權(quán)限發(fā)布URL
[root@localhost yum.repos.d]# rpm -e --nodeps openssl
[root@localhost yum.repos.d]# yum install -y courier-authlib-mysql
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
libssl.so.10: cannot open shared object file: No such file or directory
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.6.6 (r266:84292, Nov 22 2013, 12:11:10)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]
If you cannot solve this problem yourself, please go to
the yum faq at:
yum.baseurl.org/wiki/Faq
你是想問帶ssl的stmp麼?作者: hhx012 時(shí)間: 2014-12-04 19:58
{:2_167:} 搞好了,弄了一天,搞了smtps和https。現(xiàn)在有個(gè)問題想請教,就是當(dāng)我用戶A郵箱滿了,用戶B再發(fā)郵件給用戶A,就會收到一封退信,內(nèi)容是下面這樣
This is the mail system at host mail.abc.com.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<test@abc.com>: permission denied. Command output: maildrop: maildir
over quota.