/[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.2 by slords, Thu Jun 14 21:22:22 2007 UTC Revision 1.20 by slords, Sun Oct 5 19:07:19 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 40  %define release 56
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 37  Patch25: smeserver-qpsmtpd-1.2.1-logters Line 37  Patch25: smeserver-qpsmtpd-1.2.1-logters
37  Patch26: smeserver-qpsmtpd-1.2.1-logterse_stats.patch  Patch26: smeserver-qpsmtpd-1.2.1-logterse_stats.patch
38  Patch27: smeserver-qpsmtpd-1.2.1-qplogsumm.patch  Patch27: smeserver-qpsmtpd-1.2.1-qplogsumm.patch
39  Patch28: smeserver-qpsmtpd-1.2.1-logterse.patch2  Patch28: smeserver-qpsmtpd-1.2.1-logterse.patch2
40    Patch29: smeserver-qpsmtpd-1.2.1-qpsmtpd40.patch
41    Patch30: smeserver-qpsmtpd-1.2.1-qpsmtpd40.patch2
42    Patch31: smeserver-qpsmtpd-1.2.1-disclaimer.patch
43    Patch32: smeserver-qpsmtpd-1.2.1-disclaimer.patch2
44    Patch33: smeserver-qpsmtpd-1.2.1-rblsbl.patch2
45    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    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.32-4.el4.sme  Requires: qpsmtpd >= 0.40
59  Requires: perl(Mail::DKIM)  Requires: perl(Mail::DKIM)
60  Requires: perl(Mail::DKIM::DkSignature)  Requires: perl(Mail::DKIM::DkSignature)
61  Requires: daemontools  Requires: daemontools
# Line 67  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-56
88    - Migrate sbl-xbl.spamhaus.org to zen.spamhaus.org [SME: 2116]
89    - Remove blackhole.securitysage.com [SME: 4623]
90    
91    * Wed Jul 23 2008 Gavin Weight <gweight@gmail.com> 1.2.1-55
92    - Fix empty lines and add feature to specify disclaimer directory.
93      (thanks, Federico Simoncelli). [SME: 3244]
94    
95    * Thu Apr 17 2008 Gavin Weight <gweight@gmail.com> 1.2.1-54
96    - Migrate ordb.net entries away. [SME: 4214]
97    
98    * Tue Jan 29 2008 Filippo Carletti <filippo.carletti@gmail.com> 1.2.1-53
99    - Enable auth plugin for local connections. [SME: 2631]
100    
101    * Thu Jan 10 2008 Gavin Weight <gweight@gmail.com> 1.2.1-52
102    - Fix divide by zero error on log rotate. [SME: 3620]
103    
104    * Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.2.1-51
105    - check_smtp_forward changed from loginfo to logdebug [SME: 3471]
106    
107    * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-50
108    - disable qplogsumm by deafult [SME: 3727]
109    
110    * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-49
111    - rename template-begin fragments [SME: 2333]
112    
113    * Mon Oct 29 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-48
114    - Add badrcptto_pattern rule to block "null" recipient addresses.
115      [SME: 3476]
116    
117    * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-47
118    - Add configurable timeouts during SMTP command parsing and message
119      body receipt. [SME: 3377]
120    
121    * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-46
122    - Disconnect immediately if dnsbl plugin rejects recipient addresses
123      (and therefore would never accept the message). [SME: 3352]
124    
125    * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-45
126    - Configure hosts_allow plugin, which use the pre_connection hook
127      and therefore needs to be done before the 'peers' plugin.
128      [SME: 3352]
129    
130    * Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-44
131    - Fix rbl migrate fragment (thanks, Mike McCarn). [SME: 3229]
132    
133    * Sun Jun 17 2007 Shad L. Lords <slords@mail.com> 1.2.1-43
134    - Updates for disclaimer plugin [SME: 2648]
135    
136    * Sat Jun 16 2007 Shad L. Lords <slords@mail.com> 1.2.1-42
137    - Add disclaimer plugin disabled by default [SME: 2648]
138    
139    * Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-41
140    - Update for new features in qpsmtpd v0.40
141    
142  * Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-40  * Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-40
143  - Remove conflicts qpsmtpd >= 0.33  - Remove conflicts qpsmtpd >= 0.33
144    
# Line 627  SME Server qpsmtpd smtpd module Line 699  SME Server qpsmtpd smtpd module
699  %patch26 -p1  %patch26 -p1
700  %patch27 -p1  %patch27 -p1
701  %patch28 -p1  %patch28 -p1
702    %patch29 -p1
703    %patch30 -p1
704    %patch31 -p1
705    %patch32 -p1
706    %patch33 -p1
707    %patch34 -p1
708    %patch35 -p1
709    %patch36 -p1
710    %patch37 -p1
711    %patch38 -p1
712    %patch39 -p1
713    %patch40 -p1
714    %patch41 -p1
715    %patch42 -p1
716    %patch43 -p1
717    %patch44 -p1
718    %patch45 -p1
719    
720  %build  %build
721  perl createlinks  perl createlinks
# Line 660  mkdir -p $PEERS_CONFIG/0 Line 749  mkdir -p $PEERS_CONFIG/0
749  mkdir -p $PEERS_CONFIG/local  mkdir -p $PEERS_CONFIG/local
750    
751  DISABLE_LOCAL="  DISABLE_LOCAL="
 05auth_cvm_unix_local  
752  10check_earlytalker  10check_earlytalker
753  12count_unrecognized_commands  12count_unrecognized_commands
754  16require_resolvable_fromhost  16require_resolvable_fromhost
# Line 674  do Line 762  do
762      echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file      echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file
763  done  done
764    
765    DISABLE_EXTERNAL="
766    65disclaimer
767    "
768    
769    for file in $DISABLE_EXTERNAL
770    do
771        echo "# $file disabled for external connections" > $PEERS_CONFIG/0/$file
772    done
773    
774  (  (
775      cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins      cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins
776      for file in *      for file in *


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