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

Title: Versions?
Post 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?

Title: Re: Versions?
Post by: Stefano on January 23, 2017, 10:21:41 PM
Code: [Select]
rpm -qa | grep pkgname

should do the work

BTW, why?
Title: Re: Versions?
Post by: ElFroggio on January 23, 2017, 10:46:32 PM
Code: [Select]
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:

Code: [Select]
qpsmtpd-0.84-18.el6.sme.noarch
Is there a way of upgrading to qsmtpd-0.96?

Thanks

Syv
Title: Re: Versions?
Post by: guest22 on January 24, 2017, 06:53:33 AM
It is in the smeupdates-testing repo

'yum update qpsmtpd --enablerepo=smeupdates-testing'
Title: Re: Versions?
Post by: ElFroggio on January 24, 2017, 04:27:38 PM
Thank you

Syv
Title: Re: Versions?
Post by: guest22 on January 24, 2017, 05:06:19 PM
As a general tip:


yum search all qpsmtpd --enablerepo=*


Will show you which repo(s) holds qpsmtpd and which version.
Title: Re: Versions?
Post by: ReetP on January 25, 2017, 02:54:12 AM
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