Koozali.org: home of the SME Server
Obsolete Releases => SME Server 9.x => Topic started by: ElFroggio on January 23, 2017, 09:25:08 PM
-
SME 9.1 (current)
How do I find out the versions of the various software on my server?
- qsmtpd
- clamav
- apache
- dovecot
- roundcube (plugin)
- ...
-
rpm -qa | grep pkgname
should do the work
BTW, why?
-
rpm -qa | grep pkgname
should do the work
BTW, why?
Thanks
I was looking at DKIM https://wiki.contribs.org/Email#DKIM_Setup_-_qpsmtpd_version_.3E.3D_0.96 (https://wiki.contribs.org/Email#DKIM_Setup_-_qpsmtpd_version_.3E.3D_0.96)
It looks like qsmtpd has version greater than 0.96. I'm on SME9.1 and mine is:
qpsmtpd-0.84-18.el6.sme.noarch
Is there a way of upgrading to qsmtpd-0.96?
Thanks
Syv
-
It is in the smeupdates-testing repo
'yum update qpsmtpd --enablerepo=smeupdates-testing'
-
Thank you
Syv
-
As a general tip:
yum search all qpsmtpd --enablerepo=*
Will show you which repo(s) holds qpsmtpd and which version.
-
Thank you
Note the use of the word 'testing'
This is not guaranteed to be 100% stable, though many are using it at the minute. Bugs should be reported on the bug tracker.
You an still use DKIM on 0.84 (I do )
https://wiki.contribs.org/Email#DKIM_Setup_-_qpsmtpd_version.3C0.96
B. rgds
John