/[smeserver]/rpms/smeserver-qpsmtpd/sme8/smeserver-qpsmtpd.spec
ViewVC logotype

Diff of /rpms/smeserver-qpsmtpd/sme8/smeserver-qpsmtpd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.11 by slords, Fri Sep 7 03:07:20 2007 UTC Revision 1.21 by slords, Sun Oct 5 19:37:57 2008 UTC
# Line 2  Summary: SME Server qpsmtpd module Line 2  Summary: SME Server qpsmtpd module
2  %define name smeserver-qpsmtpd  %define name smeserver-qpsmtpd
3  Name: %{name}  Name: %{name}
4  %define version 1.2.1  %define version 1.2.1
5  %define release 47  %define release 57
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 45  Patch33: smeserver-qpsmtpd-1.2.1-rblsbl. Line 45  Patch33: smeserver-qpsmtpd-1.2.1-rblsbl.
45  Patch34: smeserver-qpsmtpd-1.2.1-hosts_allow.patch  Patch34: smeserver-qpsmtpd-1.2.1-hosts_allow.patch
46  Patch35: smeserver-qpsmtpd-1.2.1-dnsbl_disconnect.patch  Patch35: smeserver-qpsmtpd-1.2.1-dnsbl_disconnect.patch
47  Patch36: smeserver-qpsmtpd-1.2.1-timeouts.patch  Patch36: smeserver-qpsmtpd-1.2.1-timeouts.patch
48    Patch37: smeserver-qpsmtpd-1.2.1-badrcptto_empty_local.patch
49    Patch38: smeserver-qpsmtpd-1.2.1-templatebegin.patch
50    Patch39: smeserver-qpsmtpd-1.2.1-qplogsummStatus.patch
51    Patch40: smeserver-qpsmtpd-1.2.1-logdebug.patch
52    Patch41: smeserver-qpsmtpd-1.2.1-dividezerofix.patch
53    Patch42: smeserver-qpsmtpd-1.2.1-rblsbl.patch3
54    Patch43: smeserver-qpsmtpd-1.2.1-FixDisclaimerEmptyLines.patch
55    Patch44: smeserver-qpsmtpd-1.2.1-spamhaus.patch
56    Patch45: smeserver-qpsmtpd-1.2.1-securitysage.patch
57  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
58  Requires: qpsmtpd >= 0.40  Requires: qpsmtpd >= 0.40
59  Requires: perl(Mail::DKIM)  Requires: perl(Mail::DKIM)
# Line 75  AutoReqProv: no Line 84  AutoReqProv: no
84  SME Server qpsmtpd smtpd module  SME Server qpsmtpd smtpd module
85    
86  %changelog  %changelog
87    * Sun Oct 5 2008 Shad L. Lords <slords@mail.com> 1.2.1-57
88    - Fix migrate fragment for zen.spamhaus.org [SME: 2116]
89    
90    * Sun Oct 5 2008 Shad L. Lords <slords@mail.com> 1.2.1-56
91    - Migrate sbl-xbl.spamhaus.org to zen.spamhaus.org [SME: 2116]
92    - Remove blackhole.securitysage.com [SME: 4623]
93    
94    * Wed Jul 23 2008 Gavin Weight <gweight@gmail.com> 1.2.1-55
95    - Fix empty lines and add feature to specify disclaimer directory.
96      (thanks, Federico Simoncelli). [SME: 3244]
97    
98    * Thu Apr 17 2008 Gavin Weight <gweight@gmail.com> 1.2.1-54
99    - Migrate ordb.net entries away. [SME: 4214]
100    
101    * Tue Jan 29 2008 Filippo Carletti <filippo.carletti@gmail.com> 1.2.1-53
102    - Enable auth plugin for local connections. [SME: 2631]
103    
104    * Thu Jan 10 2008 Gavin Weight <gweight@gmail.com> 1.2.1-52
105    - Fix divide by zero error on log rotate. [SME: 3620]
106    
107    * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.2.1-51
108    - check_smtp_forward changed from loginfo to logdebug [SME: 3471]
109    
110    * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-50
111    - disable qplogsumm by deafult [SME: 3727]
112    
113    * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-49
114    - rename template-begin fragments [SME: 2333]
115    
116    * Mon Oct 29 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-48
117    - Add badrcptto_pattern rule to block "null" recipient addresses.
118      [SME: 3476]
119    
120  * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-47  * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-47
121  - Add configurable timeouts during SMTP command parsing and message  - Add configurable timeouts during SMTP command parsing and message
122    body receipt. [SME: 3377]    body receipt. [SME: 3377]
# Line 668  SME Server qpsmtpd smtpd module Line 710  SME Server qpsmtpd smtpd module
710  %patch34 -p1  %patch34 -p1
711  %patch35 -p1  %patch35 -p1
712  %patch36 -p1  %patch36 -p1
713    %patch37 -p1
714    %patch38 -p1
715    %patch39 -p1
716    %patch40 -p1
717    %patch41 -p1
718    %patch42 -p1
719    %patch43 -p1
720    %patch44 -p1
721    %patch45 -p1
722    
723  %build  %build
724  perl createlinks  perl createlinks
# Line 701  mkdir -p $PEERS_CONFIG/0 Line 752  mkdir -p $PEERS_CONFIG/0
752  mkdir -p $PEERS_CONFIG/local  mkdir -p $PEERS_CONFIG/local
753    
754  DISABLE_LOCAL="  DISABLE_LOCAL="
 05auth_cvm_unix_local  
755  10check_earlytalker  10check_earlytalker
756  12count_unrecognized_commands  12count_unrecognized_commands
757  16require_resolvable_fromhost  16require_resolvable_fromhost


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed