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