/[smecontribs]/rpms/smeserver-email-management/contribs9/smeserver-email-management.spec
ViewVC logotype

Annotation of /rpms/smeserver-email-management/contribs9/smeserver-email-management.spec

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


Revision 1.2 - (hide annotations) (download)
Mon May 29 18:07:22 2017 UTC (6 years, 11 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-email-management-1_3-2_el6_sme
Changes since 1.1: +7 -3 lines
* Mon May 29 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.3-2.sme
- add support for admin account [SME: 9737]

1 unnilennium 1.1 # $Id: smeserver-email-management.spec,v 1.2 2016/03/09 08:52:32 unnilennium Exp $
2     # Authority: dungog
3     # Name: Stephen Noble
4    
5     Summary: modify and monitor maildelivery for all users
6     %define name smeserver-email-management
7     Name: %{name}
8     %define version 1.3
9 unnilennium 1.2 %define release 2
10 unnilennium 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     URL: http://www.dungog.net/sme
14     Group: SMEserver/addon
15     Source: %{name}-%{version}.tgz
16 unnilennium 1.2 Patch0: smeserver-email-management-1.3.bz9737.handleAdmin.patch
17    
18 unnilennium 1.1 BuildArchitectures: noarch
19     BuildRoot: /var/tmp/%{name}-%{version}
20     Provides: dungog-email = %{version}-%{release}
21     Requires: e-smith-release >= 9.0,
22     Requires: smeserver-vacation
23     Requires: smeserver-mailsorting
24     #Requires: smeserver-userpanel, userpanel causes endless problems
25     BuildRequires: e-smith-devtools >= 1.13.1-03
26     AutoReqProv: no
27    
28     %description
29     SME Server panel to allow admin to enable and configure procmail,
30     maildrop, vacation or forwarding for users,
31     see all users mail delivery methods in a table.
32     Admin can add global rules and apply them to all users,
33     set advanced mail properties.
34     Original work of Stephen Noble dungog.net.
35    
36     %prep
37     %setup
38 unnilennium 1.2 %patch0 -p1
39 unnilennium 1.1
40     %build
41     perl createlinks
42    
43     #LEXICONS=$(find root/etc/e-smith/{locale/,web/functions/} -type f )
44     #for lexicon in $LEXICONS
45     #do
46     # /sbin/e-smith/validate-lexicon $lexicon
47     #done
48    
49     %install
50     rm -rf $RPM_BUILD_ROOT
51     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
52     rm -f %{name}-%{version}-filelist
53     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
54     echo "%doc COPYING" >> %{name}-%{version}-filelist
55    
56     %clean
57     %pre
58     %preun
59     %post
60     %postun
61    
62     %files -f %{name}-%{version}-filelist
63     %defattr(-,root,root)
64    
65     %changelog
66 unnilennium 1.2 * Mon May 29 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.3-2.sme
67     - add support for admin account [SME: 9737]
68    
69 unnilennium 1.1 * Mon Aug 08 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.3-1.sme
70     - initial import to SME 9
71    
72     * Wed Jul 21 2010 Stephen Noble <support@dungog.net> 1.2-12
73     - fix remember destination when modifying
74    
75     * Tue Jun 09 2009 Stephen Noble <support@dungog.net> 1.2-11
76     - fix path for ssl template expansion
77    
78     * Sat Mar 07 2009 Stephen Noble <support@dungog.net> 1.2-10
79     - Configure user settings for zarafa
80    
81     * Tue Oct 31 2006 Stephen Noble <support@dungog.net> 1.2-9
82     - MaxScannerSize added
83    
84     * Tue Oct 31 2006 Stephen Noble <support@dungog.net> 1.2-8
85     - qmail settings added
86    
87     * Mon Oct 30 2006 Stephen Noble <support@dungog.net>
88     - qpsmtpd settings available in globals page
89     - [1.2-7]
90    
91     * Sat Oct 28 2006 Stephen Noble <support@dungog.net>
92     - review domain mailserver delegation
93     - review group Visible property
94     - set qpsmtpd Bcc setting for mail archiving
95     - [1.2-6]
96    
97     * Wed Aug 23 2006 Stephen Noble <support@dungog.net>
98     - remove strict check on mailrule criterion
99     - [1.2-5]
100    
101     * Thu May 04 2006 Stephen Noble <support@dungog.net>
102     - TMDA support added
103     - [1.2-4]
104    
105     * Wed Apr 05 2006 Stephen Noble <support@dungog.net>
106     - cosmetic, comment fixed
107     - [1.2-3]
108    
109     * Fri Mar 24 2006 Stephen Noble <support@dungog.net>
110     - maildrop forwarding note added
111     - vacation system call changed to actions/qmail-update-user
112     - spamboss note added
113     - [1.2-2]
114    
115     * Thu Sep 22 2005 Stephen Noble <support@dungog.net>
116     - simplified and updated for sme7
117     - [1.2-1]
118    
119     * Fri Jul 01 2005 Stephen Noble <support@dungog.net>
120     - removed requirement for perl-Unicode-IMAPUtf7
121     - [1.0-6]
122    
123     * Tue Apr 26 2005 Stephen Noble <support@dungog.net>
124     - removed junkfilter option for simplification
125     - corrected messages due to changes in other rpms
126     - mailblocking and pattern matching msg removed
127     - [1.0-5]
128    
129     * Sat Jan 29 2005 Stephen Noble <support@dungog.net>
130     - supports spamassassin ver.3 / sme-spamfilter
131     - fixed global systemdefault spam sorting
132     - modify user TMDA usage
133     - [1.0-4]
134    
135     * Tue Dec 07 2004 Stephen Noble <support@dungog.net>
136     - shows TMDA usage
137     - [1.0-3]
138    
139     * Mon Oct 18 2004 Stephen Noble <support@dungog.net>
140     - cosmetic changes, refreshes correctly, log filter rblsd changed to rbls
141     - [1.0-2]
142    
143     * Thu Aug 12 2004 Stephen Noble <support@dungog.net>
144     - rpm renamed dungog-email
145     - function processmail renamed dungog-email, will affect any userpanel delegations
146     - display users MailDomains & MailLocal settings from dungog-mailblocking
147     - display each users pseudonyms, option to hide . and _ versions
148     - display 'virtual domain' pseudonyms and domain delegations from dungog-vdomain
149     - display admin in user table
150     - antivirus and filtering status consolidated into one sub panel
151     - make admin aware of the pattern matching rpms
152     - junkfilter userpanel removed
153     - [1.0-1]
154    
155     * Wed Jul 28 2004 Stephen Noble <support@dungog.net>
156     - removed tmda
157     - you now modify junkfilter rules from the command line
158     - [0.2-11]
159    
160     * Wed Jul 28 2004 Stephen Noble <support@dungog.net>
161     - cosmetic, altered comment about spamassassin
162     - [0.2-10]
163    
164     * Wed Apr 07 2004 Stephen Noble <support@dungog.net>
165     - smtp/rbls settings saved correctly
166     - individual email forwarding address shown on summary page
167     - [0.2-9]
168    
169     * Sun Mar 28 2004 Stephen Noble <support@dungog.net>
170     - requires sme 6.0
171     - smtp settings added
172     rbls, max message size
173     - updates userpanel panel links on install and uninstall
174     - [0.2-8]
175    
176     * Fri Mar 05 2004 Stephen Noble <support@dungog.net>
177     - procmail forward to user fixed
178     - procmail says folder not in correct format fixed
179     - userpanel-procmail-pro moved to GPL userpanel
180     - [0.2-7]
181    
182     * Thu Dec 04 2003 Stephen Noble <support@dungog.net>
183     - individual setting = systemdefault unless set otherwise
184     - dovecoat imap folders fixed in procmail dropdown lists
185     - rbls only works on 5.6, custom fragments added
186     requires e-smith-mailfront-1.0.0-02rbl.noarch.rpm
187     - spamassasin sme5/sme6 differences added
188    
189     - [0.2-7]
190    
191     * Thu Dec 04 2003 Stephen Noble <support@dungog.net>
192     - individual setting = systemdefault unless set otherwise
193     - dovecoat imap folders fixed in procmail dropdown lists
194     - rbls only works on 5.6, custom fragments added
195     requires e-smith-mailfront-1.0.0-02rbl.noarch.rpm
196     - spamassasin sme5/sme6 differences added
197     - [0.2-6]
198    
199     * Mon Sep 08 2003 Stephen Noble <support@dungog.net>
200     - larger text field for rbls entry
201     - logic improved deciding between individual and global delivery
202     will use individual setting until individual setting is systemdefault
203     - logic improved in creating .procmailrc
204     if you have both junkfilter and spamassassin installed
205     - [0.2-5]
206    
207     * Thu Aug 21 2003 Stephen Noble <support@dungog.net>
208     - SME 6.0 support, servermanager navigation & shows tables correctly
209     - minor bug fixes
210     - [0.2-4]
211    
212     * Sun Aug 03 2003 Stephen Noble <support@dungog.net>
213     - mail sent with offline dialup server with rbls installed but off is not delayed
214     - new delivery action option, tag spam but leave for mail client to sort
215     - [0.2-3]
216    
217     * Mon Jun 02 2003 Stephen Noble <support@dungog.net>
218     - added notes, where to get spamassassin, contibs.org
219     - a filtering spamboss needs this procmail rule 'custom headers' "spamboss@" > 'spamfolder'
220     - [0.2-2]
221    
222     * Thu May 29 2003 Stephen Noble <support@dungog.net>
223     - lots of changes, test before using on production machine
224     - improved display on dungog > emailfiltering panel
225     shows individual override on spamfilter
226     shows which global spamfilter and the sort/delete/fwd action
227     - uses tmda-0.78,
228     and tmda-cgi-0.9 for user interface, NB tmda-cgi-0.9 is later than 0.71
229     www.servername/tmda, authenticates against users system password
230     admin or user still has to enable tmda with panels
231     - adds userpanel-procmail-pro,
232     adds second test for procmail, if x & if y then...
233     restricts characters in criterion to avoid broken rules, it may be too strict
234     email characters you want added to the allowed list
235     - incorporates better notification and seperate control of spamassassin
236     deliver tagged spamassassin spam to folder/spammboss/delete it
237     junkfilter spam folder changed to junkmail to be consistant with spamassassin
238     - server-manager > emailfiltering > global > filters
239     choose between junkfilter or spammassassin or use both
240     tmda runs before/without procmail and stops 99.9%%
241     function added to reset individual overrides to null
242     the default in now 'null' but was 'disabled'
243     this was a bug as the individual setting overrides the global setting
244     userpanel-procmail-pro is fixed, userpanel-procmail will be in userpanel.v12
245     - [0.2-1]
246    
247     * Tue Jul 23 2002 Stephen Noble <support@dungog.net>
248     - initial release
249     - [0.1-1]
250    

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