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

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

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

Revision 1.9 by slords, Thu Sep 6 22:27:23 2007 UTC Revision 1.18 by bytegw, Wed Jul 23 19:26:22 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 45  %define release 55
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 43  Patch31: smeserver-qpsmtpd-1.2.1-disclai Line 43  Patch31: smeserver-qpsmtpd-1.2.1-disclai
43  Patch32: smeserver-qpsmtpd-1.2.1-disclaimer.patch2  Patch32: smeserver-qpsmtpd-1.2.1-disclaimer.patch2
44  Patch33: smeserver-qpsmtpd-1.2.1-rblsbl.patch2  Patch33: smeserver-qpsmtpd-1.2.1-rblsbl.patch2
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
47    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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
56  Requires: qpsmtpd >= 0.40  Requires: qpsmtpd >= 0.40
57  Requires: perl(Mail::DKIM)  Requires: perl(Mail::DKIM)
# Line 73  AutoReqProv: no Line 82  AutoReqProv: no
82  SME Server qpsmtpd smtpd module  SME Server qpsmtpd smtpd module
83    
84  %changelog  %changelog
85    * Wed Jul 23 2008 Gavin Weight <gweight@gmail.com> 1.2.1-55
86    - Fix empty lines and add feature to specify disclaimer directory. [SME: 3244]
87    
88    * Thu Apr 17 2008 Gavin Weight <gweight@gmail.com> 1.2.1-54
89    - Migrate ordb.net entries away. [SME: 4214]
90    
91    * Tue Jan 29 2008 Filippo Carletti <filippo.carletti@gmail.com> 1.2.1-53
92    - Enable auth plugin for local connections. [SME: 2631]
93    
94    * Thu Jan 10 2008 Gavin Weight <gweight@gmail.com> 1.2.1-52
95    - Fix divide by zero error on log rotate. [SME: 3620]
96    
97    * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.2.1-51
98    - check_smtp_forward changed from loginfo to logdebug [SME: 3471]
99    
100    * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-50
101    - disable qplogsumm by deafult [SME: 3727]
102    
103    * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-49
104    - rename template-begin fragments [SME: 2333]
105    
106    * Mon Oct 29 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-48
107    - Add badrcptto_pattern rule to block "null" recipient addresses.
108      [SME: 3476]
109    
110    * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-47
111    - Add configurable timeouts during SMTP command parsing and message
112      body receipt. [SME: 3377]
113    
114    * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-46
115    - Disconnect immediately if dnsbl plugin rejects recipient addresses
116      (and therefore would never accept the message). [SME: 3352]
117    
118  * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-45  * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-45
119  - Configure hosts_allow plugin, which use the pre_connection hook  - Configure hosts_allow plugin, which use the pre_connection hook
120    and therefore needs to be done before the 'peers' plugin.    and therefore needs to be done before the 'peers' plugin.
# Line 656  SME Server qpsmtpd smtpd module Line 698  SME Server qpsmtpd smtpd module
698  %patch32 -p1  %patch32 -p1
699  %patch33 -p1  %patch33 -p1
700  %patch34 -p1  %patch34 -p1
701    %patch35 -p1
702    %patch36 -p1
703    %patch37 -p1
704    %patch38 -p1
705    %patch39 -p1
706    %patch40 -p1
707    %patch41 -p1
708    %patch42 -p1
709    %patch43 -p1
710    
711  %build  %build
712  perl createlinks  perl createlinks
# Line 689  mkdir -p $PEERS_CONFIG/0 Line 740  mkdir -p $PEERS_CONFIG/0
740  mkdir -p $PEERS_CONFIG/local  mkdir -p $PEERS_CONFIG/local
741    
742  DISABLE_LOCAL="  DISABLE_LOCAL="
 05auth_cvm_unix_local  
743  10check_earlytalker  10check_earlytalker
744  12count_unrecognized_commands  12count_unrecognized_commands
745  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