Koozali.org: home of the SME Server

Obsolete Releases => SME Server 9.x => Topic started by: pizzaco on April 12, 2017, 01:48:48 AM

Title: How to get qpsmptd >= .96
Post by: pizzaco on April 12, 2017, 01:48:48 AM
Just upgraded to 9.1. 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) indicates that DKIM signing is built into qpsmtpd .96 or newer.

It appears that my server is on 0.84:

Code: [Select]
[root@mail local]# yum info qpsmtpd
Loaded plugins: fastestmirror, smeserver
Loading mirror speeds from cached hostfile
 * base: repos.dfw.quadranet.com
 * smeaddons: mirror.canada.pialasse.com
 * smeextras: mirror.canada.pialasse.com
 * smeos: mirror.canada.pialasse.com
 * smeupdates: mirror.canada.pialasse.com
 * updates: mirror.compevo.com
Installed Packages
Name        : qpsmtpd
Arch        : noarch
Version     : 0.84
Release     : 18.el6.sme
Size        : 486 k
Repo        : installed
From repo   : smeupdates
Summary     : qpsmtpd + qpsmtpd-apache + qpsmtpd-async
URL         : http://smtpd.develooper.com/
License     : MIT
Description : qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the
            : core SMTP features, all functionality is implemented in small
            : "extension plugins" using the easy to use object oriented plugin
            : API.
            :
            : qpsmtpd was originally written as a drop-in qmail-smtpd
            : replacement, but now it also includes a smtp forward and a postfix
            : "backend".

The server thinks there are no available updates:
Code: [Select]
[root@mail local]# yum update
Loaded plugins: fastestmirror, smeserver
Setting up Update Process
Loading mirror speeds from cached hostfile
 * base: repos.dfw.quadranet.com
 * smeaddons: mirror.canada.pialasse.com
 * smeextras: mirror.canada.pialasse.com
 * smeos: mirror.canada.pialasse.com
 * smeupdates: mirror.canada.pialasse.com
 * updates: mirror.compevo.com
No Packages marked for Update

How do I get qpsmtpd .96 or greater?
Title: Re: How to get qpsmptd >= .96
Post by: TerryF on April 12, 2017, 03:16:53 AM
Just waiting in smeupdates-testing, will be in SME9.2 Final and available on yum update in a week or two
Title: Re: How to get qpsmptd >= .96
Post by: TerryF on April 12, 2017, 03:20:44 AM
See Bug https://bugs.contribs.org/show_bug.cgi?id=9507
Title: Re: How to get qpsmptd >= .96
Post by: pizzaco on April 12, 2017, 03:10:50 PM
Good to know. Thanks!