/[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.5 by slords, Fri Jun 15 01:27:52 2007 UTC Revision 1.9 by slords, Thu Sep 6 22:27:23 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 41  %define release 45
6  Version: %{version}  Version: %{version}
7  Release: %{release}%{?dist}  Release: %{release}%{?dist}
8  License: GPL  License: GPL
# Line 39  Patch27: smeserver-qpsmtpd-1.2.1-qplogsu Line 39  Patch27: smeserver-qpsmtpd-1.2.1-qplogsu
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  Patch29: smeserver-qpsmtpd-1.2.1-qpsmtpd40.patch
41  Patch30: smeserver-qpsmtpd-1.2.1-qpsmtpd40.patch2  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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
47  Requires: qpsmtpd >= 0.40  Requires: qpsmtpd >= 0.40
48  Requires: perl(Mail::DKIM)  Requires: perl(Mail::DKIM)
# Line 69  AutoReqProv: no Line 73  AutoReqProv: no
73  SME Server qpsmtpd smtpd module  SME Server qpsmtpd smtpd module
74    
75  %changelog  %changelog
76    * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-45
77    - Configure hosts_allow plugin, which use the pre_connection hook
78      and therefore needs to be done before the 'peers' plugin.
79      [SME: 3352]
80    
81    * Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-44
82    - Fix rbl migrate fragment (thanks, Mike McCarn). [SME: 3229]
83    
84    * Sun Jun 17 2007 Shad L. Lords <slords@mail.com> 1.2.1-43
85    - Updates for disclaimer plugin [SME: 2648]
86    
87    * Sat Jun 16 2007 Shad L. Lords <slords@mail.com> 1.2.1-42
88    - Add disclaimer plugin disabled by default [SME: 2648]
89    
90  * Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-41  * Thu Jun 14 2007 Shad L. Lords <slords@mail.com> 1.2.1-41
91  - Update for new features in qpsmtpd v0.40  - Update for new features in qpsmtpd v0.40
92    
# Line 634  SME Server qpsmtpd smtpd module Line 652  SME Server qpsmtpd smtpd module
652  %patch28 -p1  %patch28 -p1
653  %patch29 -p1  %patch29 -p1
654  %patch30 -p1  %patch30 -p1
655    %patch31 -p1
656    %patch32 -p1
657    %patch33 -p1
658    %patch34 -p1
659    
660  %build  %build
661  perl createlinks  perl createlinks
# Line 681  do Line 703  do
703      echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file      echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file
704  done  done
705    
706    DISABLE_EXTERNAL="
707    65disclaimer
708    "
709    
710    for file in $DISABLE_EXTERNAL
711    do
712        echo "# $file disabled for external connections" > $PEERS_CONFIG/0/$file
713    done
714    
715  (  (
716      cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins      cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins
717      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