--- rpms/smeserver-qpsmtpd/sme8/smeserver-qpsmtpd.spec 2009/10/29 20:27:16 1.23 +++ rpms/smeserver-qpsmtpd/sme8/smeserver-qpsmtpd.spec 2013/10/13 18:54:17 1.42 @@ -1,16 +1,30 @@ -# $Id: smeserver-qpsmtpd.spec,v 1.22 2008/10/07 15:06:55 slords Exp $ +# $Id: smeserver-qpsmtpd.spec,v 1.41 2013/06/12 10:32:56 vip-ire Exp $ Summary: SME Server qpsmtpd module %define name smeserver-qpsmtpd Name: %{name} %define version 2.2.0 -%define release 2 +%define release 18 Version: %{version} Release: %{release}%{?dist} License: GPL Group: Networking/Daemons Source: %{name}-%{version}.tar.gz Patch1: smeserver-qpsmtpd-2.2.0-qpsmtpd83.patch +Patch2: smeserver-qpsmtpd-2.2.0-spamsubject.patch +Patch3: smeserver-qpsmtpd-2.2.0-expand-template.patch +Patch4: smeserver-qpsmtpd-2.2.0-RequireResolvableFromHost-default-enabled.patch +Patch5: smeserver-qpsmtpd-2.2.0-tls_before_auth.patch +Patch6: smeserver-qpsmtpd-2.2.0-require_auth.patch +Patch7: smeserver-qpsmtpd-2.2.0-ciphers.patch +Patch8: smeserver-qpsmtpd-2.2.0-fix_relay_auth_for_local_net.patch +Patch9: smeserver-qpsmtpd-2.2.0-allow_fetchmail.patch +Patch10: smeserver-qpsmtpd-2.2.0-log_to_stdout.patch +Patch11: smeserver-qpsmtpd-2.2.0-configure_num_of_log_file_to_keep.patch +Patch12: smeserver-qpsmtpd-2.2.0-spamassassin_size_limit.patch +Patch13: smeserver-qpsmtpd-2.2.0-initialize_size.patch +Patch14: smeserver-qpsmtpd-2.2.0-remove_databytes.patch + BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Requires: qpsmtpd >= 0.83 Requires: perl(Mail::DKIM) @@ -41,6 +55,56 @@ AutoReqProv: no SME Server qpsmtpd smtpd module %changelog +* Sun Oct 13 2013 Daniel Berteaud 2.2.0-18 +- Remove the databytes file from qpsmtpd config [SME: 7876] + +* Wed Jun 12 2013 Daniel Berteaud 2.2.0-17 +- Fix size_limit initialization [SME: 7668] + +* Tue Apr 23 2013 chris burnat 2.2.0-16 +- smeserver-qpsmtpd reads MaxMessageSize prop of spamassassin and adds it + to the arguments of the plugin if defined, patch by Daniel [SME: 7541] + +* Wed Jul 18 2012 Ian Wells 2.2.0-15 +- Revert the 2.2.0-14 change and fix properly in e-smith-base [SME: 7026] + +* Fri Jul 06 2012 Ian Wells 2.2.0-14 +- tls ciphers defaults to disallow SSLv2 [SME: 7026] + +* Thu Oct 14 2010 Daniel Berteaud 2.2.0-13 +- Read number of log files to keep from the DB [SME: 2862] + +* Fri Oct 8 2010 Daniel Berteaud 2.2.0-12 +- Log all the run script to stdout [SME: 5831] + +* Mon Oct 4 2010 Shad L. Lords 2.2.0-11.sme +- Allow relay from all local 127.0.0.x addresses [SME: 5575] + +* Fri Oct 1 2010 Daniel Berteaud 2.2.0-10.sme +- Fix RelayRequiresAuth for local network [SME: 5575] + +* Sun Sep 25 2010 Shad L. Lords 2.2.0-9.sme +- Make tls ciphers configurable [SME: 6241] + +* Sun Sep 25 2010 Shad L. Lords 2.2.0-8.sme +- Require auth for all relays (local too) [SME: 5575] + +* Sat Jun 5 2010 Ian Wells 2.2.0-7.sme +- Add qpsmtpd template fragment for tls_before_auth [SME: 6004] + +* Sun Dec 27 2009 Jonathan Martens 2.2.0-6.sme +- Enable qpsmtpd RequireResolvableFromHost plugin by default, remove + database entry and the database default value [SME: 5617] + +* Sat Nov 7 2009 Jonathan Martens 2.2.0-5.sme +- Tie template fragment into event system to have it expanded [SME: 5031] + +* Fri Nov 6 2009 Jonathan Martens 2.2.0-4.sme +- Add qpsmtpd template fragment for custom SPAM subject prefix [SME: 5031] + +* Thu Oct 29 2009 Shad L. Lords 2.0.0-3.sme +- Add hooks cleanout back in in so auth works. + * Thu Oct 29 2009 Shad L. Lords 2.2.0-2.sme - Add compatibility with qpsmtpd 0.83 [SME: 5543] - Add tls to base config [SME: 1076] @@ -638,6 +702,19 @@ SME Server qpsmtpd smtpd module %prep %setup %patch1 -p1 +%patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 %build perl createlinks