]> git.pld-linux.org Git - packages/courier.git/blob - courier.spec
- obsoletes nullmailer and ssmtp
[packages/courier.git] / courier.spec
1 #
2 # Conditional build:
3 %bcond_with fam         # with fam support
4 #
5 Summary:        Courier mail server
6 Summary(pl):    Serwer poczty Courier
7 Name:           courier
8 Version:        0.44.2
9 Release:        4
10 License:        GPL
11 Group:          Networking/Daemons
12 Source0:        http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
13 # Source0-md5:  8c607c70a692d8f8ccb769a3f96d2f28
14 Patch0:         %{name}-openssl-path.patch
15 Patch1:         %{name}-withoutfam.patch
16 Patch2:         %{name}-maildir.patch
17 Patch3:         %{name}-no_res_query.patch
18 Patch4:         %{name}-sendmail_dir.patch
19 URL:            http://www.courier-mta.org/
20 BuildRequires:  autoconf
21 BuildRequires:  automake
22 BuildRequires:  db-devel
23 BuildRequires:  expect
24 BuildRequires:  libstdc++-devel
25 BuildRequires:  libtool
26 BuildRequires:  mailcap
27 BuildRequires:  mysql-devel
28 BuildRequires:  openldap-devel
29 BuildRequires:  openssl-devel >= 0.9.7c
30 BuildRequires:  openssl-tools >= 0.9.7c
31 BuildRequires:  openssl-tools-perl >= 0.9.7c
32 BuildRequires:  pam-devel
33 BuildRequires:  perl-devel
34 BuildRequires:  postgresql-devel
35 BuildRequires:  sysconftool
36 BuildRequires:  zlib-devel
37 %{?with_fam:BuildRequires:      fam-devel}
38 Requires(post,preun):   /sbin/chkconfig
39 Requires(post): openssl-tools >= 0.9.7c
40 %{?with_fam:Requires:   fam}
41 Provides:       smtpdaemon
42 Obsoletes:      exim
43 Obsoletes:      masqmail
44 Obsoletes:      nullmailer
45 Obsoletes:      omta
46 Obsoletes:      qmail
47 Obsoletes:      sendmail
48 Obsoletes:      sendmail-cf
49 Obsoletes:      sendmail-doc
50 Obsoletes:      smail
51 Obsoletes:      smtpdaemon
52 Obsoletes:      ssmtp
53 Obsoletes:      zmailer
54 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
55
56 %define         apachedir       /home/services/httpd
57 %define         _datadir        %{_prefix}/share/courier
58 %define         _mandir         /usr/share/man
59 %define         _libdir         %{_prefix}/%{_lib}/courier
60 %define         _libexecdir     %{_libdir}
61 %define         _localstatedir  /var/spool/courier
62 %define         _sysconfdir     /etc/courier
63 %define         initdir         /etc/rc.d/init.d
64
65 # Change the following if your DocumentRoot and cgibindir differ.  This is
66 # the default redhat build:
67
68 %define         _cgibindir              %{apachedir}/cgi-bin
69 %define         _documentrootdir        %{apachedir}/html
70 %define         _imageurl               /webmail/
71
72 %description
73 Courier is a fully functional mail server, that can completely take
74 over the mail services normally provided by sendmail, Qmail, or any
75 other mail server. Although Courier does not support all legacy
76 features of existing mail servers, the number of obsoleted functions
77 is very small, and there are better, and more robust, alternatives
78 available.
79
80 Courier implements many SMTP extensions: DSN, PIPELINING, 8BITMIME.
81 Courier also implements several new SMTP extensions for mailing list
82 management and spam filtering.
83
84 %description -l pl
85 Courier jest w pe³ni funkcjonalnym serwerem poczty, mo¿e ca³kowicie
86 zast±piæ us³ugi pocztowe dawane przez sendmail, Qmaila i inne serwery.
87 Wprawdzie Courier nie ma wszystkich mo¿liwo¶ci istniej±cych serwerów,
88 ilo¶æ nie obs³ugiwanych funkcji jesgt bardzo ma³a, i s± dostêpne
89 lepsze alternatywy.
90
91 Courier zawiera wiele rozszerzeñ SMTP: DSN, PIPELINING, 8BITMIME. Ma
92 tak¿e nowe rozszerzenia SMTP dla pocztowych list dyskusyjnych i
93 filtrowania spamu.
94
95 %package pop3d
96 Summary:        Courier Integrated POP3 server
97 Summary(pl):    Zintegrowany serwer POP3 do Couriera
98 Group:          Networking/Daemons
99 Requires:       %{name} = %{version}-%{release}
100 Requires(post): openssl-tools >= 0.9.7c
101
102 %description pop3d
103 This package installs Courier mail server's integrated POP3 server,
104 which allows you to download mail from your mailbox using any POP3
105 client. Courier's POP3 server can only be used to download mail from
106 maildir mailboxes. This server does not support mailbox files. If you
107 do not need the ability to download your mail using a POP3 client, you
108 do not need to install this package.
109
110 %description pop3d -l pl
111 Ten pakiet zawiera zintegrowany serwer POP3 do Couriera, pozwalaj±cy
112 na ¶ci±ganie poczty ze skrzynki przy pomocy dowolnego klienta POP3.
113 Serwer POP3 Couriera mo¿e byæ u¿ywany tylko ze skrzynkami Maildir, nie
114 obs³uguje skrzynek w postaci pojedynczych plików.
115
116 %package imapd
117 Summary:        Courier Integrated IMAP server
118 Summary(pl):    Zintegrowany serwer IMAP do Couriera
119 Group:          Networking/Daemons
120 Requires:       %{name} = %{version}-%{release}
121 Requires(post): openssl-tools >= 0.9.7c
122 Obsoletes:      courier-imap
123 Obsoletes:      courier-imap-common
124
125 %description imapd
126 This package installs Courier mail server's integrated IMAP server. If
127 you do not need the ability to download your mail using an IMAP mail
128 client, you do not need to install this package. Courier's IMAP server
129 can only be used to download mail from maildir mailboxes. This server
130 does not support mailbox files.
131
132 This package requires that Courier must be already installed, this is
133 NOT the standalone version of the Courier-IMAP server, and you cannot
134 install both this package, and the standalone version of Courier-IMAP.
135 If you have the standalone version of the Courier-IMAP server already
136 installed, installing this package will automatically remove the
137 standalone version.
138
139 %description imapd -l pl
140 Ten pakiet zawiera zintegrowany serwer IMAP do Couriera. Pozwala
141 ¶ci±gaæ pocztê przy pomocy klienta IMAP. Serwer IMAP Couriera mo¿e byæ
142 u¿ywany tylko ze skrzynami Maildir, nie obs³uguje skrzynek w postaci
143 pojedynczych plików.
144
145 Ten pakiet wymaga serwera Courier, to NIE jest samodzielna wersja
146 serwera Courier-IMAP. Nie mo¿na te¿ instalowaæ jednocze¶nie tego
147 pakietu i samodzielnej wersji Courier-IMAP. Zainstalowanie tego
148 pakietu automatycznie odinstaluje Courier-IMAP je¶li by³ zinstalowany.
149
150 %package webmail
151 Summary:        Courier Integrated HTTP (webmail) server
152 Summary(pl):    Zintegrowany serwer poczty przez HTTP (webmail) do Couriera
153 Group:          Networking/Daemons
154 Requires:       %{name} = %{version}-%{release}
155 Requires:       %{_cgibindir}
156 Requires:       %{_documentrootdir}
157
158 %description webmail
159 This package installs Courier mail server's integrated HTTP webmail
160 server. If you do not need the ability to access your mail using a web
161 browser, you do not need to install this package. Courier's webmail
162 server can only be used to download mail from maildir mailboxes. This
163 server does not support mailbox files.
164
165 This is the same server that's distributed separately under the name
166 of SqWebMail, however its configuration is customized for the Courier
167 mail server.
168
169 %description webmail -l pl
170 Ten pakiet zawiera zintegrowany serwer poczty przez HTTP (webmail) dla
171 Couriera, pozwalaj±cy na dostêp do poczty za pomoc± przegl±darki WWW.
172 Serwer webmail Couriera mo¿e byæ u¿ywany tylko ze skrzynkami Maildir,
173 nie obs³uguje skrzynek w postaci pojedynczych plików.
174
175 Jest to ten sam serwer, co dystrybuowany oddzielnie pod nazw±
176 SqWebMail, ale jego konfiguracja jest dostosowana do serwera Courier.
177
178 %package mlm
179 Summary:        Courier Integrated Mailing List Manager
180 Summary(pl):    Zintegrowany zarz±dca list dyskusyjnych do Couriera
181 Group:          Applications/Mail
182 Requires:       %{name} = %{version}-%{release}
183
184 %description mlm
185 This package installs couriermlm - a mailing list manager for the
186 Courier mail server. If you do not need the ability to manage mailing
187 lists, you do not need to install this package.
188
189 couriermlm is used to set up, maintain, and run a mailing list.
190 couriermlm automatically processes subscription and unsubscription
191 requests, and removes undeliverable addresses from the subscription
192 rolls. Mailing lists managed by couriermlm require zero human
193 administrative oversight. couriermlm supports digests, write-only
194 posting aliases, and moderated mailing lists.
195
196 %description mlm -l pl
197 Ten pakiet zawiera couriermlm - program do zarz±dzania listami
198 dyskusyjnymi dla Couriera. couriermlm jest u¿ywany do konfigurowania,
199 zarz±dzania i prowadzenia pocztowej listy dyskusyjnej. Automatycznie
200 obs³uguje ¿±dania zapisywania i wypisywania oraz usuwa z listy
201 niedzia³aj±ce adresy subskrybentów. Listy obs³ugiwane przez couriermlm
202 nie wymagaj± pracy administratora. couriermlm obs³uguje digesty,
203 aliasy pocztowe tylko do wysy³ania i listy moderowane.
204
205 %package maildrop
206 Summary:        Courier Integrated mail filter
207 Summary(pl):    Zintegrowany filtr poczty do Couriera
208 Group:          Applications/Mail
209 Requires:       %{name} = %{version}-%{release}
210
211 %description maildrop
212 This package installs Courier mail server's integrated mail filter.
213 You need to install this package if you want to be able to filter your
214 incoming mail.
215
216 %description maildrop -l pl
217 Ten pakiet zawiera zintegrowany filtr poczty dla Couriera. Jest
218 potrzebny do filtrowania przychodz±cej poczty.
219
220 %package smtpauth
221 Summary:        Courier mail server authenticated ESMTP module
222 Summary(pl):    Modu³ uwierzytelniania ESMTP (SMTP AUTH) do Couriera
223 Group:          Networking/Daemons
224 Requires:       %{name} = %{version}-%{release}
225
226 %description smtpauth
227 Authenticated ESMTP allows remote users to authenticate themselves and
228 be able to relay outbound mail through the Courier mail server.
229
230 %description smtpauth -l pl
231 SMTP AUTH pozwala zdalnym u¿ytkownikom na uwierzytelnianie i
232 umo¿liwienie przekazania wychodz±cej poczty poprzez serwer poczty
233 Courier.
234
235 %package authldap
236 Summary:        LDAP authentication daemon for Courier mail server
237 Summary(pl):    Demon autentykacji LDAP do Couriera
238 Group:          Networking/Daemons
239 PreReq:         %{name} = %{version}-%{release}
240
241 %description authldap
242 This package provides LDAP authentication for Courier.
243
244 %description authldap -l pl
245 Ten pakiet pozwala na korzystanie z autentykacji LDAP w Courierze.
246
247 %package authmysql
248 Summary:        MySQL authentication daemon for Courier mail server
249 Summary(pl):    Demon autentykacji MySQL do Couriera
250 Group:          Networking/Daemons
251 PreReq:         %{name} = %{version}-%{release}
252
253 %description authmysql
254 This package provides MySQL authentication for Courier.
255
256 %description authmysql -l pl
257 Ten pakiet pozwala na korzystanie z autentykacji MySQL w Courierze.
258
259 %package authpgsql
260 Summary:        PostgreSQL authentication daemon for Courier mail server
261 Summary(pl):    Demon autentykacji PostgreSQL do Couriera
262 Group:          Networking/Daemons
263 PreReq:         %{name} = %{version}-%{release}
264
265 %description authpgsql
266 This package provides PostgreSQL authentication for Courier.
267
268 %description authpgsql -l pl
269 Ten pakiet pozwala na korzystanie z autentykacji PostgreSQL w Courierze.
270
271 %prep
272 %setup -q
273 %patch0 -p1
274 %{!?with_fam:%patch1 -p1}
275 %patch2 -p1
276 %patch3 -p1
277 %patch4 -p1
278
279 %build
280 # we don't want fax module
281 rm -rf courier/module.fax
282 cp -f /usr/share/automake/config.sub webmail
283
284 cd rootcerts
285 %{__libtoolize}
286 %{__aclocal}
287 %{__autoconf}
288 %{__automake}
289 cd ..
290
291 cd authlib
292 %{__aclocal}
293 %{__autoconf}
294 %{__automake}
295 cd ..
296
297 %{__libtoolize}
298 %{__aclocal}
299 %{__autoconf}
300 %{__automake}
301
302 cd courier
303 %{__aclocal}
304 %{__autoconf}
305 ln -s ../ltmain.sh .
306 %{__automake}
307 cd ..
308
309 %configure \
310         --localstatedir=%{_localstatedir} \
311         --sysconfdir=%{_sysconfdir} \
312         --mandir=%{_mandir} \
313         --enable-imageurl=%{_imageurl} \
314         --with-db=db \
315         --with-mailer=%{_sbindir}/sendmail
316
317 %{__make}
318 %{__make} check
319
320 %install
321 rm -rf $RPM_BUILD_ROOT
322 umask 022
323 install -d -p $RPM_BUILD_ROOT{%{_prefix}/lib,/etc/{cron.hourly,pam.d},%{initdir}} \
324         $RPM_BUILD_ROOT{%{_cgibindir},%{_documentrootdir}} \
325         $RPM_BUILD_ROOT{%{_sysconfdir}/userdb,%{_localstatedir}{/calendar,/tmp/broken}} \
326         $RPM_BUILD_ROOT/etc/cron.hourly
327
328 %{__make} install \
329         DESTDIR=$RPM_BUILD_ROOT
330
331 # fix pam problem
332 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/*.authpam
333 for X in imap esmtp pop3 webmail calendar
334 do
335 cat > $RPM_BUILD_ROOT/etc/pam.d/$X <<EOF
336 #%PAM-1.0
337 auth       required     pam_unix.so shadow nullok
338 account    required     pam_unix.so
339 session    required     pam_unix.so
340 EOF
341 done
342
343 # delete dead links
344 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/dotforward.1 \
345 $RPM_BUILD_ROOT%{_mandir}/man1/rmail.1 \
346 $RPM_BUILD_ROOT%{_mandir}/man7/authcram.7 \
347 $RPM_BUILD_ROOT%{_mandir}/man7/authdaemon.7 \
348 $RPM_BUILD_ROOT%{_mandir}/man7/authdaemond.7 \
349 $RPM_BUILD_ROOT%{_mandir}/man7/authldap.7 \
350 $RPM_BUILD_ROOT%{_mandir}/man7/authmysql.7 \
351 $RPM_BUILD_ROOT%{_mandir}/man7/authpam.7 \
352 $RPM_BUILD_ROOT%{_mandir}/man7/authpwd.7 \
353 $RPM_BUILD_ROOT%{_mandir}/man7/authshadow.7 \
354 $RPM_BUILD_ROOT%{_mandir}/man7/authuserdb.7 \
355 $RPM_BUILD_ROOT%{_mandir}/man7/authvchkpw.7 \
356 $RPM_BUILD_ROOT%{_mandir}/man8/esmtpd-msa.8 \
357 $RPM_BUILD_ROOT%{_mandir}/man8/makesmtpaccess-msa.8 \
358 $RPM_BUILD_ROOT%{_mandir}/man8/filterctl.8 \
359 $RPM_BUILD_ROOT%{_mandir}/man8/makeuucpneighbors.8 \
360 $RPM_BUILD_ROOT%{_mandir}/man8/pw2userdb.8 \
361 $RPM_BUILD_ROOT%{_mandir}/man8/vchkpw2userdb.8 \
362 $RPM_BUILD_ROOT%{_mandir}/man8/courierpop3login.8
363
364 # make man links
365 echo '.so dot-forward.1' > $RPM_BUILD_ROOT%{_mandir}/man1/dotforward.1
366 echo '.so sendmail.1' > $RPM_BUILD_ROOT%{_mandir}/man1/rmail.1
367 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authcram.7
368 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authdaemon.7
369 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authdaemond.7
370 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authldap.7
371 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authmysql.7
372 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authpgsql.7
373 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authpam.7
374 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authpwd.7
375 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authshadow.7
376 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authuserdb.7
377 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authvchkpw.7
378 echo '.so esmtpd.8' > $RPM_BUILD_ROOT%{_mandir}/man8/esmtpd-msa.8
379 echo '.so courierfilter.8' > $RPM_BUILD_ROOT%{_mandir}/man8/filterctl.8
380 echo '.so makesmtpaccess.8' > $RPM_BUILD_ROOT%{_mandir}/man8/makesmtpaccess-msa.8
381 echo '.so courieruucp.8' > $RPM_BUILD_ROOT%{_mandir}/man8/makeuucpneighbors.8
382 echo '.so makeuserdb.8' > $RPM_BUILD_ROOT%{_mandir}/man8/pw2userdb.8
383 echo '.so makeuserdb.8' > $RPM_BUILD_ROOT%{_mandir}/man8/vchkpw2userdb.8
384 echo '.so courierpop3d.8' > $RPM_BUILD_ROOT%{_mandir}/man8/courierpop3login.8
385
386 %{__make} install-perms
387
388 # Note that we delete all 'webmail's, but copy over only 'sqwebmail's.
389 # This removes all webmail-related stuff from the main filelist,
390 # and adds everything except the executable, webmail, to filelist.webmail.
391 # Here's why:
392
393 cp -f $RPM_BUILD_ROOT%{_libexecdir}/courier/webmail/webmail \
394         $RPM_BUILD_ROOT%{_cgibindir}/webmail
395
396 # And here's why we delete all images from filelist.webmail:
397 mv -f $RPM_BUILD_ROOT%{_datadir}/sqwebmail/images $RPM_BUILD_ROOT%{_documentrootdir}/webmail
398
399 # install a cron job to clean out webmail's cache
400 install webmail/cron.cmd $RPM_BUILD_ROOT/etc/cron.hourly/courier-webmail-cleancache
401
402 # Move .html documentation back to build dir, so that RPM will move it to
403 # the appropriate docdir
404
405 rm -rf htmldoc
406 mkdir htmldoc
407 cp -f $RPM_BUILD_ROOT%{_datadir}/htmldoc/* htmldoc
408 chmod a-w htmldoc/*
409
410 # Manually set POP3DSTART and IMAPDSTART to yes, they'll go into a separate
411 # package, so after it's installed they should be runnable.
412
413 sed 's/^POP3DSTART.*/POP3DSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/pop3d.dist >$RPM_BUILD_ROOT%{_sysconfdir}/pop3d.new
414 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/pop3d.new $RPM_BUILD_ROOT%{_sysconfdir}/pop3d.dist
415
416 sed 's/^POP3DSSLSTART.*/POP3DSSLSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.dist >$RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.new
417 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.new $RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.dist
418
419 sed 's/^IMAPDSTART.*/IMAPDSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/imapd.dist >$RPM_BUILD_ROOT%{_sysconfdir}/imapd.new
420 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/imapd.new $RPM_BUILD_ROOT%{_sysconfdir}/imapd.dist
421
422 sed 's/^IMAPDSSLSTART.*/IMAPDSSLSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/imapd-ssl.dist >$RPM_BUILD_ROOT%{_sysconfdir}/imapd.new-ssl
423 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/imapd.new-ssl $RPM_BUILD_ROOT%{_sysconfdir}/imapd-ssl.dist
424
425 # Want to have esmtpd running by default
426 sed 's/^ESMTPDSTART.*/ESMTPDSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/esmtpd.dist >$RPM_BUILD_ROOT%{_sysconfdir}/esmtpd.new
427 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/esmtpd.new $RPM_BUILD_ROOT%{_sysconfdir}/esmtpd.dist
428
429 # run script from install-configure (make config files)
430 for confdist in `awk ' $5 == "config" && $1 ~ /\.dist$/ { print $1 }' <permissions.dat`
431 do /usr/bin/perl ././sysconftool $RPM_BUILD_ROOT$confdist
432 done
433
434 # make locals, esmtpacceptmailfor.dir/esmtpacceptmailfor
435 for X in locals esmtpacceptmailfor.dir/esmtpacceptmailfor
436 do
437 echo localhost >$RPM_BUILD_ROOT%{_sysconfdir}/$X
438 done
439
440 install courier.sysvinit $RPM_BUILD_ROOT%{initdir}/courier
441
442 #
443 # Red Hat /etc/profile.d scripts
444 #
445
446 install -d $RPM_BUILD_ROOT/etc/profile.d
447 cat >$RPM_BUILD_ROOT/etc/profile.d/courier.sh <<EOF
448 if echo "\$PATH" | tr ':' '\012' | fgrep -qx %{_bindir}
449 then
450         :
451 else
452         if test -w /etc
453         then
454                 PATH="%{_sbindir}:\$PATH"
455         fi
456         PATH="%{_bindir}:\$PATH"
457         export PATH
458 fi
459 EOF
460
461 cat >$RPM_BUILD_ROOT/etc/profile.d/courier.csh <<EOF
462
463 echo "\$PATH" | tr ':' '\012' | fgrep -qx %{_bindir}
464
465 if ( \$? ) then
466         true
467 else
468         test -w /etc
469         if ( \$? ) then
470         then
471                 setenv PATH "%{_sbindir}:\$PATH"
472         endif
473         setenv PATH "%{_bindir}:\$PATH"
474 endif
475 EOF
476
477 # sendmail soft links
478 ln -sf %{_sbindir}/sendmail $RPM_BUILD_ROOT/usr/lib/sendmail
479
480 # This link by default is missing
481 ln -sf %{_datadir}/esmtpd-ssl $RPM_BUILD_ROOT%{_sbindir}/esmtpd-ssl
482
483 # remove unpackaged files
484 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/*.dist
485 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/rfcerr*.txt
486 rm -rf $RPM_BUILD_ROOT%{_datadir}/htmldoc
487 rm -rf $RPM_BUILD_ROOT%{_datadir}/faxmail
488 rm -f $RPM_BUILD_ROOT%{_mandir}/man5/maildir.5*
489
490 %clean
491 rm -rf $RPM_BUILD_ROOT
492
493 %post
494 /sbin/chkconfig --add courier
495 %{_sbindir}/makealiases 2>/dev/null || true
496 %{_sbindir}/makesmtpaccess 2>/dev/null || true
497
498 # If we do not have a certificate, make one up.
499 if [ ! -f %{_datadir}/esmtpd.pem ]; then
500         %{_sbindir}/mkesmtpdcert
501 fi
502
503 cat <<EOF
504
505 Now courier will refuse to accept SMTP messages except to localhost
506 add hosts to /etc/courier/esmtpacceptmailfor.dir/esmtpacceptmailfor
507 run makeacceptmailfor
508
509 Add hosts to /etc/courier/locals you want to accept mail for
510 run makealiases
511
512 Enter user, who should receive mail for root, mailer-daemon and postmaster
513 into /etc/courier/aliases/system
514
515 EOF
516
517 %preun
518 if [ "$1" = "0" ]; then
519         %{initdir}/courier stop
520         /sbin/chkconfig --del courier
521 fi
522
523 %post imapd
524 # If we do not have a certificate, make one up.
525 if [ ! -f %{_datadir}/imapd.pem ]; then
526         %{_sbindir}/mkimapdcert
527 fi
528 %{_sbindir}/imapd stop
529 %{_sbindir}/imapd start
530 %{_sbindir}/imapd-ssl stop
531 %{_sbindir}/imapd-ssl start
532
533 %preun imapd
534 if [ "$1" = "0" ]; then
535         %{_sbindir}/imapd stop
536         %{_sbindir}/imapd-ssl stop
537 fi
538
539 %post pop3d
540 # If we do not have a certificate, make one up.
541 if [ ! -f %{_datadir}/pop3d.pem ]; then
542         %{_sbindir}/mkpop3dcert
543 fi
544 %{_sbindir}/pop3d stop
545 %{_sbindir}/pop3d start
546
547 %preun pop3d
548 if [ "$1" = "0" ]; then
549         %{_sbindir}/pop3d stop
550 fi
551
552 %post webmail
553 if ps -A |grep -q authdaemond; then
554     %{_libdir}/courier/sqwebmaild start
555 fi
556
557 %preun webmail
558 if ps -A |grep -q sqwebmaild; then
559     %{_libdir}/courier/sqwebmaild stop
560 fi
561
562 %post smtpauth
563 %{_sbindir}/esmtpd stop
564 %{_sbindir}/esmtpd start
565
566 echo
567 echo Remember to enable auth in esmtp config files
568 echo
569
570 %postun smtpauth
571 if [ "$1" = "0" ]; then
572         %{_sbindir}/esmtpd stop
573         %{_sbindir}/esmtpd start
574 fi
575
576 %post authldap
577 if ps -A |grep -q authdaemond; then
578     %{_libdir}/authlib/authdaemond stop
579     %{_libdir}/authlib/authdaemond start
580 fi
581
582 %postun authldap
583 if [ -x %{_libdir}/authlib/authdaemond ]; then
584     if ps -A |grep -q authdaemond; then
585         %{_libdir}/authlib/authdaemond stop;
586         %{_libdir}/authlib/authdaemond start;
587     fi
588 fi
589
590 %post authmysql
591 if ps -A |grep -q authdaemond; then
592     %{_libdir}/authlib/authdaemond stop
593     %{_libdir}/authlib/authdaemond start
594 fi
595
596 %postun authmysql
597 if [ -x %{_libdir}/authlib/authdaemond ]; then
598     if ps -A |grep -q authdaemond; then
599         %{_libdir}/authlib/authdaemond stop;
600         %{_libdir}/authlib/authdaemond start;
601     fi
602 fi
603
604 %post authpgsql
605 if ps -A |grep -q authdaemond; then
606     %{_libdir}/authlib/authdaemond stop
607     %{_libdir}/authlib/authdaemond start
608 fi
609
610 %postun authpgsql
611 if [ -x %{_libdir}/authlib/authdaemond ]; then
612     if ps -A |grep -q authdaemond; then
613         %{_libdir}/authlib/authdaemond stop;
614         %{_libdir}/authlib/authdaemond start;
615     fi
616 fi
617
618 %files
619 %defattr(644,root,root,755)
620 %doc AUTHORS BENCHMARKS NEWS README TODO htmldoc/*
621 %{_mandir}/man1/sendmail.1*
622 %{_mandir}/man1/preline.1*
623 %{_mandir}/man1/maildirmake.1*
624 %{_mandir}/man1/maildirkw.1*
625 %{_mandir}/man1/cancelmsg.1*
626 %{_mandir}/man1/lockmail.1*
627 %{_mandir}/man1/mailbot.1*
628 %{_mandir}/man1/makemime.1*
629 %{_mandir}/man1/mimegpg.1*
630 %{_mandir}/man1/makedat.1*
631 %{_mandir}/man1/testmxlookup.1*
632 %{_mandir}/man1/dot-forward.1*
633 %{_mandir}/man1/couriertls.1*
634 %{_mandir}/man1/mailq*
635 %{_mandir}/man1/couriertcpd*
636 %{_mandir}/man1/dotforward.1*
637 %{_mandir}/man1/rmail.1*
638 %{_mandir}/man5/dot-courier.5*
639 %{_mandir}/man7/localmailfilter.7*
640 %{_mandir}/man7/maildirquota.7*
641 %{_mandir}/man7/authlib.7*
642 %{_mandir}/man7/authcram.7*
643 %{_mandir}/man7/authdaemon.7*
644 %{_mandir}/man7/authdaemond.7*
645 %{_mandir}/man7/authpam.7*
646 %{_mandir}/man7/authpwd.7*
647 %{_mandir}/man7/authshadow.7*
648 %{_mandir}/man7/authuserdb.7*
649 %{_mandir}/man7/authvchkpw.7*
650 %{_mandir}/man8/courierfilter.8*
651 %{_mandir}/man8/courierperlfilter.8*
652 %{_mandir}/man8/dupfilter.8*
653 %{_mandir}/man8/courier.8*
654 %{_mandir}/man8/courierldapaliasd.8*
655 %{_mandir}/man8/deliverquota.8*
656 %{_mandir}/man8/esmtpd.8*
657 %{_mandir}/man8/makeacceptmailfor.8*
658 %{_mandir}/man8/makehosteddomains.8*
659 %{_mandir}/man8/mkesmtpdcert.8*
660 %{_mandir}/man8/makealiases.8*
661 %{_mandir}/man8/makepercentrelay.8*
662 %{_mandir}/man8/makesmtpaccess.8*
663 %{_mandir}/man8/makeuserdb.8*
664 %{_mandir}/man8/submit.8*
665 %{_mandir}/man8/userdb.8*
666 %{_mandir}/man8/userdbpw.8*
667 %{_mandir}/man8/courieruucp.8*
668 %{_mandir}/man8/esmtpd-msa.8*
669 %{_mandir}/man8/filterctl.8*
670 %{_mandir}/man8/makesmtpaccess-msa.8*
671 %{_mandir}/man8/makeuucpneighbors.8*
672 %{_mandir}/man8/pw2userdb.8*
673 %{_mandir}/man8/vchkpw2userdb.8*
674 %dir %{_sysconfdir}
675 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/ldapaddressbook
676 %attr(755,daemon,daemon) %dir %{_sysconfdir}/aliasdir
677 %attr(750,daemon,daemon) %dir %{_sysconfdir}/aliases
678 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/enablefiltering
679 %attr(755,daemon,daemon) %dir %{_sysconfdir}/smtpaccess
680 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/smtpaccess/default
681 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/esmtpacceptmailfor.dir/esmtpacceptmailfor
682 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/locals
683 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/courierd
684 %attr(640,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/aliases/system
685 %attr(644,root,root) %{_sysconfdir}/quotawarnmsg.example
686 %dir %{_libdir}
687 %dir %{_libdir}/courier
688 %dir %{_datadir}
689 %{_datadir}/rootcerts
690 %attr(700,daemon,daemon) %dir %{_sysconfdir}/webadmin
691 %attr(700,daemon,daemon) %dir %{_sysconfdir}/webadmin/added
692 %attr(700,daemon,daemon) %dir %{_sysconfdir}/webadmin/removed
693 %attr(755,root,root) %dir %{_datadir}/courierwebadmin
694 %attr(755,root,root) %{_datadir}/courierwebadmin/webadmin.pl
695 %attr(755,root,root) %{_datadir}/courierwebadmin/dumpenv.pl
696 %attr(755,root,root) %{_datadir}/courierwebadmin/admin-main.pl
697 %attr(755,root,root) %{_datadir}/courierwebadmin/admin-save.pl
698 %attr(755,root,root) %{_datadir}/courierwebadmin/admin-cancel.pl
699 %{_datadir}/courierwebadmin/login.html
700 %{_datadir}/courierwebadmin/admin-save.html
701 %{_datadir}/courierwebadmin/admin-main.html
702 %{_datadir}/courierwebadmin/unsecure.html
703 %dir %{_libdir}/filters
704 %attr(755,root,root) %{_libdir}/filters/*
705 %attr(755,root,root) %{_datadir}/perlfilter-*.pl
706 %dir %{_localstatedir}
707 %attr(770,daemon,daemon) %dir %{_localstatedir}/tmp
708 %attr(750,daemon,daemon) %dir %{_localstatedir}/msgs
709 %attr(750,daemon,daemon) %dir %{_localstatedir}/msgq
710 %attr(750,daemon,daemon) %dir %{_localstatedir}/filters
711 %attr(750,daemon,daemon) %dir %{_localstatedir}/allfilters
712 %attr(750,daemon,daemon) %dir %{_sysconfdir}/filters
713 %attr(750,daemon,daemon) %dir %{_sysconfdir}/filters/active
714 %attr(754,root,daemon) %{_datadir}/filterctl
715 %attr(754,root,daemon) %{_sbindir}/filterctl
716 %attr(754,root,daemon) %{_sbindir}/courierfilter
717 %attr(755,root,root) %{_datadir}/courierwebadmin/admin-[01235]*.pl
718 %{_datadir}/courierwebadmin/admin-[01235]*.html
719 %{_datadir}/courierwebadmin/webadmin.pm
720 %{_datadir}/courierwebadmin/notsupp.html
721 %dir %{_libdir}/courier/modules
722 %dir %{_libdir}/courier/modules/uucp
723 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/module.uucp
724 %attr(755,root,root) %{_libdir}/courier/modules/uucp/courieruucp
725 %attr(755,root,root) %{_sbindir}/makeuucpneighbors
726 %attr(755,root,root) %{_datadir}/makeuucpneighbors
727 %dir %{_libdir}/courier/modules/local
728 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/module.local
729 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authmodulelist
730 %attr(755,root,root) %{_libdir}/courier/modules/local/courierlocal
731 %attr(755,root,root) %{_libdir}/courier/modules/local/courierdeliver
732 %attr(755,root,root) %{_bindir}/preline
733 %dir %{_libdir}/courier/modules/esmtp
734 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/module.esmtp
735 %attr(750,root,daemon) %{_libdir}/courier/modules/esmtp/courieresmtp
736 %attr(750,root,daemon) %{_libdir}/courier/modules/esmtp/courieresmtpd
737 %attr(755,root,root) %{_libdir}/courier/modules/esmtp/addcr
738 %attr(755,root,root) %{_sbindir}/courieresmtpd
739 %attr(755,root,root) %{_bindir}/addcr
740 %attr(755,root,root) %{_sbindir}/esmtpd
741 %attr(755,root,root) %{_datadir}/esmtpd
742 %attr(755,root,root) %{_sbindir}/esmtpd-ssl
743 %attr(755,root,root) %{_datadir}/esmtpd-ssl
744 %attr(755,root,root) %{_sbindir}/makesmtpaccess
745 %attr(755,root,root) %{_datadir}/makesmtpaccess
746 %attr(755,root,root) %{_sbindir}/makeacceptmailfor
747 %attr(755,root,root) %{_datadir}/makeacceptmailfor
748 %attr(755,root,root) %{_sbindir}/makepercentrelay
749 %attr(755,root,root) %{_datadir}/makepercentrelay
750 %attr(755,root,root) %{_sbindir}/mkesmtpdcert
751 %attr(755,root,root) %{_datadir}/mkesmtpdcert
752 %attr(755,root,root) %{_sbindir}/esmtpd-msa
753 %attr(755,root,root) %{_sbindir}/makesmtpaccess-msa
754 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/esmtpd
755 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/esmtpd-msa
756 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/esmtpd-ssl
757 %attr(755,daemon,daemon) %dir %{_sysconfdir}/esmtpacceptmailfor.dir
758 %attr(755,daemon,daemon) %dir %{_sysconfdir}/esmtppercentrelay.dir
759 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/esmtpd.cnf
760 %attr(600,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/esmtpauthclient
761 %dir %{_libdir}/courier/modules/dsn
762 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsndelayed.txt
763 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsndelivered.txt
764 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsnfailed.txt
765 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsnrelayed.txt
766 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsnfooter.txt
767 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsnsubjectnotice.txt
768 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsnsubjectwarn.txt
769 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsnheader.txt
770 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/module.dsn
771 %attr(755,root,root) %{_libdir}/courier/modules/dsn/courierdsn
772 %{_libdir}/courier/modules/modules.ctl
773 %attr(4550,daemon,daemon) %{_libdir}/courier/submitmkdir
774 %attr(750,root,daemon) %{_libdir}/courier/courierd
775 %attr(750,root,daemon) %{_libdir}/courier/aliasexp
776 %attr(750,root,daemon) %{_libdir}/courier/aliascombine
777 %attr(750,root,daemon) %{_libdir}/courier/aliascreate
778 %attr(750,root,daemon) %{_libdir}/courier/submit
779 %attr(755,root,root) %{_libdir}/courier/makedatprog
780 %attr(755,root,root) %{_libdir}/%{name}/pcpd
781 %attr(755,root,root) %{_sbindir}/courier
782 %attr(755,root,root) %{_sbindir}/showconfig
783 %attr(750,root,daemon) %{_sbindir}/showmodules
784 %attr(755,root,root) %{_sbindir}/userdbpw
785 %attr(755,root,root) %{_sbindir}/couriertcpd
786 %attr(755,root,root) %{_sbindir}/courierlogger
787 %attr(6555,daemon,daemon) %{_bindir}/cancelmsg
788 %attr(755,root,root) %{_bindir}/courier-config
789 %attr(2755,root,daemon) %{_bindir}/mailq
790 %attr(755,root,root) %{_bindir}/maildirmake
791 %attr(755,root,root) %{_bindir}/maildirkw
792 %attr(4755,root,root) %{_sbindir}/sendmail
793 %attr(4755,root,root) %{_bindir}/rmail
794 %attr(755,root,root) %{_bindir}/lockmail
795 %attr(755,root,root) %{_bindir}/deliverquota
796 %attr(755,root,root) %{_bindir}/mailbot
797 %attr(755,root,root) %{_bindir}/makemime
798 %attr(755,root,root) %{_bindir}/mimegpg
799 %attr(755,root,root) %{_bindir}/dotforward
800 %attr(755,root,root) %{_datadir}/makedat
801 %attr(755,root,root) %{_bindir}/makedat
802 %attr(755,root,root) %{_bindir}/testmxlookup
803 %attr(750,root,daemon) %{_datadir}/makealiases
804 %attr(750,root,daemon) %{_sbindir}/makealiases
805 %attr(755,root,root) %{_datadir}/makehosteddomains
806 %attr(755,root,root) %{_sbindir}/makehosteddomains
807 %attr(755,root,root) %{_datadir}/makeuserdb
808 %attr(755,root,root) %{_sbindir}/makeuserdb
809 %attr(755,root,root) %{_datadir}/userdb
810 %attr(755,root,root) %{_sbindir}/userdb
811 %attr(755,root,root) %{_datadir}/pw2userdb
812 %attr(755,root,root) %{_sbindir}/pw2userdb
813 %attr(755,root,root) %{_datadir}/vchkpw2userdb
814 %attr(755,root,root) %{_sbindir}/vchkpw2userdb
815 %attr(755,root,root) %{_datadir}/courierctl.start
816 %attr(755,root,root) %{_bindir}/couriertls
817 %attr(640,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/ldapaliasrc
818 %attr(700,daemon,daemon) %{_sbindir}/courierldapaliasd
819 %attr(660,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authdaemonrc
820 %dir %{_libdir}/authlib
821 %attr(755,root,root) %{_libdir}/authlib/authdaemon
822 %attr(755,root,root) %{_libdir}/authlib/authdaemond.plain
823 %attr(755,root,root) %{_libdir}/authlib/authdaemond
824 %attr(770,daemon,daemon) %dir %{_localstatedir}/authdaemon
825 %attr(755,root,root) %dir %{_libdir}/authlib/changepwd
826 %attr(4755,root,root) %{_libdir}/authlib/changepwd/authdaemon.passwd
827 %attr(755,root,root) %{_libdir}/authlib/changepwd/authsystem.passwd
828 %attr(755,root,root) %{_datadir}/authsystem.passwd
829 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/esmtp
830 %attr(755,root,root) /etc/profile.d/courier.sh
831 %attr(755,root,root) /etc/profile.d/courier.csh
832 %attr(754,root,root) /etc/rc.d/init.d/courier
833 %attr(700,daemon,daemon) %dir %{_sysconfdir}/userdb
834 %attr(755,daemon,daemon) %dir %{_localstatedir}/calendar
835 %attr(755,daemon,daemon) %dir %{_localstatedir}/tmp/broken
836 %attr(755,root,root) /usr/lib/sendmail
837
838 %files pop3d
839 %defattr(644,root,root,755)
840 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/pop3
841 %{_mandir}/man8/courierpop3d.8*
842 %{_mandir}/man8/mkpop3dcert.8*
843 %{_mandir}/man8/pop3d.8*
844 %{_mandir}/man8/courierpop3login.8*
845 %attr(755,root,root) %{_datadir}/courierwebadmin/admin-45pop3.pl
846 %{_datadir}/courierwebadmin/admin-45pop3.html
847 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/pop3d
848 %attr(600,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/pop3d.cnf
849 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/pop3d-ssl
850 %attr(755,root,root) %{_libdir}/courier/courierpop3d
851 %attr(755,root,root) %{_libdir}/courier/courierpop3login
852 %attr(755,root,root) %{_datadir}/pop3d
853 %attr(755,root,root) %{_sbindir}/pop3d
854 %attr(755,root,root) %{_datadir}/pop3d-ssl
855 %attr(755,root,root) %{_sbindir}/pop3d-ssl
856 %attr(755,root,root) %{_datadir}/mkpop3dcert
857 %attr(755,root,root) %{_sbindir}/mkpop3dcert
858
859 %files imapd
860 %defattr(644,root,root,755)
861 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/imap
862 %{_mandir}/man8/imapd.8*
863 %{_mandir}/man8/mkimapdcert.8*
864 %attr(755,root,root) %{_datadir}/courierwebadmin/admin-40imap.pl
865 %attr(644,root,root) %{_datadir}/courierwebadmin/admin-40imap.html
866 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/imapd
867 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/imapd-ssl
868 %attr(600,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/imapd.cnf
869 %attr(755,root,root) %{_libdir}/courier/imaplogin
870 %attr(755,root,root) %{_sbindir}/imapd
871 %attr(755,root,root) %{_sbindir}/imapd-ssl
872 %attr(755,root,root) %{_datadir}/imapd
873 %attr(755,root,root) %{_datadir}/imapd-ssl
874 %attr(755,root,root) %{_bindir}/imapd
875 %attr(755,root,root) %{_datadir}/mkimapdcert
876 %attr(755,root,root) %{_sbindir}/mkimapdcert
877
878 %files webmail
879 %defattr(644,root,root,755)
880 %attr(4755,root,root) %{_cgibindir}/webmail
881 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/webmail
882 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/calendar
883 %{_documentrootdir}/webmail
884 %dir %{_datadir}/sqwebmail
885 %dir %{_datadir}/sqwebmail/html
886 %dir %{_datadir}/sqwebmail/html/en-us
887 %{_datadir}/sqwebmail/html/en
888 %config %{_datadir}/sqwebmail/html/en-us/[CILT]*
889 %{_datadir}/sqwebmail/html/en-us/*.html
890 %{_datadir}/sqwebmail/html/en-us/*.txt
891 %attr(755,root,root) %{_datadir}/courierwebadmin/admin-4*.pl
892 %{_datadir}/courierwebadmin/admin-4*.html
893 %attr(755,root,root) %{_datadir}/sqwebmail/webgpg
894 %attr(755,root,root) %{_sbindir}/webgpg
895 %attr(755,root,root) %{_datadir}/sqwebmail/cleancache.pl
896 %attr(755,root,root) %{_datadir}/sqwebmail/sendit.sh
897 %attr(755,root,root) %{_datadir}/sqwebmail/ldapsearch
898 %attr(755,root,root) %{_libdir}/%{name}/sqwebmaild
899 %dir %{_libdir}/%{name}/webmail/
900 %attr(755,root,root) %{_libdir}/%{name}/webmail/webadmin
901 %attr(755,root,root) %{_libdir}/%{name}/webmail/webmail
902 %attr(700, bin, bin) %dir %{_localstatedir}/webmail-logincache
903 %attr(755,root,root) /etc/cron.hourly/courier-webmail-cleancache
904
905 %files maildrop
906 %defattr(644,root,root,755)
907 %{_mandir}/man1/maildrop.1*
908 %{_mandir}/man1/refor*
909 %{_mandir}/man5/maildrop*
910 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/maildrop
911 %attr(755,root,root)  %{_bindir}/reformail
912 %attr(755,root,root)  %{_bindir}/reformime
913 %attr(4755,root,root) %{_bindir}/maildrop
914
915 %files mlm
916 %defattr(644,root,root,755)
917 %{_mandir}/man1/couriermlm.1*
918 %attr(755,root,root) %{_bindir}/couriermlm
919 %{_datadir}/couriermlm
920
921 %files smtpauth
922 %defattr(644,root,root,755)
923 %attr(4750,root,daemon) %{_libdir}/courier/modules/esmtp/authstart
924 %attr(755,root,root) %{_libdir}/courier/modules/esmtp/authend
925
926 %files authldap
927 %{_mandir}/man7/authldap.7*
928 %attr(755,root,root) %{_libdir}/authlib/authdaemond.ldap
929 %attr(660,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authldaprc
930
931 %files authmysql
932 %{_mandir}/man7/authmysql.7*
933 %attr(755,root,root) %{_libdir}/authlib/authdaemond.mysql
934 %attr(660,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authmysqlrc
935
936 %files authpgsql
937 %{_mandir}/man7/authpgsql.7*
938 %attr(755,root,root) %{_libdir}/authlib/authdaemond.pgsql
939 %attr(660,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authpgsqlrc
This page took 0.102832 seconds and 4 git commands to generate.