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