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

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

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

Revision 1.1 by stephdl, Fri Feb 5 23:28:48 2016 UTC Revision 1.35 by jpp, Sun Mar 11 06:10:06 2018 UTC
# Line 1  Line 1 
1  # $Id: smeserver-qpsmtpd.spec,v 1.13 2016/01/13 17:47:36 vip-ire Exp $  # $Id: smeserver-qpsmtpd.spec,v 1.34 2017/08/03 13:44:04 vip-ire Exp $
2    
3  Summary: SME Server qpsmtpd module  Summary: SME Server qpsmtpd module
4  %define name smeserver-qpsmtpd  %define name smeserver-qpsmtpd
5  Name: %{name}  Name: %{name}
6  %define version 2.6.0  %define version 2.6.0
7  %define release 1  %define release 32
8  Version: %{version}  Version: %{version}
9  Release: %{release}%{?dist}  Release: %{release}%{?dist}
10  License: GPL  License: GPL
11  Group: Networking/Daemons  Group: Networking/Daemons
12  Source: %{name}-%{version}.tar.xz  Source: %{name}-%{version}.tar.xz
13    Patch0: smeserver-qpsmtpd-2.6.0-PERMS.patch
14    Patch1: smeserver-qpsmtpd-2.6.0-compat_with_0.96.patch
15    Patch2: smeserver-qpsmtpd-2.6.0-remove_obsolete_badrcptto_pattern_conf.patch
16    Patch3: smeserver-qpsmtpd-2.6.0-dhparam.patch
17    Patch4: smeserver-qpsmtpd-2.6.0-karma.patch
18    Patch5: smeserver-qpsmtpd-2.6.0-loadcheck.patch
19    Patch6: smeserver-qpsmtpd-2.6.0-bogus_bounce.patch
20    Patch7: smeserver-qpsmtpd-2.6.0-use_clamdscan_plugin.patch
21    Patch8: smeserver-qpsmtpd-2.6.0-set_karma_negative.patch
22    Patch9: smeserver-qpsmtpd-2.6.0-change_rbl_sbl_list_separator.patch
23    Patch10: smeserver-qpsmtpd-2.6.0-add_uribl_support.patch
24    Patch11: smeserver-qpsmtpd-2.6.0-helo_default_to_rfc.patch
25    Patch12: smeserver-qpsmtpd-2.6.0-use_naughty_plugin.patch
26    Patch13: smeserver-qpsmtpd-2.6.0-karma_before_earlytalker.patch
27    Patch14: smeserver-qpsmtpd-2.6.0-external_badrcptto.patch
28    Patch15: smeserver-qpsmtpd-2.6.0-smtpd_to_qpsmtpd.patch
29    Patch16: smeserver-qpsmtpd-2.6.0-inbound_spf.patch
30    Patch17: smeserver-qpsmtpd-2.6.0-inbound_dkim.patch
31    Patch18: smeserver-qpsmtpd-2.6.0-inbound_dmarc.patch
32    Patch19: smeserver-qpsmtpd-2.6.0-dkim_signing.patch
33    Patch20: smeserver-qpsmtpd-2.6.0-init_dmarc_report_db.patch
34    Patch21: smeserver-qpsmtpd-2.6.0-dmarc_settings_bool.patch
35    Patch22: smeserver-qpsmtpd-2.6.0-dmarc_reporting.patch
36    Patch23: smeserver-qpsmtpd-2.6.0-spf_reject_policy.patch
37    Patch24: smeserver-qpsmtpd-2.6.0-fix_syntax_in_print_dns.patch
38    Patch25: smeserver-qpsmtpd-2.6.0-set_dkim_option_after_key.patch
39    Patch26: smeserver-qpsmtpd-2.6.0-remove_o_and_r_dkim_fields.patch
40    Patch27: smeserver-qpsmtpd-2.6.0-missing_default_props.patch
41    Patch28: smeserver-qpsmtpd-2.6.0-fix_disabling_dmarc_reports.patch
42    Patch29: smeserver-qpsmtpd-2.6.0-spf_and_dmarc_reject_off.patch
43    Patch30: smeserver-qpsmtpd-2.6.0-disable_dmarc_report.patch
44    Patch31: smeserver-qpsmtpd-2.6.0-log_dmarc_send_reports_output.patch
45    Patch32: smeserver-qpsmtpd-2.6.0-bz10290-forcespamcheck.patch
46  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
47  Requires: qpsmtpd >= 0.83  Requires: qpsmtpd >= 0.96-19
48  Requires: perl(Mail::DKIM)  Requires: perl(Mail::DKIM)
49  Requires: perl(Mail::DKIM::DkSignature)  Requires: perl(Mail::DKIM::DkSignature)
50    Requires: perl(ClamAV::Client)
51    Requires: perl(Mail::DMARC)
52  Requires: daemontools  Requires: daemontools
53  Requires: qpsmtpd-plugins >= 0.0.1-sme04  Requires: qpsmtpd-plugins >= 0.0.1-sme04
54  Requires: ipsvd  Requires: ipsvd
# Line 41  AutoReqProv: no Line 76  AutoReqProv: no
76  SME Server qpsmtpd smtpd module  SME Server qpsmtpd smtpd module
77    
78  %changelog  %changelog
79    * Sun Mar 11 2018 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-32.sme
80    - add forcespamcheck support for fetchmail [SME: 10290]
81    
82    * Thu Aug 3 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-31.sme
83    - Log DMARC reporting in syslog instead of sending email to the admin.
84      Also suppress SSL connection failed warnings [SME: 10298]
85    
86    * Sat May 20 2017 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-30.sme
87    - Turn DMARC reporting off by default [SME: 10303]
88    
89    * Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-29.sme
90    - update patch smeserver-qpsmtpd-2.6.0-smtpd_to_qpsmtpd.patch [SME: 9478]
91    - Greeting property was still attached to smtpd in a template
92    
93    * Mon Feb 27 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-28.sme
94    - updated regex for RBL and SBL in smeserver-qpsmtpd-2.6.0-change_rbl_sbl_list_separator.patch
95    - to take into account list using a subdomain [SME: 10123]
96    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
97      by assuming the date is correct and changing the weekday.
98      Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
99      Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
100    
101    * Tue Jul 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-27.sme
102    - Turn SPF and DMARC rejects off by default [SME: 9664]
103    
104    * Fri Jun 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-26.sme
105    - Fix disabling DMARC reporting [SME: 9206]
106    
107    * Tue Jun 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-25.sme
108    - Add missing tnef2mime and MaximumDateOffset to qpsmtpd [SME: 9560]
109    
110    * Fri May 27 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-24.sme
111    - Create missing directories for DKIM keys [SME: 9496]
112    - Create missing directory for the DMARC report database [SME: 9206]
113    
114    * Tue May 24 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-23.sme
115    - Remove o and r DKIM fields as they are not standard [SME: 9496]
116    
117    * Mon May 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-22.sme
118    - In qpsmtpd-print-dns set DKIM options after the public key so the string
119      will still be splitted correctly [SME: 9496]
120    
121    * Sat May 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-21.sme
122    - Fix a syntax error in qpsmtpd-print-dns script [SME: 9206]
123    
124    * Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-20.sme
125    - Enable DMARC checking and reporting [SME: 9206]
126    - Add helper to publish DKIM/DMARC/SPF policy [SME: 9496]
127    - Allow DKIM signing of outbound emails [SME: 9496]
128    - Possibility to reject on SPF failure [SME: 9479]
129    
130    * Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-19.sme
131    - Enable inbound dkim checking (without reject) [SME: 9480]
132    
133    * Fri May 6 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-18.sme
134    - Enable inbound SPF checking (without reject) [SME: 9479]
135    
136    * Fri Apr 22 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-17.sme
137    - Merge smtpd entry into qpsmtpd, same for ssmtpd into sqpsmtpd [SME: 9478]
138    
139    * Fri Apr 22 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-16.sme
140    - Use an additional badrcptto file list for external connections so
141      local only pseudonymes work as expected [SME: 9460] [SME: 4597]
142    
143    * Thu Apr 21 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-15.sme
144    - Call karma before earlytalker and add support for the new strikes param
145      [SME: 9462]
146    
147    * Wed Apr 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-14.sme
148    - Use the naughty plugin to defer rejections, leaving users an opportunity
149      to authenticate [SME: 5092]
150    
151    * Wed Apr 20 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-13.sme
152    - Use the helo plugin to check reverse DNS [SME: 2370]
153    
154    * Mon Apr 18 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-12.sme
155    - Add support for uribl plugin, disabled by default [SME: 9467]
156    
157    * Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-11.sme
158    - Change separator for SBList and RBLlist from : to , [SME: 8484]
159    
160    * Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-10.sme
161    - Allow setting the karma negative value from the KarmaNegative prop
162      [SME: 9462]
163    
164    * Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-9.sme
165    - Fix max_size param for the clamdscan plugin [SME: 9465]
166    
167    * Sun Apr 17 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-8.sme
168    - Use clamdscan plugin instead of clamav [SME: 9465]
169    
170    * Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-7.sme
171    - Enable the bogus_bounce plugin [SME: 9464]
172    
173    * Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-6.sme
174    - Enable the loadcheck plugin [SME: 9463]
175    
176    * Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-5.sme
177    - Add support for the karma plugin, but keep it disabled by default
178      [SME: 9462]
179    
180    * Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-4.sme
181    - Create a dhparam for qpsmtpd [SME: 9461]
182    
183    * Sat Apr 16 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme
184    - Adapt for qpsmtpd-0.96 (mainly plugin renamed) [SME: 9460]
185    
186    * Tue Mar 29 2016 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-2.sme
187    - fix warning on spool_dir perms  [SME: 9408]
188    - smeserver-qpsmtpd-2.6.0-PERMS.patch
189    
190  * Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme  * Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 2.6.0-1.sme
191  - Initial release to sme10  - Initial release to sme10
192    
# Line 108  SME Server qpsmtpd smtpd module Line 254  SME Server qpsmtpd smtpd module
254  * Fri Oct 1 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-10.sme  * Fri Oct 1 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-10.sme
255  - Fix RelayRequiresAuth for local network [SME: 5575]  - Fix RelayRequiresAuth for local network [SME: 5575]
256    
257  * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme  * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-9.sme
258      Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
259  - Make tls ciphers configurable [SME: 6241]  - Make tls ciphers configurable [SME: 6241]
260    
261  * Sun Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme  * Sat Sep 25 2010 Shad L. Lords <slords@mail.com> 2.2.0-8.sme
262      Sun Sep 25 2010 --> Sun Sep 19 2010 or Sat Sep 25 2010 or Sun Sep 26 2010 or ....
263  - Require auth for all relays (local too) [SME: 5575]  - Require auth for all relays (local too) [SME: 5575]
264    
265  * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme  * Sat Jun 5 2010 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme
# Line 615  SME Server qpsmtpd smtpd module Line 763  SME Server qpsmtpd smtpd module
763  - Make sure that empty templates-begin files exist in peers/{0,local}  - Make sure that empty templates-begin files exist in peers/{0,local}
764    templates directories.    templates directories.
765    
766  * Thu May 11 2005 Gordon Rowell <gordonr@gormand.com.au>  * Wed May 11 2005 Gordon Rowell <gordonr@gormand.com.au>
767      Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
768  - [0.0.4-12]  - [0.0.4-12]
769  - Fix up config/relayclients - need a dot after network blocks  - Fix up config/relayclients - need a dot after network blocks
770    
771  * Thu May 11 2005 Gordon Rowell <gordonr@gormand.com.au>  * Wed May 11 2005 Gordon Rowell <gordonr@gormand.com.au>
772      Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
773  - [0.0.4-11]  - [0.0.4-11]
774  - Also regenerate goodrcptto in {user,pseudonym}-modify, since  - Also regenerate goodrcptto in {user,pseudonym}-modify, since
775    details about the account may have changed    details about the account may have changed
776    
777  * Thu May 11 2005 Gordon Rowell <gordonr@gormand.com.au>  * Wed May 11 2005 Gordon Rowell <gordonr@gormand.com.au>
778      Thu May 11 2005 --> Thu May 05 2005 or Wed May 11 2005 or Thu May 12 2005 or ....
779  - [0.0.4-10]  - [0.0.4-10]
780  - Actually regenerate goodrcptto in the events mentioned in  - Actually regenerate goodrcptto in the events mentioned in
781    0.0.3-01 (typo in createlinks)    0.0.3-01 (typo in createlinks)
# Line 726  SME Server qpsmtpd smtpd module Line 877  SME Server qpsmtpd smtpd module
877    
878  %prep  %prep
879  %setup  %setup
880    %patch0 -p1
881    %patch1 -p1
882    %patch2 -p1
883    %patch3 -p1
884    %patch4 -p1
885    %patch5 -p1
886    %patch6 -p1
887    %patch7 -p1
888    %patch8 -p1
889    %patch9 -p1
890    %patch10 -p1
891    %patch11 -p1
892    %patch12 -p1
893    %patch13 -p1
894    %patch14 -p1
895    %patch15 -p1
896    %patch16 -p1
897    %patch17 -p1
898    %patch18 -p1
899    %patch19 -p1
900    %patch20 -p1
901    %patch21 -p1
902    %patch22 -p1
903    %patch23 -p1
904    %patch24 -p1
905    %patch25 -p1
906    %patch26 -p1
907    %patch27 -p1
908    %patch28 -p1
909    %patch29 -p1
910    %patch30 -p1
911    %patch31 -p1
912    %patch32 -p1
913    
914  %build  %build
915  perl createlinks  perl createlinks
916    mkdir -p root/var/lib/qpsmtpd/karma
917    mkdir -p root/var/lib/qpsmtpd/dmarc
918    mkdir -p root/home/e-smith/dkim_keys/default
919    mkdir -p root/var/service/qpsmtpd/config/dkim
920    
921  PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers  PEERS_CONFIG=root/etc/e-smith/templates/var/service/qpsmtpd/config/peers
922  mkdir -p $PEERS_CONFIG/0  mkdir -p $PEERS_CONFIG/0
923  mkdir -p $PEERS_CONFIG/local  mkdir -p $PEERS_CONFIG/local
924    
925  DISABLE_LOCAL="  DISABLE_LOCAL="
926  10check_earlytalker  09karma
927    10earlytalker
928  12count_unrecognized_commands  12count_unrecognized_commands
929  16require_resolvable_fromhost  15helo
930    16resolvable_fromhost
931    19loadcheck
932  20rhsbl  20rhsbl
933  22dnsbl  22dnsbl
934    221spf
935    223dmarc
936    23naughty
937    34badrcptto_ext
938  70spamassassin  70spamassassin
939  "  "
940    
# Line 749  do Line 944  do
944  done  done
945    
946  DISABLE_EXTERNAL="  DISABLE_EXTERNAL="
947    34badrcptto
948  65disclaimer  65disclaimer
949  "  "
950    
# Line 798  rm -f %{name}-%{version}-%{release}-file Line 994  rm -f %{name}-%{version}-%{release}-file
994          \          \
995      --file /var/service/sqpsmtpd/sqpsmtpd "attr(0755,root,root)" \      --file /var/service/sqpsmtpd/sqpsmtpd "attr(0755,root,root)" \
996      --dir /var/spool/qpsmtpd "attr(2750,qpsmtpd,clamav)" \      --dir /var/spool/qpsmtpd "attr(2750,qpsmtpd,clamav)" \
997        --dir /var/lib/qpsmtpd/karma "attr(2750,qpsmtpd,qpsmtpd)" \
998        --dir /var/lib/qpsmtpd/dmarc "attr(2750,qpsmtpd,qpsmtpd)" \
999        --dir /home/e-smith/dkim_keys "attr(2750,root,qpsmtpd)" \
1000        --dir /var/service/qpsmtpd/config/dkim "attr(2750,qpsmtpd,qpsmtpd)" \
1001          \          \
1002      --file /usr/local/bin/qplogsumm.pl "attr(0755,root,root)" \      --file /usr/local/bin/qplogsumm.pl "attr(0755,root,root)" \
1003      > %{name}-%{version}-%{release}-filelist      > %{name}-%{version}-%{release}-filelist


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