Koozali.org: home of the SME Server

How to get qpsmptd >= .96

Offline pizzaco

  • ***
  • 53
  • +0/-0
How to get qpsmptd >= .96
« 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 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?

Offline TerryF

  • grumpy old man
  • *
  • 1,847
  • +6/-0
Re: How to get qpsmptd >= .96
« Reply #1 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
--
qui scribit bis legit

Offline TerryF

  • grumpy old man
  • *
  • 1,847
  • +6/-0
Re: How to get qpsmptd >= .96
« Reply #2 on: April 12, 2017, 03:20:44 AM »
--
qui scribit bis legit

Offline pizzaco

  • ***
  • 53
  • +0/-0
Re: How to get qpsmptd >= .96
« Reply #3 on: April 12, 2017, 03:10:50 PM »
Good to know. Thanks!