/[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.11 by slords, Fri Sep 7 03:07:20 2007 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 47
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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
49  Requires: qpsmtpd >= 0.32-4.el4.sme  Requires: qpsmtpd >= 0.40
50  Requires: perl(Mail::DKIM)  Requires: perl(Mail::DKIM)
51  Requires: perl(Mail::DKIM::DkSignature)  Requires: perl(Mail::DKIM::DkSignature)
52  Requires: daemontools  Requires: daemontools
# Line 67  AutoReqProv: no Line 75  AutoReqProv: no
75  SME Server qpsmtpd smtpd module  SME Server qpsmtpd smtpd module
76    
77  %changelog  %changelog
78    * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-47
79    - Add configurable timeouts during SMTP command parsing and message
80      body receipt. [SME: 3377]
81    
82    * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-46
83    - Disconnect immediately if dnsbl plugin rejects recipient addresses
84      (and therefore would never accept the message). [SME: 3352]
85    
86    * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-45
87    - Configure hosts_allow plugin, which use the pre_connection hook
88      and therefore needs to be done before the 'peers' plugin.
89      [SME: 3352]
90    
91    * Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-44
92    - Fix rbl migrate fragment (thanks, Mike McCarn). [SME: 3229]
93    
94    * Sun Jun 17 2007 Shad L. Lords <slords@mail.com> 1.2.1-43
95    - Updates for disclaimer plugin [SME: 2648]
96    
97    * Sat Jun 16 2007 Shad L. Lords <slords@mail.com> 1.2.1-42
98    - Add disclaimer plugin disabled by default [SME: 2648]
99    
100    * Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-41
101    - Update for new features in qpsmtpd v0.40
102    
103  * 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
104  - Remove conflicts qpsmtpd >= 0.33  - Remove conflicts qpsmtpd >= 0.33
105    
# Line 627  SME Server qpsmtpd smtpd module Line 660  SME Server qpsmtpd smtpd module
660  %patch26 -p1  %patch26 -p1
661  %patch27 -p1  %patch27 -p1
662  %patch28 -p1  %patch28 -p1
663    %patch29 -p1
664    %patch30 -p1
665    %patch31 -p1
666    %patch32 -p1
667    %patch33 -p1
668    %patch34 -p1
669    %patch35 -p1
670    %patch36 -p1
671    
672  %build  %build
673  perl createlinks  perl createlinks
# Line 674  do Line 715  do
715      echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file      echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file
716  done  done
717    
718    DISABLE_EXTERNAL="
719    65disclaimer
720    "
721    
722    for file in $DISABLE_EXTERNAL
723    do
724        echo "# $file disabled for external connections" > $PEERS_CONFIG/0/$file
725    done
726    
727  (  (
728      cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins      cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins
729      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