]> git.pld-linux.org Git - packages/postfix.git/blame - postfix.spec
up to 2.7.16
[packages/postfix.git] / postfix.spec
CommitLineData
d1e849db 1#
2# Conditional build:
3%bcond_without ldap # without LDAP map module
4%bcond_without mysql # without MySQL map module
5%bcond_without pgsql # without PostgreSQL map module
6%bcond_without sasl # without SMTP AUTH support
7%bcond_without ssl # without SSL/TLS support
8%bcond_without cdb # without cdb map support
9%if "%{pld_release}" == "th"
10%bcond_without vda # without VDA patch
11%else
12%bcond_with vda # with VDA patch
13%endif
14%bcond_with hir # with Beeth's header_if_reject patch
15%bcond_with tcp # with unofficial tcp: lookup table
16%if "%{pld_release}" == "ac"
17%bcond_with epoll # enable epoll for 2.6 kernels
18# there didn't exist x86_64 2.4 kernel in PLD, so can safely enable epoll
19%ifarch %{x8664}
20%define with_epoll 1
21%endif
22%else
23%bcond_without epoll # disable epoll for 2.4 kernels
24%endif
25
26%define vda_ver 2.7.0
27Summary: Postfix Mail Transport Agent
28Summary(cs.UTF-8): Postfix - program pro přepravu pošty (MTA)
29Summary(es.UTF-8): Postfix - Un MTA (Mail Transport Agent) de alto desempeño
30Summary(fr.UTF-8): Agent de transport de courrier Postfix
31Summary(pl.UTF-8): Serwer SMTP Postfix
32Summary(pt_BR.UTF-8): Postfix - Um MTA (Mail Transport Agent) de alto desempenho
33Summary(sk.UTF-8): Agent prenosu pošty Postfix
34Name: postfix
5729044e 35Version: 2.7.16
15310286 36Release: 1
d1e849db 37Epoch: 2
38License: distributable
39Group: Networking/Daemons/SMTP
40Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
5729044e 41# Source0-md5: 529df22e53419adb7b6e1447c8a30bdb
d1e849db 42Source1: %{name}.aliases
43Source2: %{name}.cron
44Source3: %{name}.init
45Source4: %{name}.sysconfig
46Source5: %{name}.sasl
47Source6: %{name}.pamd
48Source7: http://vda.sourceforge.net/VDA/%{name}-vda-%{vda_ver}.patch
49# Source7-md5: f73d119fc9e00f31f23599176554e763
50Source8: %{name}-bounce.cf.pl
51# http://postfix.state-of-mind.de/bounce-templates/bounce.de-DE.cf
52Source9: %{name}-bounce.cf.de
53Source10: %{name}.monitrc
54Source11: %{name}-vda-bigquota.patch
55#Source11: http://vda.sourceforge.net/VDA/%{name}-%{vda_ver}-vda-ng-bigquota.patch.gz
56# -ource11-md5: d46103195b43ec5784ea2c166b238f71
57Patch0: %{name}-config.patch
58Patch1: %{name}-conf_msg.patch
59Patch2: %{name}-dynamicmaps.patch
60Patch3: %{name}-master.cf_cyrus.patch
61# from http://akson.sgh.waw.pl/~chopin/unix/postfix-2.1.5-header_if_reject.diff
62Patch4: %{name}-header_if_reject.patch
63Patch5: %{name}-ident.patch
64Patch6: %{name}-lib64.patch
65Patch7: %{name}-conf.patch
66Patch8: %{name}-dictname.patch
67Patch9: %{name}-make-jN.patch
68Patch10: %{name}-link.patch
69URL: http://www.postfix.org/
70%{?with_sasl:BuildRequires: cyrus-sasl-devel}
71BuildRequires: db-devel
72# getifaddrs() with IPv6 support
73BuildRequires: glibc-devel >= 6:2.3.4
74%{?with_mysql:BuildRequires: mysql-devel}
75%{?with_ldap:BuildRequires: openldap-devel >= 2.0.12}
76%{?with_ssl:BuildRequires: openssl-devel >= 0.9.7l}
77BuildRequires: pcre-devel
78BuildRequires: perl-base
79%{?with_pgsql:BuildRequires: postgresql-devel}
80BuildRequires: rpm >= 4.4.9-56
81BuildRequires: rpmbuild(macros) >= 1.268
82BuildRequires: sed >= 4.0
83%{?with_cdb:BuildRequires: tinycdb-devel}
84%{?with_mysql:BuildRequires: zlib-devel}
85Requires(post): /bin/hostname
86Requires(post,postun): /sbin/ldconfig
87Requires(post,preun): /sbin/chkconfig
88Requires(postun): /usr/sbin/groupdel
89Requires(postun): /usr/sbin/userdel
90Requires(pre): /bin/id
91Requires(pre): /usr/bin/getgid
92Requires(pre): /usr/sbin/groupadd
93Requires(pre): /usr/sbin/useradd
94Requires: /sbin/chkconfig
95Requires: diffutils
96Requires: findutils
97Requires: rc-scripts
98Requires: sed
99%{?with_cdb:Requires:tinycdb}
100Suggests: cyrus-sasl-saslauthd
101Provides: group(postfix)
102Provides: smtpdaemon
103Provides: user(postfix)
104Obsoletes: smtpdaemon
105BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
106
107%description
108Postfix is attempt to provide an alternative to the widely-used
109Sendmail program. Postfix attempts to be fast, easy to administer, and
110hopefully secure, while at the same time being sendmail compatible
111enough to not upset your users. This version has IPv6 support.
112
113%description -l es.UTF-8
114Postfix es una alternativa para el mundialmente utilizado sendmail. Si
115desea tener un servidor SMTP *rápido*, debe instalar este paquete.
116
117%description -l fr.UTF-8
118Postfix (voir http://www.postfix.org/) se veut une alternative à
119sendmail, responsable de l'acheminement de 70% des courriers
120électroniques sur Internet. IBM en a suppotré le développement, mais
121ne contrôle pas son évolution. Le but est d'installer Postfix sur le
122plus grand nombre de systèmes possible. Dans cette optique, il a été
123écrit pour être totalement sous le contrôle de l'utilisateur.
124
125%description -l it.UTF-8
126Postfix (http://www.postfix.org/) e' un'alternativa al programma
127sendmail utilizzato per la gestione del 70 per cento della posta
128Internet.
129
130Seppur IBM supporti lo sviluppo di Postfix, non controlla la sua
131evoluzione.
132
133Consultate la pagine web http://www.moongroup.com/how-to.phtml nella
134quale troverete le indicazioni per una corretta installazione e
135configurazione di questo programma.
136
137%description -l pl.UTF-8
138Postfix jest próbą dostarczenia alternatywnego MTA w stosunku do
139szeroko używanego sendmaila. Postfix w zamierzeniu ma być szybki,
140łatwy w administrowaniu, bezpieczny oraz ma być na tyle kompatybilny z
141sendmailem by nie denerwować użytkowników. Ta wersja obsługuje IPv6.
142
143%description -l pt_BR.UTF-8
144O Postfix é uma alternativa para o mundialmente utilizado sendmail. Se
145você deseja um servidor SMTP *rápido*, instale este pacote.
146
147%description -l sk.UTF-8
148Postfix (pozri http://www.postfix.org/) má za cieľ byť alternatívou k
149široko rozšírenému programu sendmail, zodpovednému za 70% všetkej
150elektronickej pošty doručenej na Internete.
151
152Aj keď IBM podporovala vývoj Postfixu, zdržiava sa vplyvu na jeho
153vývoj. Cieľom je inštalácia Postfixu na čo najväčšom počte systémov.
154Do tohoto momentu je softvér poskytovaný bez ovplyvňovania, takže sa
155môže vyvíjať podľa jeho používateľov.
156
157Určite si prečítajte http://www.moongroup.com/how-to.phtml, kde sú
158popísané kroky potrebné pred a po inštalácii Postfixu.
159
160%package devel
161Summary: Postfix loadable modules development package
162Summary(pl.UTF-8): Pakiet dla programistów ładowanych modułów do postfiksa
163Group: Development/Libraries
164Requires: %{name} = %{epoch}:%{version}-%{release}
165
166%description devel
167Header files to build additional map types for Postfix.
168
169%description devel -l pl.UTF-8
170Pliki nagłówkowe do tworzenia dodatkowych typów map dla Postfiksa.
171
172%package dict-ldap
173Summary: LDAP map support for Postfix
174Summary(pl.UTF-8): Obsługa map LDAP dla Postfiksa
175Group: Networking/Daemons/SMTP
176Requires: %{name} = %{epoch}:%{version}-%{release}
177Requires: openldap >= 2.3.6
178
179%description dict-ldap
180This package provides support for LDAP maps in Postfix.
181
182%description dict-ldap -l pl.UTF-8
183Ten pakiet dodaje obsługę map LDAP do Postfiksa.
184
185%package dict-mysql
186Summary: MySQL map support for Postfix
187Summary(pl.UTF-8): Obsługa map MySQL dla Postfiksa
188Group: Networking/Daemons/SMTP
189Requires: %{name} = %{epoch}:%{version}-%{release}
190
191%description dict-mysql
192This package provides support for MySQL maps in Postfix.
193
194%description dict-mysql -l pl.UTF-8
195Ten pakiet dodaje obsługę map MySQL do Postfiksa.
196
197%package dict-pcre
198Summary: PCRE map support for Postfix
199Summary(pl.UTF-8): Obsługa map PCRE dla Postfiksa
200Group: Networking/Daemons/SMTP
201Requires: %{name} = %{epoch}:%{version}-%{release}
202
203%description dict-pcre
204This package provides support for PCRE maps in Postfix.
205
206%description dict-pcre -l pl.UTF-8
207Ten pakiet dodaje obsługę map PCRE do Postfiksa.
208
209%package dict-pgsql
210Summary: PostgreSQL map support for Postfix
211Summary(pl.UTF-8): Obsługa map PostgreSQL dla Postfiksa
212Group: Networking/Daemons/SMTP
213Requires: %{name} = %{epoch}:%{version}-%{release}
214
215%description dict-pgsql
216This package provides support for PostgreSQL maps in Postfix.
217
218%description dict-pgsql -l pl.UTF-8
219Ten pakiet dodaje obsługę map PostgreSQL do Postfiksa.
220
221%package qshape
222Summary: qshape - Print Postfix queue domain and age distribution
223Summary(pl.UTF-8): qshape - wypisywanie rozkładu domen i wieku z kolejki Postfiksa
224Group: Networking/Daemons/SMTP
225Requires: %{name} = %{epoch}:%{version}-%{release}
226
227%description qshape
228The qshape program helps the administrator understand the Postfix
229queue message distribution in time and by sender domain or recipient
230domain. The program needs read access to the queue directories and
231queue files, so it must run as the superuser or the mail_owner
232specified in main.cf (typically postfix).
233
234%description qshape -l pl.UTF-8
235Program qshape pomaga administratorowi zrozumieć rozkład kolejki
236wiadomości Postfiksa w czasie i w zależności od domeny nadawcy lub
237adresata. Program wymaga prawa odczytu do katalogów kolejki i plików
238kolejki, więc musi być uruchamiany przez superużytkownika lub
239użytkownika mail_owner podanego w main.cf (zwykle nazywającego się
240postfix).
241
242%package -n monit-rc-%{name}
243Summary: monit support for Postfix
244Summary(pl.UTF-8): Wsparcie monita dla Postfiksa
245Group: Applications/System
246Requires: %{name} = %{epoch}:%{version}-%{release}
247Requires: monit
248
249%description -n monit-rc-%{name}
250monitrc file for monitoring Postfix.
251
252%description -n monit-rc-%{name} -l pl.UTF-8
253Plik monitrc do monitorowania serwera Postfix.
254
255%prep
256%setup -q
257%if %{with vda}
258cat %{SOURCE7} | %{__patch} -p1 -s
259cat %{SOURCE11} | %{__patch} -p1 -s
260%endif
261
262find -type f | xargs sed -i -e 's|/etc/postfix|/etc/mail|g'
263
264%patch0 -p1
265%patch1 -p0
266%patch2 -p1
267%patch3 -p1
268%{?with_hir:%patch4 -p0}
269%patch5 -p1
270sed -i '/scache_clnt_create/s/server/var_scache_service/' src/global/scache_clnt.c
271%if "%{_lib}" == "lib64"
272%patch6 -p1
273%endif
274%patch7 -p1
275%patch8 -p1
276%patch9 -p1
277%patch10 -p1
278
279%if %{with tcp}
280sed -i 's/ifdef SNAPSHOT/if 1/' src/util/dict_open.c
281%endif
282
283%build
284%{__make} -f Makefile.init makefiles
285%{__make} tidy
286CC="%{__cc}"
287export CC
f016ab04 288%{__make} -j1 \
d1e849db 289 DEBUG="" \
290 OPT="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
291 %{!?with_ldap:LDAPSO=""} \
292 %{!?with_mysql:MYSQLSO=""} \
293 %{!?with_pgsql:PGSQLSO=""} \
294 CCARGS="%{!?with_epoll:-DNO_EPOLL} %{?with_ldap:-DHAS_LDAP} -DHAS_PCRE %{?with_sasl:-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl} %{?with_mysql:-DHAS_MYSQL -I/usr/include/mysql} %{?with_pgsql:-DHAS_PGSQL} %{?with_ssl:-DUSE_TLS} -DMAX_DYNAMIC_MAPS %{?with_cdb:-DHAS_CDB}" \
295 AUXLIBS="-ldb -lresolv %{?with_sasl:-lsasl} %{?with_ssl:-lssl -lcrypto} %{?with_cdb:-lcdb} -lpcre"
296
297%install
298rm -rf $RPM_BUILD_ROOT
299install -d $RPM_BUILD_ROOT/etc/{cron.daily,rc.d/init.d,sysconfig,pam.d,security,monit} \
300 $RPM_BUILD_ROOT%{_sysconfdir}/{mail,sasl} \
301 $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}/postfix,/usr/lib}\
302 $RPM_BUILD_ROOT{%{_includedir}/postfix,%{_mandir}} \
303 $RPM_BUILD_ROOT%{_var}/spool/postfix/{active,corrupt,deferred,maildrop,private,saved,bounce,defer,incoming,pid,public} \
304 $RPM_BUILD_ROOT%{_var}/lib/postfix
305rm -f html/Makefile.in conf/{LICENSE,main.cf.default}
306
307install -p bin/* $RPM_BUILD_ROOT%{_sbindir}
308install -p libexec/* $RPM_BUILD_ROOT%{_libdir}/postfix
309ln $RPM_BUILD_ROOT%{_libdir}/postfix/smtp $RPM_BUILD_ROOT%{_libdir}/postfix/lmtp
310ln $RPM_BUILD_ROOT%{_libdir}/postfix/qmgr $RPM_BUILD_ROOT%{_libdir}/postfix/nqmgr
311cp -a conf/* $RPM_BUILD_ROOT%{_sysconfdir}/mail
312sed -e's,^daemon_directory = .*,daemon_directory = %{_libdir}/postfix,' \
313 conf/main.cf > $RPM_BUILD_ROOT%{_sysconfdir}/mail/main.cf
314
315for f in dns global master util ; do
316 cp -a lib/lib${f}.a $RPM_BUILD_ROOT%{_libdir}/libpostfix-${f}.so.1
317 ln -sf lib${f}.so.1 $RPM_BUILD_ROOT%{_libdir}/libpostfix-${f}.so
318done
319install -p lib/dict*.so $RPM_BUILD_ROOT%{_libdir}/postfix
320cp -a include/*.h $RPM_BUILD_ROOT%{_includedir}/postfix
321
322cp -a man/man* $RPM_BUILD_ROOT%{_mandir}
323
324cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/mail/aliases
325install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/postfix
326install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/postfix
327cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/postfix
328cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/sasl/smtpd.conf
329cp -a %{SOURCE6} $RPM_BUILD_ROOT/etc/pam.d/smtp
330cp -a %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/mail/bounce.cf.pl
331cp -a %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/mail/bounce.cf.de
332cp -a %{SOURCE10} $RPM_BUILD_ROOT/etc/monit/%{name}.monitrc
333install -p auxiliary/rmail/rmail $RPM_BUILD_ROOT%{_bindir}/rmail
334install -p auxiliary/qshape/qshape.pl $RPM_BUILD_ROOT%{_bindir}/qshape
335
336ln -sf %{_sbindir}/sendmail $RPM_BUILD_ROOT%{_bindir}/mailq
337ln -sf %{_sbindir}/sendmail $RPM_BUILD_ROOT%{_bindir}/newaliases
338ln -sf %{_sbindir}/sendmail $RPM_BUILD_ROOT/usr/lib/sendmail
339
340touch $RPM_BUILD_ROOT%{_sysconfdir}/mail/\
341 {aliases,access,canonical,relocated,transport,virtual}{,.db}
342
343touch $RPM_BUILD_ROOT/etc/security/blacklist.smtp
344
345> $RPM_BUILD_ROOT/var/spool/postfix/.nofinger
346
347rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/mail/makedefs.out
348rm -f $RPM_BUILD_ROOT%{_sysconfdir}/mail/TLS_LICENSE
349
350rm $RPM_BUILD_ROOT%{_sysconfdir}/mail/{postfix-files,postfix-script,post-install}
351
352%clean
353rm -rf $RPM_BUILD_ROOT
354
355%pre
356%groupadd -g 62 postfix
357%groupadd -g 63 maildrop
358%useradd -u 62 -d /var/spool/postfix -s /bin/false -c "Postfix User" -g postfix postfix
359
360%post
361/sbin/ldconfig
362if ! grep -q "^postmaster:" %{_sysconfdir}/mail/aliases; then
363 echo "Adding Entry for postmaster in %{_sysconfdir}/mail/aliases" >&2
364 echo "postmaster: root" >>%{_sysconfdir}/mail/aliases
365fi
366if [ "$1" = "1" ]; then
367 # only on installation, not upgrade; set sane defaults
368 # postfix expects gethostname() to return FQDN, which is obviously wrong
369 if ! grep -qE "^my(domain|hostname)" %{_sysconfdir}/mail/main.cf; then
370 domain=$(/bin/hostname -d 2>/dev/null)
1e035c34 371 [ "$domain" -a "$domain" != 'localdomain' ] && \
d1e849db 372 postconf -e mydomain="$domain"
373 fi
374else
375 %{_sbindir}/postfix upgrade-configuration
376fi
377
378%{_bindir}/newaliases
379/sbin/chkconfig --add postfix
380%service postfix restart "Postfix Daemon"
381
382%preun
383if [ "$1" = "0" ]; then
384 %service postfix stop
385 /sbin/chkconfig --del postfix
386fi
387
388%postun
389/sbin/ldconfig
390if [ "$1" = "0" ]; then
391 %groupremove maildrop
392 %userremove postfix
393 %groupremove postfix
394fi
395
396%files
397%defattr(644,root,root,755)
398%doc html COMPATIBILITY HISTORY LICENSE RELEASE_NOTES* TLS_*
399%doc README_FILES/*README
400%doc examples/smtpd-policy
401%dir %{_sysconfdir}/mail
402%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/access
403%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/aliases
404%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/bounce.cf.default
405%lang(de) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/bounce.cf.de
406%lang(pl) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/bounce.cf.pl
407%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/canonical
408%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/generic
409#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/regexp_table
410%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/relocated
411%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/transport
412%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/virtual
413%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/header_checks
414#%ghost %{_sysconfdir}/mail/*.db
415%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/dynamicmaps.cf
416%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/main.cf
417%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/master.cf
418%{_sysconfdir}/mail/postfix-wrapper
419%{_sysconfdir}/mail/postmulti-script
420%attr(740,root,root) /etc/cron.daily/postfix
421%attr(754,root,root) /etc/rc.d/init.d/postfix
422%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/postfix
423%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/smtp
424%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.smtp
425%{?with_sasl:%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sasl/smtpd.conf}
426%attr(755,root,root) %{_libdir}/libpostfix-*.so.*
427%attr(755,root,root) %{_bindir}/mailq
428%attr(755,root,root) %{_bindir}/newaliases
429%attr(755,root,root) %{_bindir}/rmail
430%attr(755,root,root) %{_sbindir}/s*
431%attr(755,root,root) %{_sbindir}/postfix
432%attr(755,root,root) %{_sbindir}/postalias
433%attr(755,root,root) %{_sbindir}/postkick
434%attr(755,root,root) %{_sbindir}/postl*
435%attr(755,root,root) %{_sbindir}/postc*
436%attr(755,root,root) %{_sbindir}/postmap
437%attr(755,root,root) %{_sbindir}/postmulti
438%attr(2755,root,maildrop) %{_sbindir}/postqueue
439%attr(755,root,root) %{_sbindir}/postsuper
440%attr(2755,root,maildrop) %{_sbindir}/postdrop
441%attr(755,root,root) %{_sbindir}/qmqp-sink
442%attr(755,root,root) %{_sbindir}/qmqp-source
443%attr(755,root,root) /usr/lib/sendmail
444%dir %{_libdir}/postfix
445%attr(755,root,root) %{_libdir}/postfix/[!d]*
446%attr(755,root,root) %{_libdir}/postfix/discard
447%attr(755,root,root) %dir %{_var}/spool/postfix
448%attr(700,postfix,root) %dir %{_var}/spool/postfix/active
449%attr(700,postfix,root) %dir %{_var}/spool/postfix/bounce
450%attr(700,postfix,root) %dir %{_var}/spool/postfix/corrupt
451%attr(700,postfix,root) %dir %{_var}/spool/postfix/defer
452%attr(700,postfix,root) %dir %{_var}/spool/postfix/deferred
453%attr(700,postfix,root) %dir %{_var}/spool/postfix/incoming
454%attr(1730,postfix,maildrop) %dir %{_var}/spool/postfix/maildrop
455%attr(755,postfix,root) %dir %{_var}/spool/postfix/pid
456%attr(700,postfix,root) %dir %{_var}/spool/postfix/private
457%attr(710,postfix,maildrop) %dir %{_var}/spool/postfix/public
458%attr(700,postfix,root) %dir %{_var}/spool/postfix/saved
459%attr(644,postfix,root) %{_var}/spool/postfix/.nofinger
460%attr(700,postfix,root) %{_var}/lib/postfix
461%{_mandir}/man1/mailq.1*
462%{_mandir}/man1/newaliases.1*
463%{_mandir}/man1/post*.1*
464%{_mandir}/man1/qmqp-*.1*
465%{_mandir}/man1/sendmail.1*
466%{_mandir}/man1/smtp-*.1*
467%{_mandir}/man5/access.5*
468%{_mandir}/man5/aliases.5*
469%{_mandir}/man5/body_checks.5*
470%{_mandir}/man5/bounce.5*
471%{_mandir}/man5/canonical.5*
472%{_mandir}/man5/cidr_table.5*
473%{_mandir}/man5/generic.5*
474%{_mandir}/man5/header_checks.5*
475%{_mandir}/man5/master.5*
476%{_mandir}/man5/nisplus_table.5*
477%{_mandir}/man5/postconf.5*
478%{_mandir}/man5/postfix-wrapper.5*
479%{_mandir}/man5/regexp_table.5*
480%{_mandir}/man5/relocated.5*
481%{_mandir}/man5/tcp_table.5*
482%{_mandir}/man5/transport.5*
483%{_mandir}/man5/virtual.5*
484%{_mandir}/man8/*.8*
485
486%files devel
487%defattr(644,root,root,755)
488%attr(755,root,root) %{_libdir}/libpostfix-*.so
489%{_includedir}/postfix
490
491%if %{with ldap}
492%files dict-ldap
493%defattr(644,root,root,755)
494%attr(755,root,root) %{_libdir}/postfix/dict_ldap.so
495%{_mandir}/man5/ldap_table.5*
496%endif
497
498%if %{with mysql}
499%files dict-mysql
500%defattr(644,root,root,755)
501%attr(755,root,root) %{_libdir}/postfix/dict_mysql.so
502%{_mandir}/man5/mysql_table.5*
503%endif
504
505%files dict-pcre
506%defattr(644,root,root,755)
507%attr(755,root,root) %{_libdir}/postfix/dict_pcre.so
508#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/pcre_table
509%{_mandir}/man5/pcre_table.5*
510
511%if %{with pgsql}
512%files dict-pgsql
513%defattr(644,root,root,755)
514%attr(755,root,root) %{_libdir}/postfix/dict_pgsql.so
515%{_mandir}/man5/pgsql_table.5*
516%endif
517
518%files qshape
519%defattr(644,root,root,755)
520%attr(755,root,root) %{_bindir}/qshape
521%{_mandir}/man1/qshape.1*
522
523%files -n monit-rc-%{name}
524%defattr(644,root,root,755)
525%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/monit/%{name}.monitrc
This page took 0.839872 seconds and 4 git commands to generate.