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