]> git.pld-linux.org Git - packages/courier.git/blob - courier.spec
- update to 0.38 ,STBR
[packages/courier.git] / courier.spec
1 Summary:        Courier mail server
2 Summary(pl):    Serwer poczty Courier
3 Name:           courier
4 Version:        0.38.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Mail
8 Source0:        http://ftp1.sourceforge.net/courier/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-openssl-path.patch
10 URL:            http://www.courier-mta.org/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12 BuildRequires:  autoconf
13 BuildRequires:  db3-devel
14 BuildRequires:  libstdc++-devel
15 BuildRequires:  mysql-devel
16 BuildRequires:  openldap-devel
17 BuildRequires:  openssl-devel
18 BuildRequires:  openssl-tools-perl
19 BuildRequires:  pam-devel
20 BuildRequires:  perl-devel
21 BuildRequires:  zlib-devel
22 Provides:       smtpdaemon
23 Prereq:         /sbin/chkconfig
24
25 %define         apachedir       /home/httpd
26 %define         _prefix         /usr/lib/courier
27 %define         _localstatedir  /var/spool/courier
28 %define         _sysconfdir     /etc/courier
29 %define         _mandir         /usr/share/man
30 %define         initdir         /etc/rc.d/init.d
31
32 # Change the following if your DocumentRoot and cgibindir differ.  This is
33 # the default redhat build:
34
35 %define         _cgibindir              %{apachedir}/cgi-bin
36 %define         _documentrootdir        %{apachedir}/html
37 %define         _imageurl               /webmail/
38
39 %description
40 Courier is a fully functional mail server, that can completely take
41 over the mail services normally provided by sendmail, Qmail, or any
42 other mail server. Although Courier does not support all legacy
43 features of existing mail servers, the number of obsoleted functions
44 is very small, and there are better, and more robust, alternatives
45 available.
46
47 Courier implements many SMTP extensions: DSN, PIPELINING, 8BITMIME.
48 Courier also implements several new SMTP extensions for mailing list
49 management and spam filtering.
50
51 %description -l pl
52 Courier jest w pe³ni funkcjonalnym serwerem poczty, mo¿e ca³kowicie
53 zast±piæ us³ugi pocztowe dawane przez sendmail, Qmaila i inne serwery.
54 Wprawdzie Courier nie ma wszystkich mo¿liwo¶ci istniej±cych serwerów,
55 ilo¶æ nie obs³ugiwanych funkcji jesgt bardzo ma³a, i s± dostêpne
56 lepsze alternatywy.
57
58 Courier zawiera wiele rozszerzeñ SMTP: DSN, PIPELINING, 8BITMIME. Ma
59 tak¿e nowe rozszerzenia SMTP dla pocztowych list dyskusyjnych i
60 filtrowania spamu.
61
62 %package pop3d
63 Summary:        Courier Integrated POP3 server
64 Summary(pl):    Zintegrowany serwer POP3 do Couriera
65 Group:          Applications/Mail
66 Requires:       %{name} = %{version}
67
68 %description pop3d
69 This package installs Courier mail server's integrated POP3 server,
70 which allows you to download mail from your mailbox using any POP3
71 client. Courier's POP3 server can only be used to download mail from
72 maildir mailboxes. This server does not support mailbox files. If you
73 do not need the ability to download your mail using a POP3 client, you
74 do not need to install this package.
75
76 %description pop3d -l pl
77 Ten pakiet zawiera zintegrowany serwer POP3 do Couriera, pozwalaj±cy
78 na ¶ci±ganie poczty ze skrzynki przy pomocy dowolnego klienta POP3.
79 Serwer POP3 Couriera mo¿e byæ u¿ywany tylko ze skrzynkami Maildir, nie
80 obs³uguje skrzynek w postaci pojedynczych plików.
81
82 %package imapd
83 Summary:        Courier Integrated IMAP server
84 Summary(pl):    Zintegrowany serwer IMAP do Couriera
85 Group:          Applications/Mail
86 Requires:       %{name} = %{version}
87 Obsoletes:      courier-imap
88 Obsoletes:      courier-imap-common
89
90 %description imapd
91 This package installs Courier mail server's integrated IMAP server. If
92 you do not need the ability to download your mail using an IMAP mail
93 client, you do not need to install this package. Courier's IMAP server
94 can only be used to download mail from maildir mailboxes. This server
95 does not support mailbox files.
96
97 This package requires that Courier must be already installed, this is
98 NOT the standalone version of the Courier-IMAP server, and you cannot
99 install both this package, and the standalone version of Courier-IMAP.
100 If you have the standalone version of the Courier-IMAP server already
101 installed, installing this package will automatically remove the
102 standalone version.
103
104 %description imapd -l pl
105 Ten pakiet zawiera zintegrowany serwer IMAP do Couriera. Pozwala
106 ¶ci±gaæ pocztê przy pomocy klienta IMAP. Serwer IMAP Couriera mo¿e byæ
107 u¿ywany tylko ze skrzynami Maildir, nie obs³uguje skrzynek w postaci
108 pojedynczych plików.
109
110 Ten pakiet wymaga serwera Courier, to NIE jest samodzielna wersja
111 serwera Courier-IMAP. Nie mo¿na te¿ instalowaæ jednocze¶nie tego
112 pakietu i samodzielnej wersji Courier-IMAP. Zainstalowanie tego
113 pakietu automatycznie odinstaluje Courier-IMAP je¶li by³ zinstalowany.
114
115 %package webmail
116 Summary:        Courier Integrated HTTP (webmail) server
117 Summary(pl):    Zintegrowany serwer poczty przez HTTP (webmail) do Couriera
118 Group:          Applications/Mail
119 Requires:       %{name} = %{version}
120 Requires:       %{_cgibindir}
121 Requires:       %{_documentrootdir}
122
123 %description webmail
124 This package installs Courier mail server's integrated HTTP webmail
125 server. If you do not need the ability to access your mail using a web
126 browser, you do not need to install this package. Courier's webmail
127 server can only be used to download mail from maildir mailboxes. This
128 server does not support mailbox files.
129
130 This is the same server that's distributed separately under the name
131 of SqWebMail, however its configuration is customized for the Courier
132 mail server.
133
134 %description webmail -l pl
135 Ten pakiet zawiera zintegrowany serwer poczty przez HTTP (webmail) dla
136 Couriera, pozwalaj±cy na dostêp do poczty za pomoc± przegl±darki WWW.
137 Serwer webmail Couriera mo¿e byæ u¿ywany tylko ze skrzynkami Maildir,
138 nie obs³uguje skrzynek w postaci pojedynczych plików.
139
140 Jest to ten sam serwer, co dystrybuowany oddzielnie pod nazw±
141 SqWebMail, ale jego konfiguracja jest dostosowana do serwera Courier.
142
143 %package mlm
144 Summary:        Courier Integrated Mailing List Manager
145 Summary(pl):    Zintegrowany menad¿er list dyskusyjnych do Couriera
146 Group:          Applications/Mail
147 Requires:       %{name} = %{version}
148
149 %description mlm
150 This package installs couriermlm - a mailing list manager for the
151 Courier mail server. If you do not need the ability to manage mailing
152 lists, you do not need to install this package.
153
154 couriermlm is used to set up, maintain, and run a mailing list.
155 couriermlm automatically processes subscription and unsubscription
156 requests, and removes undeliverable addresses from the subscription
157 rolls. Mailing lists managed by couriermlm require zero human
158 administrative oversight. couriermlm supports digests, write-only
159 posting aliases, and moderated mailing lists.
160
161 %description mlm -l pl
162 Ten pakiet zawiera couriermlm - menad¿er list dyskusyjnych dla
163 Couriera. couriermlm jest u¿ywany do skonfigurowania, zarz±dzania i
164 prowadzenia pocztowej listy dyskusyjnej. Automatycznie obs³uguje
165 ¿±dania zapisywania i wypisywania i usuwa niedzia³aj±ce adresy z listy
166 subskrybentów. Listy obs³ugiwane przez couriermlm nie wymagaj± pracy
167 administratora. couriermlm obs³uguje digesty, aliasy pocztowe tylko do
168 wysy³ania i listy moderowane.
169
170 %package maildrop
171 Summary:        Courier Integrated mail filter
172 Summary(pl):    Zintegrowany filtr poczty do Couriera
173 Group:          Applications/Mail
174 Requires:       %{name} = %{version}
175
176 %description maildrop
177 This package installs Courier mail server's integrated mail filter.
178 You need to install this package if you want to be able to filter your
179 incoming mail.
180
181 %description maildrop -l pl
182 Ten pakiet zawiera zintegrowany filtr poczty dla Couriera. Jest
183 potrzebny do filtrowania przychodz±cej poczty.
184
185 %package smtpauth
186 Summary:        Courier mail server authenticated ESMTP module
187 Summary(pl):    Modu³ autentykacji ESMTP (SMTP AUTH) do Couriera
188 Group:          Applications/Mail
189 Requires:       %{name} = %{version}
190
191 %description smtpauth
192 Authenticated ESMTP allows remote users to authenticate themselves and
193 be able to relay outbound mail through the Courier mail server.
194
195 %description smtpauth -l pl
196 SMTP AUTH pozwala zdalnym u¿ytkownikom na autentykacjê i umo¿liwienie
197 przekazania wychodz±cej poczty poprzez serwer poczty Courier.
198
199 %prep
200 %setup -q
201 %patch -p1
202
203 (cd rootcerts ; autoconf)
204 %configure2_13 \
205         --localstatedir=%{_localstatedir} \
206         --sysconfdir=%{_sysconfdir} \
207         --mandir=%{_mandir} \
208         --enable-imageurl=%{_imageurl} \
209         --with-db=db
210
211 %build
212 %{__make}
213 %{__make} check
214
215 %install
216 rm -rf $RPM_BUILD_ROOT
217 umask 022
218 install -d $RPM_BUILD_ROOT%{_prefix}
219 install -d $RPM_BUILD_ROOT/etc/pam.d
220
221 %{__make} install DESTDIR=$RPM_BUILD_ROOT
222
223 ln -sf %{_sysconfdir}/pop3d.authpam $RPM_BUILD_ROOT/etc/pam.d/pop3
224 ln -sf %{_sysconfdir}/esmtp.authpam $RPM_BUILD_ROOT/etc/pam.d/esmtp
225 ln -sf %{_sysconfdir}/imapd.authpam $RPM_BUILD_ROOT/etc/pam.d/imap
226 ln -sf %{_sysconfdir}/webmail.authpam $RPM_BUILD_ROOT/etc/pam.d/webmail
227
228 %{__make} install-perms
229
230 # Note that we delete all 'webmail's, but copy over only 'sqwebmail's.
231 # This removes all webmail-related stuff from the main filelist,
232 # and adds everything except the executable, webmail, to filelist.webmail.
233 # Here's why:
234
235 install -d $RPM_BUILD_ROOT%{_cgibindir}
236 cp -f $RPM_BUILD_ROOT%{_libexecdir}/courier/webmail/webmail \
237         $RPM_BUILD_ROOT%{_cgibindir}/webmail
238
239 # And here's why we delete all images from filelist.webmail:
240
241 install -d $RPM_BUILD_ROOT%{_documentrootdir}
242 mv -f $RPM_BUILD_ROOT%{_datadir}/sqwebmail/images $RPM_BUILD_ROOT%{_documentrootdir}/webmail
243
244 # install a cron job to clean out webmail's cache
245
246 install -d $RPM_BUILD_ROOT/etc/cron.hourly
247 install webmail/cron.cmd $RPM_BUILD_ROOT/etc/cron.hourly/courier-webmail-cleancache
248
249 # Move .html documentation back to build dir, so that RPM will move it to
250 # the appropriate docdir
251
252 rm -rf htmldoc
253 mkdir htmldoc
254 cp -f $RPM_BUILD_ROOT%{_datadir}/htmldoc/* htmldoc
255 chmod a-w htmldoc/*
256
257 # Manually set POP3DSTART and IMAPDSTART to yes, they'll go into a separate
258 # package, so after it's installed they should be runnable.
259
260 sed 's/^POP3DSTART.*/POP3DSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/pop3d.dist >$RPM_BUILD_ROOT%{_sysconfdir}/pop3d.new
261 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/pop3d.new $RPM_BUILD_ROOT%{_sysconfdir}/pop3d.dist
262
263 sed 's/^POP3DSSLSTART.*/POP3DSSLSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.dist >$RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.new
264 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.new $RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.dist
265
266 sed 's/^IMAPDSTART.*/IMAPDSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/imapd.dist >$RPM_BUILD_ROOT%{_sysconfdir}/imapd.new
267 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/imapd.new $RPM_BUILD_ROOT%{_sysconfdir}/imapd.dist
268
269 sed 's/^IMAPDSSLSTART.*/IMAPDSSLSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/imapd-ssl.dist >$RPM_BUILD_ROOT%{_sysconfdir}/imapd.new-ssl
270 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/imapd.new-ssl $RPM_BUILD_ROOT%{_sysconfdir}/imapd-ssl.dist
271
272 #
273 # Red Hat init.d file
274 #
275
276 install -d $RPM_BUILD_ROOT%{initdir}
277 install courier.sysvinit $RPM_BUILD_ROOT%{initdir}/courier
278
279 #
280 # Red Hat /etc/profile.d scripts
281 #
282
283 install -d $RPM_BUILD_ROOT/etc/profile.d
284 cat >$RPM_BUILD_ROOT/etc/profile.d/courier.sh <<EOF
285 if echo "\$PATH" | tr ':' '\012' | fgrep -qx %{_bindir}
286 then
287         :
288 else
289         if test -w /etc
290         then
291                 PATH="%{_sbindir}:\$PATH"
292         fi
293         PATH="%{_bindir}:\$PATH"
294         export PATH
295 fi
296 EOF
297
298 cat >$RPM_BUILD_ROOT/etc/profile.d/courier.csh <<EOF
299
300 echo "\$PATH" | tr ':' '\012' | fgrep -qx %{_bindir}
301
302 if ( \$? ) then
303         true
304 else
305         test -w /etc
306         if ( \$? ) then
307         then
308                 setenv PATH "%{_sbindir}:\$PATH"
309         endif
310         setenv PATH "%{_bindir}:\$PATH"
311 endif
312 EOF
313
314 #
315 # sendmail soft links
316 #
317
318 install -d $RPM_BUILD_ROOT/usr/sbin
319 install -d $RPM_BUILD_ROOT/usr/lib
320
321 ln -sf %{_bindir}/sendmail $RPM_BUILD_ROOT/usr/sbin/sendmail
322 ln -sf %{_bindir}/sendmail $RPM_BUILD_ROOT/usr/lib/sendmail
323
324 #
325 # The following directories are not created by default, but I want them here.
326 #
327
328 install -d $RPM_BUILD_ROOT%{_sysconfdir}/userdb
329 install -d $RPM_BUILD_ROOT%{_localstatedir}/tmp/broken
330
331 gzip -9nf AUTHORS BENCHMARKS NEWS README TODO
332
333 %clean
334 rm -rf $RPM_BUILD_ROOT
335
336 %post
337 /sbin/chkconfig --add courier
338 %{_sbindir}/makealiases 2>/dev/null || true
339 %{_sbindir}/makesmtpaccess 2>/dev/null || true
340
341 # If we do not have a certificate, make one up.
342 if [ ! -f %{_datadir}/esmtpd.pem ]; then
343         %{_sbindir}/mkesmtpdcert
344 fi
345
346 %preun
347 if [ "$1" = "0" ]; then
348         %{initdir}/courier stop
349         /sbin/chkconfig --del courier
350 fi
351
352 %post imapd
353 # If we do not have a certificate, make one up.
354 if [ ! -f %{_datadir}/imapd.pem ]; then
355         %{_sbindir}/mkimapdcert
356 fi
357 %{_sbindir}/imapd stop
358 %{_sbindir}/imapd start
359 %{_sbindir}/imapd-ssl stop
360 %{_sbindir}/imapd-ssl start
361
362 %preun imapd
363 if [ "$1" = "0" ]; then
364         %{_sbindir}/imapd stop
365         %{_sbindir}/imapd-ssl stop
366 fi
367
368 %post pop3d
369 %{_sbindir}/pop3d stop
370 %{_sbindir}/pop3d start
371
372 %preun pop3d
373 if [ "$1" = "0" ]; then
374         %{_sbindir}/pop3d stop
375 fi
376
377 %post smtpauth
378 %{_sbindir}/esmtpd stop
379 %{_sbindir}/esmtpd start
380
381 %postun smtpauth
382 if [ "$1" = "0" ]; then
383         %{_sbindir}/esmtpd stop
384         %{_sbindir}/esmtpd start
385 fi
386
387 %files
388 %defattr(644,root,root,755)
389 %doc *.gz htmldoc/*
390 %{_mandir}/man1/sendmail.1*
391 %{_mandir}/man1/preline.1*
392 %{_mandir}/man1/maildirmake.1*
393 %{_mandir}/man1/cancelmsg.1*
394 %{_mandir}/man1/dotlock.1*
395 %{_mandir}/man1/mailbot.1*
396 %{_mandir}/man1/makemime.1*
397 %{_mandir}/man1/mimegpg.1*
398 %{_mandir}/man1/makedat.1*
399 %{_mandir}/man1/testmxlookup.1*
400 %{_mandir}/man1/dot-forward.1*
401 %{_mandir}/man1/couriertls.1*
402 %{_mandir}/man1/rmail.1*
403 %{_mandir}/man1/mailq*
404 %{_mandir}/man1/dotforward.1*
405 %{_mandir}/man1/couriertcpd*
406 %{_mandir}/man5/dot-courier.5*
407 %{_mandir}/man7/localmailfilter.7*
408 %{_mandir}/man7/maildirquota.7*
409 %{_mandir}/man7/auth*
410 %{_mandir}/man8/courierfilter.8*
411 %{_mandir}/man8/courierperlfilter.8*
412 %{_mandir}/man8/dupfilter.8*
413 %{_mandir}/man8/filterctl.8*
414 %{_mandir}/man8/courier.8*
415 %{_mandir}/man8/courierldapaliasd.8*
416 %{_mandir}/man8/deliverquota.8*
417 %{_mandir}/man8/esmtpd.8*
418 %{_mandir}/man8/makeacceptmailfor.8*
419 %{_mandir}/man8/makehosteddomains.8*
420 %{_mandir}/man8/mkesmtpdcert.8*
421 %{_mandir}/man8/makealiases.8*
422 %{_mandir}/man8/makepercentrelay.8*
423 %{_mandir}/man8/makesmtpaccess.8*
424 %{_mandir}/man8/makeuserdb.8*
425 %{_mandir}/man8/submit.8*
426 %{_mandir}/man8/userdb.8*
427 %{_mandir}/man8/userdbpw.8*
428 %{_mandir}/man8/pw2userdb.8*
429 %{_mandir}/man8/vchkpw2userdb.8*
430 %{_mandir}/man8/makesmtpaccess-msa.8*
431 %{_mandir}/man8/esmtpd-msa.8*
432 %{_mandir}/man8/courieruucp.8*
433 %{_mandir}/man8/makeuucpneighbors.8*
434 %config %{_sysconfdir}/ldapaddressbook.dist
435 %dir %{_sysconfdir}
436 %attr(755,daemon,daemon) %dir %{_sysconfdir}/aliasdir
437 %attr(750,daemon,daemon) %dir %{_sysconfdir}/aliases
438 %attr(644,daemon,daemon) %config %{_sysconfdir}/enablefiltering
439 %attr(755,daemon,daemon) %dir %{_sysconfdir}/smtpaccess
440 %attr(644,daemon,daemon) %config %{_sysconfdir}/smtpaccess/default
441 %attr(644,daemon,daemon) %config %{_sysconfdir}/courierd.dist
442 %attr(640,daemon,daemon) %config %{_sysconfdir}/aliases/system
443 %attr(644,daemon,daemon) %config %{_sysconfdir}/pop3d-ssl.dist
444 %attr(644,root,root) %{_sysconfdir}/quotawarnmsg.example
445 %dir %{_prefix}
446 %dir %{_bindir}
447 %dir %{_sbindir}
448 %dir %{_libdir}
449 %dir %{_libdir}/courier
450 %dir %{_datadir}
451 %{_datadir}/rootcerts
452 %attr(700,daemon,daemon) %dir %{_sysconfdir}/webadmin
453 %attr(700,daemon,daemon) %dir %{_sysconfdir}/webadmin/added
454 %attr(700,daemon,daemon) %dir %{_sysconfdir}/webadmin/removed
455 %attr(755,root,root) %dir %{_datadir}/courierwebadmin
456 %attr(755,root,root) %{_datadir}/courierwebadmin/webadmin.pl
457 %attr(755,root,root) %{_datadir}/courierwebadmin/dumpenv.pl
458 %attr(755,root,root) %{_datadir}/courierwebadmin/admin-main.pl
459 %attr(755,root,root) %{_datadir}/courierwebadmin/admin-save.pl
460 %attr(755,root,root) %{_datadir}/courierwebadmin/admin-cancel.pl
461 %{_datadir}/courierwebadmin/login.html
462 %{_datadir}/courierwebadmin/admin-save.html
463 %{_datadir}/courierwebadmin/admin-main.html
464 %{_datadir}/courierwebadmin/unsecure.html
465 %dir %{_libdir}/filters
466 %attr(755,root,root) %{_libdir}/filters/*
467 %attr(755,root,root) %{_datadir}/perlfilter-*.pl
468 %dir %{_localstatedir}
469 %attr(770,daemon,daemon) %dir %{_localstatedir}/tmp
470 %attr(750,daemon,daemon) %dir %{_localstatedir}/msgs
471 %attr(750,daemon,daemon) %dir %{_localstatedir}/msgq
472 %attr(750,daemon,daemon) %dir %{_localstatedir}/filters
473 %attr(750,daemon,daemon) %dir %{_localstatedir}/allfilters
474 %attr(750,daemon,daemon) %dir %{_sysconfdir}/filters
475 %attr(750,daemon,daemon) %dir %{_sysconfdir}/filters/active
476 %attr(754,root,daemon) %{_datadir}/filterctl
477 %attr(754,root,daemon) %{_sbindir}/filterctl
478 %attr(754,root,daemon) %{_sbindir}/courierfilter
479 %dir %{_datadir}/htmldoc
480 %attr(755,root,root) %{_datadir}/courierwebadmin/admin-[0123]*.pl
481 %{_datadir}/courierwebadmin/admin-[0123]*.html
482 %{_datadir}/courierwebadmin/webadmin.pm
483 %{_datadir}/courierwebadmin/notsupp.html
484 %dir %{_libdir}/courier/modules
485 %dir %{_libdir}/courier/modules/uucp
486 %attr(644,daemon,daemon) %config %{_sysconfdir}/module.uucp
487 %attr(755,root,root) %{_libdir}/courier/modules/uucp/courieruucp
488 %attr(755,root,root) %{_sbindir}/makeuucpneighbors
489 %attr(755,root,root) %{_datadir}/makeuucpneighbors
490 %dir %{_libdir}/courier/modules/local
491 %attr(644,daemon,daemon) %config %{_sysconfdir}/module.local
492 %attr(644,daemon,daemon) %config %{_sysconfdir}/authmodulelist
493 %attr(755,root,root) %{_libdir}/courier/modules/local/courierlocal
494 %attr(755,root,root) %{_libdir}/courier/modules/local/courierdeliver
495 %attr(755,root,root) %{_bindir}/preline
496 %dir %{_libdir}/courier/modules/esmtp
497 %attr(644,daemon,daemon) %config %{_sysconfdir}/module.esmtp
498 %attr(750,root,daemon) %{_libdir}/courier/modules/esmtp/courieresmtp
499 %attr(750,root,daemon) %{_libdir}/courier/modules/esmtp/courieresmtpd
500 %attr(755,root,root) %{_libdir}/courier/modules/esmtp/addcr
501 %attr(755,root,root) %{_sbindir}/courieresmtpd
502 %attr(755,root,root) %{_bindir}/addcr
503 %attr(755,root,root) %{_sbindir}/esmtpd
504 %attr(755,root,root) %{_datadir}/esmtpd
505 %attr(755,root,root) %{_sbindir}/makesmtpaccess
506 %attr(755,root,root) %{_datadir}/makesmtpaccess
507 %attr(755,root,root) %{_sbindir}/makeacceptmailfor
508 %attr(755,root,root) %{_datadir}/makeacceptmailfor
509 %attr(755,root,root) %{_sbindir}/makepercentrelay
510 %attr(755,root,root) %{_datadir}/makepercentrelay
511 %attr(755,root,root) %{_sbindir}/mkesmtpdcert
512 %attr(755,root,root) %{_datadir}/mkesmtpdcert
513 %attr(755,root,root) %{_sbindir}/esmtpd-msa
514 %attr(755,root,root) %{_sbindir}/makesmtpaccess-msa
515 %attr(644,daemon,daemon) %config %{_sysconfdir}/esmtpd.dist
516 %attr(644,daemon,daemon) %config %{_sysconfdir}/esmtpd-msa.dist
517 %attr(755,daemon,daemon) %dir %{_sysconfdir}/esmtpacceptmailfor.dir
518 %attr(755,daemon,daemon) %dir %{_sysconfdir}/esmtppercentrelay.dir
519 %attr(644,daemon,daemon) %config %{_sysconfdir}/esmtp.authpam
520 %attr(644,daemon,daemon) %config %{_sysconfdir}/esmtpd.cnf
521 %attr(600,daemon,daemon) %config %{_sysconfdir}/esmtpauthclient
522 %dir %{_libdir}/courier/modules/dsn
523 %attr(644,daemon,daemon) %config %{_sysconfdir}/dsndelayed.txt
524 %attr(644,daemon,daemon) %config %{_sysconfdir}/dsndelivered.txt
525 %attr(644,daemon,daemon) %config %{_sysconfdir}/dsnfailed.txt
526 %attr(644,daemon,daemon) %config %{_sysconfdir}/dsnrelayed.txt
527 %attr(644,daemon,daemon) %config %{_sysconfdir}/dsnfooter.txt
528 %attr(644,daemon,daemon) %config %{_sysconfdir}/dsnsubjectnotice.txt
529 %attr(644,daemon,daemon) %config %{_sysconfdir}/dsnsubjectwarn.txt
530 %attr(644,daemon,daemon) %config %{_sysconfdir}/dsnheader.txt
531 %attr(644,daemon,daemon) %config %{_sysconfdir}/module.dsn
532 %attr(755,root,root) %{_libdir}/courier/modules/dsn/courierdsn
533 %{_libdir}/courier/modules/modules.ctl
534 %attr(4550,daemon,daemon) %{_libdir}/courier/submitmkdir
535 %attr(750,root,daemon) %{_libdir}/courier/courierd
536 %attr(750,root,daemon) %{_libdir}/courier/aliasexp
537 %attr(750,root,daemon) %{_libdir}/courier/aliascombine
538 %attr(750,root,daemon) %{_libdir}/courier/aliascreate
539 %attr(750,root,daemon) %{_libdir}/courier/submit
540 %attr(755,root,root) %{_libdir}/courier/makedatprog
541 %attr(755,root,root) %{_sbindir}/courier
542 %attr(755,root,root) %{_sbindir}/showconfig
543 %attr(750,root,daemon) %{_sbindir}/showmodules
544 %attr(755,root,root) %{_sbindir}/userdbpw
545 %attr(755,root,root) %{_sbindir}/couriertcpd
546 %attr(755,root,root) %{_sbindir}/logger
547 %attr(6555,daemon,daemon) %{_bindir}/cancelmsg
548 %attr(755,root,root) %{_bindir}/courier-config
549 %attr(2755,root,daemon) %{_bindir}/mailq
550 %attr(755,root,root) %{_bindir}/maildirmake
551 %attr(4755,root,root) %{_bindir}/sendmail
552 %attr(4755,root,root) %{_bindir}/rmail
553 %attr(755,root,root) %{_bindir}/dotlock
554 %attr(755,root,root) %{_bindir}/deliverquota
555 %attr(755,root,root) %{_bindir}/mailbot
556 %attr(755,root,root) %{_bindir}/makemime
557 %attr(755,root,root) %{_bindir}/mimegpg
558 %attr(755,root,root) %{_bindir}/dotforward
559 %attr(755,root,root) %{_datadir}/makedat
560 %attr(755,root,root) %{_bindir}/makedat
561 %attr(755,root,root) %{_bindir}/testmxlookup
562 %attr(750,root,daemon) %{_datadir}/makealiases
563 %attr(750,root,daemon) %{_sbindir}/makealiases
564 %attr(755,root,root) %{_datadir}/makehosteddomains
565 %attr(755,root,root) %{_sbindir}/makehosteddomains
566 %attr(755,root,root) %{_datadir}/pop3d-ssl
567 %attr(755,root,root) %{_sbindir}/pop3d-ssl
568 %attr(755,root,root) %{_datadir}/makeuserdb
569 %attr(755,root,root) %{_sbindir}/makeuserdb
570 %attr(755,root,root) %{_datadir}/webgpg
571 %attr(755,root,root) %{_sbindir}/webgpg
572 %attr(755,root,root) %{_datadir}/userdb
573 %attr(755,root,root) %{_sbindir}/userdb
574 %attr(755,root,root) %{_datadir}/pw2userdb
575 %attr(755,root,root) %{_sbindir}/pw2userdb
576 %attr(755,root,root) %{_datadir}/vchkpw2userdb
577 %attr(755,root,root) %{_sbindir}/vchkpw2userdb
578 %attr(755,root,root) %{_datadir}/courierctl.start
579 %attr(755,root,root) %{_bindir}/couriertls
580 %attr(640,daemon,daemon) %config %{_sysconfdir}/ldapaliasrc.dist
581 %attr(700,daemon,daemon) %{_sbindir}/courierldapaliasd
582 %attr(660,daemon,daemon) %config %{_sysconfdir}/authldaprc.dist
583 %attr(660,daemon,daemon) %config %{_sysconfdir}/authmysqlrc.dist
584 %attr(660,daemon,daemon) %config %{_sysconfdir}/authdaemonrc.dist
585 %dir %{_libdir}/authlib
586 %attr(755,root,root) %{_libdir}/authlib/authdaemon
587 %attr(755,root,root) %{_libdir}/authlib/authdaemond.plain
588 %attr(755,root,root) %{_libdir}/authlib/authdaemond.ldap
589 %attr(755,root,root) %{_libdir}/authlib/authdaemond.mysql
590 %attr(755,root,root) %{_libdir}/authlib/authdaemond
591 %attr(770,daemon,daemon) %dir %{_localstatedir}/authdaemon
592 %attr(755,root,root) %dir %{_libdir}/authlib/changepwd
593 %attr(4755,root,root) %{_libdir}/authlib/changepwd/authdaemon.passwd
594 %attr(755,root,root) %{_libdir}/authlib/changepwd/authsystem.passwd
595 %attr(755,root,root) %{_datadir}/authsystem.passwd
596 %config(noreplace) /etc/pam.d/esmtp
597 %attr(755,root,root) /etc/profile.d/courier.sh
598 %attr(755,root,root) /etc/profile.d/courier.csh
599 %attr(754,root,root) /etc/rc.d/init.d/courier
600 %attr(700,daemon,daemon) %dir %{_sysconfdir}/userdb
601 %attr(755,daemon,daemon) %dir %{_localstatedir}/tmp/broken
602 /usr/lib/sendmail
603 /usr/sbin/sendmail
604
605 %files pop3d
606 %defattr(644,root,root,755)
607 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/pop3
608 %{_mandir}/man8/courierpop3login.8*
609 %{_mandir}/man8/courierpop3d.8*
610 %{_mandir}/man8/pop3d.8*
611 %attr(755,root,root) %{_datadir}/courierwebadmin/admin-45pop3.pl
612 %{_datadir}/courierwebadmin/admin-45pop3.html
613 %attr(644,daemon,daemon) %config %{_sysconfdir}/pop3d.dist
614 %attr(644,daemon,daemon) %config %{_sysconfdir}/pop3d.authpam
615 %attr(600,daemon,daemon) %config %{_sysconfdir}/pop3d.cnf
616 %attr(755,root,root) %{_libdir}/courier/courierpop3d
617 %attr(755,root,root) %{_libdir}/courier/courierpop3login
618 %attr(755,root,root) %{_datadir}/pop3d
619 %attr(755,root,root) %{_sbindir}/pop3d
620 %attr(755,root,root) %{_datadir}/mkpop3dcert
621 %attr(755,root,root) %{_sbindir}/mkpop3dcert
622
623 %files imapd
624 %defattr(644,root,root,755)
625 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/imap
626 %{_mandir}/man8/imapd.8*
627 %{_mandir}/man8/mkimapdcert.8*
628 %attr(755,root,root) %{_datadir}/courierwebadmin/admin-40imap.pl
629 %attr(644,root,root) %{_datadir}/courierwebadmin/admin-40imap.html
630 %attr(644,daemon,daemon) %config %{_sysconfdir}/imapd.dist
631 %attr(644,daemon,daemon) %config %{_sysconfdir}/imapd-ssl.dist
632 %attr(644,daemon,daemon) %config %{_sysconfdir}/imapd.authpam
633 %attr(600,daemon,daemon) %config %{_sysconfdir}/imapd.cnf
634 %attr(755,root,root) %{_libdir}/courier/imaplogin
635 %attr(755,root,root) %{_sbindir}/imapd
636 %attr(755,root,root) %{_sbindir}/imapd-ssl
637 %attr(755,root,root) %{_datadir}/imapd
638 %attr(755,root,root) %{_datadir}/imapd-ssl
639 %attr(755,root,root) %{_bindir}/imapd
640 %attr(755,root,root) %{_datadir}/mkimapdcert
641 %attr(755,root,root) %{_sbindir}/mkimapdcert
642
643 %files webmail
644 %defattr(644,root,root,755)
645 %attr(4755,root,root) %{_cgibindir}/webmail
646 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/webmail
647 %{_documentrootdir}/webmail
648 %dir %{_datadir}/sqwebmail
649 %dir %{_datadir}/sqwebmail/html
650 %dir %{_datadir}/sqwebmail/html/en-us
651 %{_datadir}/sqwebmail/html/en
652 %config %{_datadir}/sqwebmail/html/en-us/[CIL]*
653 %{_datadir}/sqwebmail/html/en-us/*.html
654 %attr(755,root,root) %{_datadir}/sqwebmail/cleancache.pl
655 %attr(755,root,root) %{_datadir}/sqwebmail/sendit.sh
656 %attr(755,root,root) %{_datadir}/sqwebmail/ldapsearch
657 %attr(700, bin, bin) %dir %{_localstatedir}/webmail-logincache
658 %attr(644,daemon,daemon) %config %{_sysconfdir}/webmail.authpam
659 %attr(755,root,root) /etc/cron.hourly/courier-webmail-cleancache
660
661 %files maildrop
662 %defattr(644,root,root,755)
663 %{_mandir}/man1/maildrop.1*
664 %{_mandir}/man1/refor*
665 %{_mandir}/man5/maildrop*
666 %attr(644,daemon,daemon) %config %{_sysconfdir}/maildrop
667 %attr(755,root,root)  %{_bindir}/reformail
668 %attr(755,root,root)  %{_bindir}/reformime
669 %attr(4755,root,root) %{_bindir}/maildrop
670
671 %files mlm
672 %defattr(644,root,root,755)
673 %{_mandir}/man1/couriermlm.1*
674 %attr(755,root,root) %{_bindir}/couriermlm
675 %{_datadir}/couriermlm
676
677 %files smtpauth
678 %defattr(644,root,root,755)
679 %attr(4750,root,daemon) %{_libdir}/courier/modules/esmtp/authstart
680 %attr(755,root,root) %{_libdir}/courier/modules/esmtp/authend
This page took 0.166262 seconds and 3 git commands to generate.