]> git.pld-linux.org Git - packages/courier.git/blob - courier.spec
- fix %%post (imapd,pop3d) scripts; rel. 2
[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.45.5
9 Release:        2
10 License:        GPL
11 Group:          Networking/Daemons
12 Source0:        http://dl.sourceforge.net/courier/%{name}-%{version}.tar.bz2
13 # Source0-md5:  59f69d851740a11a0172eb803f9ab12f
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}-fix_build.patch
20 Patch6:         %{name}-certs.patch
21 URL:            http://www.courier-mta.org/
22 BuildRequires:  autoconf
23 BuildRequires:  automake
24 BuildRequires:  db-devel
25 BuildRequires:  expect
26 BuildRequires:  libstdc++-devel
27 BuildRequires:  libtool
28 BuildRequires:  mailcap
29 BuildRequires:  mysql-devel
30 BuildRequires:  openldap-devel
31 BuildRequires:  openssl-devel >= 0.9.7d
32 BuildRequires:  openssl-tools >= 0.9.7d
33 BuildRequires:  openssl-tools-perl >= 0.9.7d
34 BuildRequires:  pam-devel
35 BuildRequires:  perl-devel
36 BuildRequires:  postgresql-devel
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 skrzynami 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 %patch6 -p1
311
312 %build
313 # we don't want fax module
314 rm -rf courier/module.fax
315 cp -f /usr/share/automake/config.sub webmail
316
317 cd rootcerts
318 %{__libtoolize}
319 %{__aclocal}
320 %{__autoconf}
321 %{__automake}
322 cd ..
323
324 cd authlib
325 %{__aclocal}
326 %{__autoconf}
327 %{__automake}
328 cd ..
329
330 %{__libtoolize}
331 %{__aclocal}
332 %{__autoconf}
333 %{__automake}
334
335 cd courier
336 %{__aclocal}
337 %{__autoconf}
338 ln -s ../ltmain.sh .
339 %{__automake}
340
341 cd module.esmtp
342 %{__aclocal}
343 %{__autoconf}
344 ln -s ../ltmain.sh .
345 %{__automake}
346 cd ../..
347
348 cd imap
349 %{__aclocal}
350 %{__autoconf}
351 %{__automake}
352 cd ..
353
354 %configure \
355         --localstatedir=%{_localstatedir} \
356         --sysconfdir=%{_sysconfdir} \
357         --mandir=%{_mandir} \
358         --enable-imageurl=%{_imageurl} \
359         --with-certsdir=%{_certsdir} \
360         --with-db=db \
361         --with-mailer=%{_sbindir}/sendmail
362
363 %{__make}
364 %{__make} check
365
366 %install
367 rm -rf $RPM_BUILD_ROOT
368 umask 022
369 install -d -p $RPM_BUILD_ROOT{/etc/{cron.hourly,pam.d},%{initdir}} \
370         $RPM_BUILD_ROOT{%{_cgibindir},%{_documentrootdir},%{_prefix}/lib} \
371         $RPM_BUILD_ROOT%{_sysconfdir}/{userdb,hosteddomains,shared} \
372         $RPM_BUILD_ROOT%{_localstatedir}{/calendar/{private,public},/tmp/broken} \
373         $RPM_BUILD_ROOT{/etc/cron.hourly,%{_certsdir}}
374
375 %{__make} install \
376         DESTDIR=$RPM_BUILD_ROOT
377
378 # fix pam problem
379 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/*.authpam
380 for X in imap esmtp pop3 webmail calendar
381 do
382 cat > $RPM_BUILD_ROOT/etc/pam.d/$X <<EOF
383 #%PAM-1.0
384 auth    required        pam_unix.so shadow nullok
385 account required        pam_unix.so
386 session required        pam_unix.so
387 EOF
388 done
389
390 # delete dead links
391 rm -f $RPM_BUILD_ROOT%{_mandir}/man1/dotforward.1 \
392 $RPM_BUILD_ROOT%{_mandir}/man1/rmail.1 \
393 $RPM_BUILD_ROOT%{_mandir}/man7/authcram.7 \
394 $RPM_BUILD_ROOT%{_mandir}/man7/authdaemon.7 \
395 $RPM_BUILD_ROOT%{_mandir}/man7/authdaemond.7 \
396 $RPM_BUILD_ROOT%{_mandir}/man7/authldap.7 \
397 $RPM_BUILD_ROOT%{_mandir}/man7/authmysql.7 \
398 $RPM_BUILD_ROOT%{_mandir}/man7/authpam.7 \
399 $RPM_BUILD_ROOT%{_mandir}/man7/authpwd.7 \
400 $RPM_BUILD_ROOT%{_mandir}/man7/authshadow.7 \
401 $RPM_BUILD_ROOT%{_mandir}/man7/authuserdb.7 \
402 $RPM_BUILD_ROOT%{_mandir}/man7/authvchkpw.7 \
403 $RPM_BUILD_ROOT%{_mandir}/man8/esmtpd-msa.8 \
404 $RPM_BUILD_ROOT%{_mandir}/man8/makesmtpaccess-msa.8 \
405 $RPM_BUILD_ROOT%{_mandir}/man8/filterctl.8 \
406 $RPM_BUILD_ROOT%{_mandir}/man8/makeuucpneighbors.8 \
407 $RPM_BUILD_ROOT%{_mandir}/man8/pw2userdb.8 \
408 $RPM_BUILD_ROOT%{_mandir}/man8/vchkpw2userdb.8 \
409 $RPM_BUILD_ROOT%{_mandir}/man8/courierpop3login.8
410
411 # make man links
412 echo '.so dot-forward.1' > $RPM_BUILD_ROOT%{_mandir}/man1/dotforward.1
413 echo '.so sendmail.1' > $RPM_BUILD_ROOT%{_mandir}/man1/rmail.1
414 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authcram.7
415 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authdaemon.7
416 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authdaemond.7
417 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authldap.7
418 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authmysql.7
419 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authpgsql.7
420 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authpam.7
421 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authpwd.7
422 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authshadow.7
423 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authuserdb.7
424 echo '.so authlib.7' > $RPM_BUILD_ROOT%{_mandir}/man7/authvchkpw.7
425 echo '.so esmtpd.8' > $RPM_BUILD_ROOT%{_mandir}/man8/esmtpd-msa.8
426 echo '.so courierfilter.8' > $RPM_BUILD_ROOT%{_mandir}/man8/filterctl.8
427 echo '.so makesmtpaccess.8' > $RPM_BUILD_ROOT%{_mandir}/man8/makesmtpaccess-msa.8
428 echo '.so courieruucp.8' > $RPM_BUILD_ROOT%{_mandir}/man8/makeuucpneighbors.8
429 echo '.so makeuserdb.8' > $RPM_BUILD_ROOT%{_mandir}/man8/pw2userdb.8
430 echo '.so makeuserdb.8' > $RPM_BUILD_ROOT%{_mandir}/man8/vchkpw2userdb.8
431 echo '.so courierpop3d.8' > $RPM_BUILD_ROOT%{_mandir}/man8/courierpop3login.8
432
433 %{__make} install-perms
434
435 # Move webmail and webadmin to cgibindir
436 mv -f $RPM_BUILD_ROOT%{_libexecdir}/courier/webmail/webmail \
437         $RPM_BUILD_ROOT%{_cgibindir}/webmail
438 mv -f $RPM_BUILD_ROOT%{_libexecdir}/courier/webmail/webadmin \
439         $RPM_BUILD_ROOT%{_cgibindir}/webadmin
440
441 # And here's why we delete all images from filelist.webmail:
442 mv -f $RPM_BUILD_ROOT%{_datadir}/sqwebmail/images $RPM_BUILD_ROOT%{_documentrootdir}/webmail
443
444 # install a cron job to clean out webmail's cache
445 install webmail/cron.cmd $RPM_BUILD_ROOT/etc/cron.hourly/courier-webmail-cleancache
446
447 # Move .html documentation back to build dir, so that RPM will move it to
448 # the appropriate docdir
449
450 rm -rf htmldoc
451 mkdir htmldoc
452 mv -f $RPM_BUILD_ROOT%{_datadir}/htmldoc/* htmldoc
453 chmod a-w htmldoc/*
454
455 # Manually set POP3DSTART and IMAPDSTART to yes, they'll go into a separate
456 # package, so after it's installed they should be runnable.
457
458 sed 's/^POP3DSTART.*/POP3DSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/pop3d.dist >$RPM_BUILD_ROOT%{_sysconfdir}/pop3d.new
459 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/pop3d.new $RPM_BUILD_ROOT%{_sysconfdir}/pop3d.dist
460
461 sed 's/^POP3DSSLSTART.*/POP3DSSLSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.dist >$RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.new
462 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.new $RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.dist
463
464 sed 's/^IMAPDSTART.*/IMAPDSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/imapd.dist >$RPM_BUILD_ROOT%{_sysconfdir}/imapd.new
465 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/imapd.new $RPM_BUILD_ROOT%{_sysconfdir}/imapd.dist
466
467 sed 's/^IMAPDSSLSTART.*/IMAPDSSLSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/imapd-ssl.dist >$RPM_BUILD_ROOT%{_sysconfdir}/imapd.new-ssl
468 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/imapd.new-ssl $RPM_BUILD_ROOT%{_sysconfdir}/imapd-ssl.dist
469
470 # Want to have esmtpd running by default
471 sed 's/^ESMTPDSTART.*/ESMTPDSTART=YES/' <$RPM_BUILD_ROOT%{_sysconfdir}/esmtpd.dist >$RPM_BUILD_ROOT%{_sysconfdir}/esmtpd.new
472 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/esmtpd.new $RPM_BUILD_ROOT%{_sysconfdir}/esmtpd.dist
473
474 # run script from install-configure (make config files)
475 for confdist in `awk ' $5 == "config" && $1 ~ /\.dist$/ { print $1 }' <permissions.dat`
476 do /usr/bin/perl ././sysconftool $RPM_BUILD_ROOT$confdist
477 done
478
479 # make locals, esmtpacceptmailfor.dir/default
480 touch $RPM_BUILD_ROOT%{_sysconfdir}/esmtpacceptmailfor.dir/default
481 touch $RPM_BUILD_ROOT%{_sysconfdir}/locals
482
483 # Make password and unsecureok (files for webadmin)
484 touch $RPM_BUILD_ROOT%{_sysconfdir}/webadmin/password
485 touch $RPM_BUILD_ROOT%{_sysconfdir}/webadmin/unsecureok
486
487 # create file me to put localdomain
488 touch $RPM_BUILD_ROOT%{_sysconfdir}/me
489
490 # create calendarmode
491 touch $RPM_BUILD_ROOT%{_sysconfdir}/calendarmode
492
493 install courier.sysvinit $RPM_BUILD_ROOT%{initdir}/courier
494 #
495 # Red Hat /etc/profile.d scripts
496 #
497
498 install -d $RPM_BUILD_ROOT/etc/profile.d
499 cat >$RPM_BUILD_ROOT/etc/profile.d/courier.sh <<EOF
500 if echo "\$PATH" | tr ':' '\012' | fgrep -qx %{_bindir}
501 then
502         :
503 else
504         if test -w /etc
505         then
506                 PATH="%{_sbindir}:\$PATH"
507         fi
508         PATH="%{_bindir}:\$PATH"
509         export PATH
510 fi
511 EOF
512
513 cat >$RPM_BUILD_ROOT/etc/profile.d/courier.csh <<EOF
514
515 echo "\$PATH" | tr ':' '\012' | fgrep -qx %{_bindir}
516
517 if ( \$? ) then
518         true
519 else
520         test -w /etc
521         if ( \$? ) then
522         then
523                 setenv PATH "%{_sbindir}:\$PATH"
524         endif
525         setenv PATH "%{_bindir}:\$PATH"
526 endif
527 EOF
528
529 # sendmail soft links
530 ln -sf %{_sbindir}/sendmail $RPM_BUILD_ROOT/usr/lib/sendmail
531
532 # fix rmail link
533 rm -f $RPM_BUILD_ROOT%{_bindir}/rmail
534 ln -sf %{_sbindir}/sendmail $RPM_BUILD_ROOT%{_bindir}/rmail
535
536 # This link by default is missing
537 ln -sf %{_datadir}/esmtpd-ssl $RPM_BUILD_ROOT%{_sbindir}/esmtpd-ssl
538
539 # remove unpackaged files
540 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/*.dist
541 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/rfcerr*.txt
542 rm -rf $RPM_BUILD_ROOT%{_datadir}/faxmail
543 rm -f $RPM_BUILD_ROOT%{_datadir}/courierwebadmin/*fax*
544
545 %clean
546 rm -rf $RPM_BUILD_ROOT
547
548 %triggerin -- courier < 0.45.5
549 echo
550 echo Directory with certificates has changed to %{_certsdir}
551 echo
552
553 %post
554 /sbin/chkconfig --add courier
555
556 if [ "$1" = "1" ]; then
557 /bin/hostname -f >/etc/courier/me
558 cat <<EOF
559
560 Now courier will refuse to accept SMTP messages except to localhost
561 add hosts to /etc/courier/esmtpacceptmailfor.dir/default
562 run makeacceptmailfor
563
564 Add hosts to /etc/courier/locals you want to accept mail for
565 run makealiases
566
567 Enter user, who should receive mail for root, mailer-daemon and postmaster
568 into /etc/courier/aliases/system
569
570 EOF
571 fi
572
573 if [ -e /var/lock/subsys/courier ]; then
574     %{initdir}/courier restart
575 else
576 echo
577 echo Type "%{initdir}/courier start" to start courier
578 echo
579 fi
580
581 %preun
582 if [ "$1" = "0" ]; then
583     if [ -e /var/lock/subsys/courier ]; then
584         %{initdir}/courier stop
585     fi
586         /sbin/chkconfig --del courier
587 fi
588
589 %post imapd
590 if [ -e %{_localstatedir}/tmp/imapd.pid ]; then
591     %{_sbindir}/imapd stop
592     %{_sbindir}/imapd start
593 else
594 echo
595 echo Type "%{_sbindir}/imapd start" to start imapd server
596 echo
597 fi
598 if [ -e %{_localstatedir}/tmp/imapd-ssl.pid ]; then
599     %{_sbindir}/imapd-ssl stop
600     %{_sbindir}/imapd-ssl start
601 else
602 echo
603 echo Type "%{_sbindir}/imapd-ssl start" to start imapd-ssl server
604 echo
605 fi
606
607 %preun imapd
608 if [ "$1" = "0" ]; then
609     if [ -e %{_localstatedir}/tmp/imapd.pid ]; then
610         %{_sbindir}/imapd stop
611     fi
612     if [ -e %{_localstatedir}/tmp/imapd-ssl.pid ]; then
613         %{_sbindir}/imapd-ssl stop
614     fi
615 fi
616
617 %post pop3d
618 if [ -e %{_localstatedir}/tmp/pop3d.pid ]; then
619     %{_sbindir}/pop3d stop
620     %{_sbindir}/pop3d start
621 else
622 echo
623 echo Type "%{_sbindir}/pop3d start" to start pop3d server
624 echo
625 fi
626 if [ -e %{_localstatedir}/tmp/pop3d-ssl.pid ]; then
627     %{_sbindir}/pop3d-ssl stop
628     %{_sbindir}/pop3d-ssl start
629 else
630 echo
631 echo Type "%{_sbindir}/pop3d-ssl start" to start pop3d-ssl server
632 echo
633 fi
634
635 %preun pop3d
636 if [ "$1" = "0" ]; then
637     if [ -e %{_localstatedir}/tmp/pop3d.pid ]; then
638         %{_sbindir}/pop3d stop
639     fi
640     if [ -e %{_localstatedir}/tmp/pop3d-ssl.pid ]; then
641         %{_sbindir}/pop3d-ssl stop
642     fi
643 fi
644
645 %post webadmin
646 if [ "$1" = "1" ]; then
647 echo
648 echo Remember to put your webadmin password to %{_sysconfdir}/webadmin/password
649 echo
650 fi
651
652 %post webmail
653 if [ "$1" = "1" ]; then
654 echo
655 echo If you want to have calendar starting by default then
656 echo put word net to %{_sysconfdir}/calendarmode
657 echo
658 fi
659 if [ -e %{_localstatedir}/tmp/sqwebmaild.pid ]; then
660     %{_sbindir}/webmaild stop
661     %{_sbindir}/webmaild start
662 else
663 echo
664 echo Type "%{_sbindir}/webmaild start" to start webmail server
665 echo
666 fi
667
668 %preun webmail
669 if [ "$1" = "0" ]; then
670     if [ -e %{_localstatedir}/tmp/sqwebmaild.pid ]; then
671         %{_sbindir}/webmaild stop
672     fi
673 fi
674
675 %post smtpauth
676 if [ -e %{_localstatedir}/tmp/esmtpd.pid ]; then
677     %{_sbindir}/esmtpd stop
678     %{_sbindir}/esmtpd start
679 fi
680 if [ -e %{_localstatedir}/tmp/esmtpd-ssl.pid ]; then
681     %{_sbindir}/esmtpd-ssl stop
682     %{_sbindir}/esmtpd-ssl start
683 fi
684
685 if [ "$1" = "1" ]; then
686 echo
687 echo Remember to enable auth in esmtp config files
688 echo
689 fi
690
691 %postun smtpauth
692 if [ "$1" = "0" ]; then
693     if [ -e %{_localstatedir}/tmp/esmtpd.pid ]; then
694         %{_sbindir}/esmtpd stop
695         %{_sbindir}/esmtpd start
696     fi
697     if [ -e %{_localstatedir}/tmp/esmtpd-ssl.pid ]; then
698         %{_sbindir}/esmtpd-ssl stop
699         %{_sbindir}/esmtpd-ssl start
700     fi
701 fi
702
703 %post authldap
704 if ps -A |grep -q authdaemond.lda; then
705         %{_libdir}/authlib/authdaemond stop
706         %{_libdir}/authlib/authdaemond start
707 fi
708
709 %postun authldap
710 if [ -x %{_libdir}/authlib/authdaemond ]; then
711         if ps -A |grep -q authdaemond.lda; then
712                 %{_libdir}/authlib/authdaemond stop;
713                 %{_libdir}/authlib/authdaemond start;
714         fi
715 fi
716
717 %post authmysql
718 if ps -A |grep -q authdaemond.mys; then
719         %{_libdir}/authlib/authdaemond stop
720         %{_libdir}/authlib/authdaemond start
721 fi
722
723 %postun authmysql
724 if [ -x %{_libdir}/authlib/authdaemond ]; then
725         if ps -A |grep -q authdaemond.mys; then
726                 %{_libdir}/authlib/authdaemond stop;
727                 %{_libdir}/authlib/authdaemond start;
728         fi
729 fi
730
731 %post authpgsql
732 if ps -A |grep -q authdaemond.pgs; then
733         %{_libdir}/authlib/authdaemond stop
734         %{_libdir}/authlib/authdaemond start
735 fi
736
737 %postun authpgsql
738 if [ -x %{_libdir}/authlib/authdaemond ]; then
739         if ps -A |grep -q authdaemond.pgs; then
740                 %{_libdir}/authlib/authdaemond stop;
741                 %{_libdir}/authlib/authdaemond start;
742         fi
743 fi
744
745 %files
746 %defattr(644,root,root,755)
747 %doc AUTHORS BENCHMARKS ChangeLog INSTALL NEWS README TODO htmldoc/[adehqstu]*
748 %doc htmldoc/courierperl* htmldoc/courier.html htmldoc/courier[fltu]*
749 %doc htmldoc/local* htmldoc/mailbot* htmldoc/mailq* htmldoc/make*
750 %doc htmldoc/mime* htmldoc/mkesmtpd* htmldoc/modules* htmldoc/preline*
751 %{_mandir}/man1/sendmail.1*
752 %{_mandir}/man1/preline.1*
753 %{_mandir}/man1/cancelmsg.1*
754 %{_mandir}/man1/lockmail.1*
755 %{_mandir}/man1/mailbot.1*
756 %{_mandir}/man1/makemime.1*
757 %{_mandir}/man1/mimegpg.1*
758 %{_mandir}/man1/makedat.1*
759 %{_mandir}/man1/testmxlookup.1*
760 %{_mandir}/man1/dot-forward.1*
761 %{_mandir}/man1/couriertls.1*
762 %{_mandir}/man1/courierlogger.1*
763 %{_mandir}/man1/mailq*
764 %{_mandir}/man1/couriertcpd*
765 %{_mandir}/man1/dotforward.1*
766 %{_mandir}/man1/rmail.1*
767 %{_mandir}/man5/dot-courier.5*
768 %{_mandir}/man7/localmailfilter.7*
769 %{_mandir}/man7/authlib.7*
770 %{_mandir}/man7/authcram.7*
771 %{_mandir}/man7/authdaemon.7*
772 %{_mandir}/man7/authdaemond.7*
773 %{_mandir}/man7/authpam.7*
774 %{_mandir}/man7/authpwd.7*
775 %{_mandir}/man7/authshadow.7*
776 %{_mandir}/man7/authuserdb.7*
777 %{_mandir}/man7/authvchkpw.7*
778 %{_mandir}/man8/courierfilter.8*
779 %{_mandir}/man8/courierperlfilter.8*
780 %{_mandir}/man8/dupfilter.8*
781 %{_mandir}/man8/courier.8*
782 %{_mandir}/man8/courierldapaliasd.8*
783 %{_mandir}/man8/deliverquota.8*
784 %{_mandir}/man8/esmtpd.8*
785 %{_mandir}/man8/makeacceptmailfor.8*
786 %{_mandir}/man8/makehosteddomains.8*
787 %{_mandir}/man8/mkesmtpdcert.8*
788 %{_mandir}/man8/makealiases.8*
789 %{_mandir}/man8/makepercentrelay.8*
790 %{_mandir}/man8/makesmtpaccess.8*
791 %{_mandir}/man8/makeuserdb.8*
792 %{_mandir}/man8/submit.8*
793 %{_mandir}/man8/userdb.8*
794 %{_mandir}/man8/userdbpw.8*
795 %{_mandir}/man8/courieruucp.8*
796 %{_mandir}/man8/esmtpd-msa.8*
797 %{_mandir}/man8/filterctl.8*
798 %{_mandir}/man8/makesmtpaccess-msa.8*
799 %{_mandir}/man8/makeuucpneighbors.8*
800 %{_mandir}/man8/pw2userdb.8*
801 %{_mandir}/man8/vchkpw2userdb.8*
802 %dir %{_sysconfdir}
803 %attr(750,daemon,root) %dir %{_certsdir}
804 %attr(755,daemon,daemon) %dir %{_sysconfdir}/hosteddomains
805 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/me
806 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/ldapaddressbook
807 %attr(755,daemon,daemon) %dir %{_sysconfdir}/aliasdir
808 %attr(750,daemon,daemon) %dir %{_sysconfdir}/aliases
809 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/enablefiltering
810 %attr(755,daemon,daemon) %dir %{_sysconfdir}/smtpaccess
811 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/smtpaccess/default
812 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/esmtpacceptmailfor.dir/default
813 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/locals
814 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/courierd
815 %attr(640,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/aliases/system
816 %attr(644,root,root) %{_sysconfdir}/quotawarnmsg.example
817 %dir %{_libdir}
818 %dir %{_libdir}/courier
819 %dir %{_datadir}
820 %{_datadir}/rootcerts
821 %attr(755,root,root) %dir %{_datadir}/courierwebadmin
822 %dir %{_libdir}/filters
823 %attr(755,root,root) %{_libdir}/filters/*
824 %attr(755,root,root) %{_datadir}/perlfilter-*.pl
825 %dir %{_localstatedir}
826 %attr(770,daemon,daemon) %dir %{_localstatedir}/tmp
827 %attr(750,daemon,daemon) %dir %{_localstatedir}/msgs
828 %attr(750,daemon,daemon) %dir %{_localstatedir}/msgq
829 %attr(750,daemon,daemon) %dir %{_localstatedir}/filters
830 %attr(750,daemon,daemon) %dir %{_localstatedir}/allfilters
831 %attr(750,daemon,daemon) %dir %{_sysconfdir}/filters
832 %attr(750,daemon,daemon) %dir %{_sysconfdir}/filters/active
833 %attr(754,root,daemon) %{_datadir}/filterctl
834 %attr(754,root,daemon) %{_sbindir}/filterctl
835 %attr(754,root,daemon) %{_sbindir}/courierfilter
836 %dir %{_libdir}/courier/modules
837 %dir %{_libdir}/courier/modules/uucp
838 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/module.uucp
839 %attr(755,root,root) %{_libdir}/courier/modules/uucp/courieruucp
840 %attr(755,root,root) %{_sbindir}/makeuucpneighbors
841 %attr(755,root,root) %{_datadir}/makeuucpneighbors
842 %dir %{_libdir}/courier/modules/local
843 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/module.local
844 %attr(755,root,root) %{_libdir}/courier/modules/local/courierlocal
845 %attr(755,root,root) %{_libdir}/courier/modules/local/courierdeliver
846 %attr(755,root,root) %{_bindir}/preline
847 %dir %{_libdir}/courier/modules/esmtp
848 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/module.esmtp
849 %attr(750,root,daemon) %{_libdir}/courier/modules/esmtp/courieresmtp
850 %attr(750,root,daemon) %{_libdir}/courier/modules/esmtp/courieresmtpd
851 %attr(755,root,root) %{_libdir}/courier/modules/esmtp/addcr
852 %attr(755,root,root) %{_sbindir}/courieresmtpd
853 %attr(755,root,root) %{_bindir}/addcr
854 %attr(755,root,root) %{_sbindir}/esmtpd
855 %attr(755,root,root) %{_datadir}/esmtpd
856 %attr(755,root,root) %{_sbindir}/esmtpd-ssl
857 %attr(755,root,root) %{_datadir}/esmtpd-ssl
858 %attr(755,root,root) %{_sbindir}/makesmtpaccess
859 %attr(755,root,root) %{_datadir}/makesmtpaccess
860 %attr(755,root,root) %{_sbindir}/makeacceptmailfor
861 %attr(755,root,root) %{_datadir}/makeacceptmailfor
862 %attr(755,root,root) %{_sbindir}/makepercentrelay
863 %attr(755,root,root) %{_datadir}/makepercentrelay
864 %attr(755,root,root) %{_sbindir}/mkesmtpdcert
865 %attr(755,root,root) %{_datadir}/mkesmtpdcert
866 %attr(755,root,root) %{_sbindir}/esmtpd-msa
867 %attr(755,root,root) %{_sbindir}/makesmtpaccess-msa
868 %attr(755,root,root) %{_sbindir}/sharedindexinstall
869 %attr(755,root,root) %{_sbindir}/sharedindexsplit
870 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/esmtpd
871 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/esmtpd-msa
872 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/esmtpd-ssl
873 %attr(755,daemon,daemon) %dir %{_sysconfdir}/esmtpacceptmailfor.dir
874 %attr(755,daemon,daemon) %dir %{_sysconfdir}/esmtppercentrelay.dir
875 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/esmtpd.cnf
876 %attr(600,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/esmtpauthclient
877 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsndelayed.txt
878 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsndelivered.txt
879 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsnfailed.txt
880 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsnrelayed.txt
881 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsnfooter.txt
882 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsnsubjectnotice.txt
883 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsnsubjectwarn.txt
884 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dsnheader.txt
885 %attr(644,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/module.dsn
886 %dir %{_libdir}/courier/modules/dsn
887 %attr(755,root,root) %{_libdir}/courier/modules/dsn/courierdsn
888 %{_libdir}/courier/modules/modules.ctl
889 %attr(4550,daemon,daemon) %{_libdir}/courier/submitmkdir
890 %attr(750,root,daemon) %{_libdir}/courier/courierd
891 %attr(750,root,daemon) %{_libdir}/courier/aliasexp
892 %attr(750,root,daemon) %{_libdir}/courier/aliascombine
893 %attr(750,root,daemon) %{_libdir}/courier/aliascreate
894 %attr(750,root,daemon) %{_libdir}/courier/submit
895 %attr(755,root,root) %{_libdir}/courier/makedatprog
896 %attr(755,root,root) %{_sbindir}/authenumerate
897 %attr(6555,daemon,daemon) %{_bindir}/cancelmsg
898 %attr(755,root,root) %{_sbindir}/courier
899 %attr(755,root,root) %{_datadir}/courierctl.start
900 %attr(755,root,root) %{_bindir}/couriertls
901 %attr(755,root,root) %{_sbindir}/couriertcpd
902 %attr(755,root,root) %{_sbindir}/courierlogger
903 %attr(755,root,root) %{_bindir}/courier-config
904 %attr(755,root,root) %{_bindir}/deliverquota
905 %attr(755,root,root) %{_bindir}/dotforward
906 %attr(755,root,root) %{_bindir}/lockmail
907 %attr(755,root,root) %{_bindir}/mailbot
908 %attr(2755,root,daemon) %{_bindir}/mailq
909 %attr(750,root,daemon) %{_datadir}/makealiases
910 %attr(750,root,daemon) %{_sbindir}/makealiases
911 %attr(755,root,root) %{_datadir}/makedat
912 %attr(755,root,root) %{_bindir}/makedat
913 %attr(755,root,root) %{_datadir}/makehosteddomains
914 %attr(755,root,root) %{_sbindir}/makehosteddomains
915 %attr(755,root,root) %{_bindir}/makemime
916 %attr(755,root,root) %{_datadir}/makeuserdb
917 %attr(755,root,root) %{_sbindir}/makeuserdb
918 %attr(755,root,root) %{_bindir}/mimegpg
919 %attr(755,root,root) %{_datadir}/pw2userdb
920 %attr(755,root,root) %{_sbindir}/pw2userdb
921 %attr(4755,root,root) %{_bindir}/rmail
922 %attr(755,root,root) %{_sbindir}/showconfig
923 %attr(750,root,daemon) %{_sbindir}/showmodules
924 %attr(4755,root,root) %{_sbindir}/sendmail
925 %attr(755,root,root) %{_bindir}/testmxlookup
926 %attr(755,root,root) %{_datadir}/userdb
927 %attr(755,root,root) %{_sbindir}/userdb
928 %attr(755,root,root) %{_sbindir}/userdbpw
929 %attr(755,root,root) %{_datadir}/vchkpw2userdb
930 %attr(755,root,root) %{_sbindir}/vchkpw2userdb
931 %attr(640,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/ldapaliasrc
932 %attr(700,daemon,daemon) %{_sbindir}/courierldapaliasd
933 %attr(660,daemon,daemon) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/authdaemonrc
934 %dir %{_libdir}/authlib
935 %attr(755,root,root) %{_libdir}/authlib/authdaemon
936 %attr(755,root,root) %{_libdir}/authlib/authdaemond.plain
937 %attr(755,root,root) %{_libdir}/authlib/authdaemond
938 %attr(770,daemon,daemon) %dir %{_localstatedir}/authdaemon
939 %attr(755,root,root) %dir %{_libdir}/authlib/changepwd
940 %attr(4755,root,root) %{_libdir}/authlib/changepwd/authdaemon.passwd
941 %attr(755,root,root) %{_libdir}/authlib/changepwd/authsystem.passwd
942 %attr(755,root,root) %{_datadir}/authsystem.passwd
943 %attr(644,root,root) %config(noreplace) %verify(not size mtime md5) /etc/pam.d/esmtp
944 %attr(755,root,root) /etc/profile.d/courier.sh
945 %attr(755,root,root) /etc/profile.d/courier.csh
946 %attr(754,root,root) /etc/rc.d/init.d/courier
947 %attr(700,daemon,daemon) %dir %{_sysconfdir}/userdb
948 %attr(750,daemon,daemon) %dir %{_sysconfdir}/shared
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(751,bin,bin) %dir %{_localstatedir}/calendar
1047 %attr(700,bin,bin) %dir %{_localstatedir}/calendar/localcache
1048 %attr(750,bin,bin) %dir %{_localstatedir}/calendar/private
1049 %attr(755,bin,bin) %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}/man5/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.591784 seconds and 4 git commands to generate.