/[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.14 by bytegw, Wed Jan 9 22:23:27 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 41  %define release 51
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    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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
53  Requires: qpsmtpd >= 0.40  Requires: qpsmtpd >= 0.40
54  Requires: perl(Mail::DKIM)  Requires: perl(Mail::DKIM)
# Line 69  AutoReqProv: no Line 79  AutoReqProv: no
79  SME Server qpsmtpd smtpd module  SME Server qpsmtpd smtpd module
80    
81  %changelog  %changelog
82    * Wed Jan 09 2008 Stephen Noble <support@dungog.net>1.2.1-51
83    - check_smtp_forward changed from loginfo to logdebug [SME: 3471]
84    
85    * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-50
86    - disable qplogsumm by deafult [SME: 2333]
87    
88    * Mon Jan 7 2008 Stephen Noble <support@dungog.net> 1.2.1-49
89    - rename template-begin fragments [SME: 2333]
90    
91    * Mon Oct 29 2007 Charlie Brady <charlie_brady@mitel.com>
92    - Add badrcptto_pattern rule to block "null" recipient addresses.
93      [SME: 3476]
94    
95    * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-47
96    - Add configurable timeouts during SMTP command parsing and message
97      body receipt. [SME: 3377]
98    
99    * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-46
100    - Disconnect immediately if dnsbl plugin rejects recipient addresses
101      (and therefore would never accept the message). [SME: 3352]
102    
103    * Thu Sep  6 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-45
104    - Configure hosts_allow plugin, which use the pre_connection hook
105      and therefore needs to be done before the 'peers' plugin.
106      [SME: 3352]
107    
108    * Fri Aug 03 2007 Charlie Brady <charlie_brady@mitel.com> 1.2.1-44
109    - Fix rbl migrate fragment (thanks, Mike McCarn). [SME: 3229]
110    
111    * Sun Jun 17 2007 Shad L. Lords <slords@mail.com> 1.2.1-43
112    - Updates for disclaimer plugin [SME: 2648]
113    
114    * Sat Jun 16 2007 Shad L. Lords <slords@mail.com> 1.2.1-42
115    - Add disclaimer plugin disabled by default [SME: 2648]
116    
117  * 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
118  - Update for new features in qpsmtpd v0.40  - Update for new features in qpsmtpd v0.40
119    
# Line 634  SME Server qpsmtpd smtpd module Line 679  SME Server qpsmtpd smtpd module
679  %patch28 -p1  %patch28 -p1
680  %patch29 -p1  %patch29 -p1
681  %patch30 -p1  %patch30 -p1
682    %patch31 -p1
683    %patch32 -p1
684    %patch33 -p1
685    %patch34 -p1
686    %patch35 -p1
687    %patch36 -p1
688    %patch37 -p1
689    %patch38 -p1
690    %patch39 -p1
691    %patch40 -p1
692    
693  %build  %build
694  perl createlinks  perl createlinks
# Line 681  do Line 736  do
736      echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file      echo "# $file disabled for local connections" > $PEERS_CONFIG/local/$file
737  done  done
738    
739    DISABLE_EXTERNAL="
740    65disclaimer
741    "
742    
743    for file in $DISABLE_EXTERNAL
744    do
745        echo "# $file disabled for external connections" > $PEERS_CONFIG/0/$file
746    done
747    
748  (  (
749      cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins      cd root/etc/e-smith/templates/var/service/qpsmtpd/config/plugins
750      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