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

Contents of /rpms/smeserver-dovecot/sme10/smeserver-dovecot.spec

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


Revision 1.8 - (show annotations) (download)
Sun May 3 02:05:08 2020 UTC (4 years ago) by jpp
Branch: MAIN
CVS Tags: smeserver-dovecot-1_6_0-8_el7_sme
Changes since 1.7: +4 -1 lines
* Sat May 02 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.6.0-8.sme
- revert property names with period in it [SME: 10934]

1 %define version 1.6.0
2 %define release 8
3 %define name smeserver-dovecot
4
5
6 Summary: Dovecot IMAP server integration
7 Name: %{name}
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.xz
13
14 Patch0: smeserver-dovecot-1.6.0-set_cipher_list.patch
15 Patch1: smeserver-dovecot-1.6.0-pop3.patch
16 Patch2: smeserver-dovecot-1.6.0-bz10934-Ciphers-and-TLS.patch
17 Patch3: smeserver-dovecot-1.6.0-bz9865-use-email-to-auth.patch
18
19 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20 BuildArchitectures: noarch
21 BuildRequires: e-smith-devtools
22
23 Requires: e-smith-base >= 5.2.0
24 Requires: dovecot >= 2.0.9
25
26 Provides: e-smith-imap
27 Provides: e-smith-pop3
28 Obsoletes: e-smith-imap
29 Obsoletes: e-smith-pop3
30 Obsoletes: e-smith-ssl-imap
31 Obsoletes: e-smith-wu-imap
32 Obsoletes: imap
33 Obsoletes: m4 <= 1.4.5
34 Obsoletes: mailfront <= 1.10
35 Obsoletes: stunnel <= 4.15
36 Obsoletes: stunnel-tls <= 3.22
37 Obsoletes: words <= 3.0
38
39 %description
40 Configure the dovecot IMAP server with sieve scripts support,
41 quota, ACL, extended logging, master user
42
43 %changelog
44 * Sat May 02 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.6.0-8.sme
45 - revert property names with period in it [SME: 10934]
46
47 * Sat May 02 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.6.0-7.sme
48 - add property AcceptFullEmail with enabled as default [SME: 9865]
49 * this allow to login using either username or username@domain.tld
50 dovecot get the username part.
51
52 * Fri May 01 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.6.0-5.sme
53 - set TLSv1 and TLSv1.1 disabled as default [SME: 10934]
54 * Amend cipher list
55 * force cipher order
56 * 4096 default dh parameter
57 * property names without period to avoid issues
58
59 * Sun Apr 26 2020 Jean-Philipe Pialasse <tests@pialasse.com> 1.6.0-3.sme
60 - Use Dovecot for pop3 and pop3s [SME: 7510]
61 *delete /etc/pam.d/pop3 if exists
62 *listen on internal and external interface instead of *
63 *update the service on ip-change
64 *reuse the ListenIP prop in pop3* and added to imap*
65 *migrate pop3* MemLimit to pop3 ProcessMemoryLimit as per imap
66 *TODO make it ipv6 ready
67 - smeserver-dovecot-upgrade event for update without reboot [SME: 10932]
68
69 * Thu Feb 23 2017 Daniel Berteaud <daniel@firewall-services.com> 1.6.0-2.sme
70 - Better default cipher suite, and honor global suite [SME: 10110]
71
72 * Sat Feb 06 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 1.6.0-1.sme
73 - Initial release to sme10
74
75 * Wed Jan 13 2016 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-20.sme
76 - Hook into the new ssl-update event [SME: 9152]
77
78 * Thu Jan 7 2016 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-19.sme
79 - Allow settings SSL protocols from DB (and set TLSv1 back to enabled
80 on a default install) [SME: 9175]
81
82 * Wed Jan 6 2016 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-18.sme
83 - Disable TLSv1 [SME: 9175]
84
85 * Wed Jan 7 2015 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-17.sme
86 - Allow custom passdb args [SME: 8778]
87
88 * Thu Jan 23 2014 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-16.sme
89 - Remove limit props from the imaps DB entry [SME: 8082]
90
91 * Tue Dec 24 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-15.sme
92 - Apply process limits [SME: 8082]
93
94 * Sun Jun 23 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-14.sme
95 - Listen on loopback if disabled [SME: 7697]
96
97 * Wed May 29 2013 chris burnat <devlist@burnat.com> - 1.4.0-13.sme
98 - Reverse changes made in 1.4.0-12 [SME: 7597]
99
100 * Fri May 24 2013 chris burnat <devlist@burnat.com> - 1.4.0-12.sme
101 - Fix IMAP folders dont present correctly in Outlook 2007 [SME: 7597]
102
103 * Sat May 18 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-11.sme
104 - Fix permissions on imapd.pem as it's used by pop3s [SME: 7570]
105
106 * Wed Apr 24 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-10.sme
107 - Do not obsolete bglibs, it's required for cvm [SME: 7509]
108
109 * Tue Apr 16 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-9.sme
110 - Allow plaintext (unless explicitly disabled) [SME: 7549]
111
112 * Wed Apr 10 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-8.sme
113 - Do not obsolete cvm, it's still needed for qpsmtpd [SME: 7509]
114
115 * Thu Feb 28 2013 Shad L. Lords <slords@mail.com> - 1.4.0-7.sme
116 - Obsolete another el5 required by requires [SME: 7273]
117
118 * Thu Feb 28 2013 Shad L. Lords <slords@mail.com> - 1.4.0-6.sme
119 - Fix Obsolete el5 mailfront version [SME: 7273]
120
121 * Thu Feb 28 2013 Shad L. Lords <slords@mail.com> - 1.4.0-5.sme
122 - Obsolete el5 packages that were required by old requires [SME: 7273]
123
124 * Thu Feb 28 2013 Shad L. Lords <slords@mail.com> - 1.4.0-4.sme
125 - Obsolete older requires that are no longer needed [SME: 7273]
126
127 * Thu Feb 28 2013 Shad L. Lords <slords@mail.com> - 1.4.0-3.sme
128 - Remove requires for packages no longer needed [SME: 7405]
129
130 * Thu Feb 28 2013 Daniel Berteaud <daniel@firewall-services.com> - 1.4.0-2.sme
131 - remove the IMAP acl and Sieve support [SME: 7405]
132 - remove obsolete changelog (used in my previous buildsys)
133
134 * Tue Feb 26 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.1-1
135 - store sharedmailbox dict file in /home/e-smith/db/dovecot
136
137 * Tue Feb 12 2013 Daniel Berteaud <daniel@firewall-services.com> - 0.1.0-1
138 - Pass the recipient variable to dovcot-lda
139
140 * Tue Nov 29 2011 Daniel Berteaud <daniel@firewall-services.com> - 0.1
141 - initial release
142
143 %prep
144 %setup -q -n %{name}-%{version}
145 %patch0 -p1
146 %patch1 -p1
147 %patch2 -p1
148 %patch3 -p1
149
150
151 %build
152 perl createlinks
153
154 %install
155 /bin/rm -rf $RPM_BUILD_ROOT
156 (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
157 /bin/rm -f %{name}-%{version}-filelist
158 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
159 --file /var/service/dovecot/run 'attr(0755,root,root)' \
160 --file /var/service/dovecot/log/run 'attr(0755,root,root)' \
161 --file /var/service/dovecot/control/1 'attr(0755,root,root)' \
162 --dir /var/log/dovecot 'attr(0750,smelog,smelog)' \
163 > %{name}-%{version}-filelist
164
165 %files -f %{name}-%{version}-filelist
166 %defattr(-,root,root)
167
168 %clean
169 rm -rf $RPM_BUILD_ROOT
170
171 %pre
172
173 %post
174
175 %preun
176

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed