1 |
# $Id: e-smith-email.spec,v 1.4 2013/06/23 19:53:54 vip-ire Exp $ |
# $Id: e-smith-email.spec,v 1.14 2015/02/06 07:13:39 stephdl Exp $ |
2 |
|
|
3 |
Summary: e-smith server and gateway - email module |
Summary: e-smith server and gateway - email module |
4 |
%define name e-smith-email |
%define name e-smith-email |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.4.0 |
%define version 5.4.0 |
7 |
%define release 4 |
%define release 13 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
13 |
Patch1: e-smith-email-5.4.0-smtpMigrate.patch |
Patch1: e-smith-email-5.4.0-smtpMigrate.patch |
14 |
Patch2: e-smith-email-5.4.0-always_enable_imap.patch |
Patch2: e-smith-email-5.4.0-always_enable_imap.patch |
15 |
Patch3: e-smith-email-5.4.0-MultiDrop.patch |
Patch3: e-smith-email-5.4.0-MultiDrop.patch |
16 |
|
Patch4: e-smith-email-5.4.0-webmail-only-local-network.patch |
17 |
|
Patch5: e-smith-email-5.4.0-AuthOrder.patch |
18 |
|
Patch6: e-smith-email-5.4.0-AuthException.patch |
19 |
|
Patch7: e-smith-email-5.4.0-ZIPVOSX-ZIPV3_new_signatures.patch |
20 |
|
Patch8: e-smith-email-5.4.0-SSLCertIgnore.patch |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
Requires: e-smith-base >= 4.15.0-39 |
Requires: e-smith-base >= 4.15.0-39 |
23 |
Requires: e-smith-tinydns >= 1.0.0-5 |
Requires: e-smith-tinydns >= 1.0.0-5 |
43 |
e-smith server and gateway software - email module. |
e-smith server and gateway software - email module. |
44 |
|
|
45 |
%changelog |
%changelog |
46 |
|
|
47 |
|
%changelog |
48 |
|
* Thu Nov 29 2018 john Crisp <jcrisp@safeandsoundit.co.uk> 5.4.0-13.sme |
49 |
|
- Add SSLCertignore key [SME: 8207] |
50 |
|
|
51 |
|
* Fri Feb 6 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 5.4.0-12.sme |
52 |
|
- remove the patch e-smith-email-5.4.0-UEsDBBQDAAAIA-new-signature.patch |
53 |
|
- [SME: 8833] |
54 |
|
|
55 |
|
* Thu Feb 5 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 5.4.0-11.sme |
56 |
|
- Add new zip file signatures to default mailpatterns database : UEsDBBQDAAAIA |
57 |
|
- [SME: 8833] |
58 |
|
|
59 |
|
* Fri Dec 5 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 5.4.0-9.sme |
60 |
|
- Add new zip file signatures to default mailpatterns database : ZIPVOSX & ZIPV3 |
61 |
|
- [SME: 8718] |
62 |
|
|
63 |
|
* Mon Feb 10 2014 Charlie Brady <charlie_brady@mitel.com> 5.4.0-8.sme |
64 |
|
- Handle exceptions during attempted SASL auth. Add more debug tracing. |
65 |
|
[SME: 8205] |
66 |
|
|
67 |
|
* Fri Dec 20 2013 Ian Wells <esmith@wellsi.com> 5.4.0-7.sme |
68 |
|
- Update of allow webmail-only-local-network by Stephane de Labrusse [SME: 7351] |
69 |
|
|
70 |
|
* Sat Dec 14 2013 Ian Wells <esmith@wellsi.com> 5.4.0-6.sme |
71 |
|
- Only present one auth method at a time, in order, to NET::SMTP, |
72 |
|
by Charlie Brady [SME: 8060] |
73 |
|
Second hunk in patch converts tabs to spaces, no code change. |
74 |
|
|
75 |
|
* Tue Dec 10 2013 Chris Burnat <devlist@burnat.com> 5.4.0-5.sme |
76 |
|
- Allow webmail-only-local-network by Stephane de Labrusse [SME: 7351] |
77 |
|
|
78 |
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-4.sme |
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 5.4.0-4.sme |
79 |
- Fetchmail multidrop mode follows TCPPort setting, by Hans Riethmann [SME: 7749] |
- Fetchmail multidrop mode follows TCPPort setting, by Hans Riethmann [SME: 7749] |
80 |
|
|
1430 |
%patch1 -p1 |
%patch1 -p1 |
1431 |
%patch2 -p1 |
%patch2 -p1 |
1432 |
%patch3 -p1 |
%patch3 -p1 |
1433 |
|
%patch4 -p1 |
1434 |
|
%patch5 -p1 |
1435 |
|
%patch6 -p1 |
1436 |
|
%patch7 -p1 |
1437 |
|
%patch8 -p1 |
1438 |
|
|
1439 |
%build |
%build |
1440 |
perl createlinks |
perl createlinks |