]> git.pld-linux.org Git - packages/postfix.git/blame - postfix.spec
- up to 3.6.15
[packages/postfix.git] / postfix.spec
CommitLineData
c41ca9c7 1#
6c202c7c 2# Conditional build:
5628680f
JB
3%bcond_without ldap # LDAP map module
4%bcond_without mysql # MySQL map module
5%bcond_without pgsql # PostgreSQL map module
6%bcond_without sqlite # SQLite map module
7%bcond_without sasl # SMTP AUTH support
8%bcond_without ssl # SSL/TLS support
9%bcond_without cdb # cdb map support
10%bcond_without lmdb # lmdb map support
11%bcond_with vda # VDA patch
12%bcond_with hir # Beeth's header_if_reject patch
13%bcond_with tcp # unofficial tcp: lookup table
6924b882 14%if "%{pld_release}" == "ac"
5628680f 15%bcond_with epoll # epoll support for 2.6 kernels
6924b882
MK
16# there didn't exist x86_64 2.4 kernel in PLD, so can safely enable epoll
17%ifarch %{x8664}
18%define with_epoll 1
19%endif
20%else
5628680f 21%bcond_without epoll # epoll support (Linux >= 2.6)
6924b882 22%endif
628e466c 23
30f1ed35 24%define vda_ver v13-2.10.0
aed7eb18 25Summary: Postfix Mail Transport Agent
2fb1717c
ER
26Summary(cs.UTF-8): Postfix - program pro přepravu pošty (MTA)
27Summary(es.UTF-8): Postfix - Un MTA (Mail Transport Agent) de alto desempeño
28Summary(fr.UTF-8): Agent de transport de courrier Postfix
29Summary(pl.UTF-8): Serwer SMTP Postfix
30Summary(pt_BR.UTF-8): Postfix - Um MTA (Mail Transport Agent) de alto desempenho
31Summary(sk.UTF-8): Agent prenosu pošty Postfix
aed7eb18 32Name: postfix
cc3ffa0c 33Version: 3.6.15
e568ee27 34Release: 1
9e330f14 35Epoch: 2
5628680f 36License: IBM Public License or Eclipse Public License v2.0
cc9ed2a2 37Group: Networking/Daemons/SMTP
9e330f14 38Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz
cc3ffa0c 39# Source0-md5: 88471ed95d8f779d16e5c77c000367d5
a6206693 40Source1: %{name}.aliases
41Source2: %{name}.cron
42Source3: %{name}.init
efbd5023
JB
43Source4: %{name}.sysconfig
44Source5: %{name}.sasl
45Source6: %{name}.pamd
ad04d6e6
AO
46Source7: %{name}-vda.patch
47#Source7: http://vda.sourceforge.net/VDA/%{name}-vda-%{vda_ver}.patch
48# -ource7-md5: 01e1b031d79b85f3cb67d98ceddd775d
afeeeec7 49Source8: %{name}-bounce.cf.pl
53387d60
TP
50# http://postfix.state-of-mind.de/bounce-templates/bounce.de-DE.cf
51Source9: %{name}-bounce.cf.de
614bf87e 52Source10: %{name}.monitrc
d5588fd1 53Source11: %{name}-vda-bigquota.patch
ca9e223e
JR
54#Source11: http://vda.sourceforge.net/VDA/%{name}-%{vda_ver}-vda-ng-bigquota.patch.gz
55# -ource11-md5: d46103195b43ec5784ea2c166b238f71
68eb54cd 56Source12: %{name}.service
39f13daf 57Patch0: %{name}-config.patch
a61e8a7c 58Patch1: %{name}-egrep.patch
ccc2c684 59
8a65cb50 60Patch3: %{name}-master.cf_cyrus.patch
d9d74ec2 61# from http://akson.sgh.waw.pl/~chopin/unix/postfix-2.1.5-header_if_reject.diff
8a65cb50 62Patch4: %{name}-header_if_reject.patch
3cda6c7c 63
9af56e83
JR
64Patch7: %{name}-conf.patch
65Patch8: %{name}-dictname.patch
3cda6c7c 66
a3d5ff4f 67Patch11: %{name}-scache_clnt.patch
d0fc39c3 68Patch12: format-security.patch
d8280bad 69Patch13: glibc-2.34.patch
7003f448 70URL: http://www.postfix.org/
a675fe53 71%{?with_sasl:BuildRequires: cyrus-sasl-devel}
f5be0c4f 72BuildRequires: db-devel
435fe1e7
JB
73# getifaddrs() with IPv6 support
74BuildRequires: glibc-devel >= 6:2.3.4
d3910fc9 75BuildRequires: libicu-devel
5628680f 76BuildRequires: libnsl-devel
e2cdde26
KM
77BuildRequires: m4
78%{?with_lmdb:BuildRequires: lmdb-devel}
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
719f2883
JK
240%package dict-lmdb
241Summary: LMDB map support for Postfix
242Summary(pl.UTF-8): Obsługa map LMDB dla Postfiksa
243Group: Networking/Daemons/SMTP
244Requires: %{name} = %{epoch}:%{version}-%{release}
245
246%description dict-lmdb
247This package provides support for LMDB maps in Postfix.
248
249%description dict-lmdb -l pl.UTF-8
250Ten pakiet dodaje obsługę map LMDB do Postfiksa.
251
53dec433
JK
252%package dict-cdb
253Summary: CDB map support for Postfix
254Summary(pl.UTF-8): Obsługa map CDB dla Postfiksa
255Group: Networking/Daemons/SMTP
256Requires: %{name} = %{epoch}:%{version}-%{release}
257
258%description dict-cdb
259This package provides support for CDB maps in Postfix.
260
261%description dict-cdb -l pl.UTF-8
262Ten pakiet dodaje obsługę map CDB do Postfiksa.
263
fad0c92b
ER
264%package qshape
265Summary: qshape - Print Postfix queue domain and age distribution
a5051c15 266Summary(pl.UTF-8): qshape - wypisywanie rozkładu domen i wieku z kolejki Postfiksa
cc9ed2a2 267Group: Networking/Daemons/SMTP
fad0c92b
ER
268Requires: %{name} = %{epoch}:%{version}-%{release}
269
270%description qshape
271The qshape program helps the administrator understand the Postfix
272queue message distribution in time and by sender domain or recipient
273domain. The program needs read access to the queue directories and
274queue files, so it must run as the superuser or the mail_owner
275specified in main.cf (typically postfix).
276
a5051c15
JB
277%description qshape -l pl.UTF-8
278Program qshape pomaga administratorowi zrozumieć rozkład kolejki
279wiadomości Postfiksa w czasie i w zależności od domeny nadawcy lub
280adresata. Program wymaga prawa odczytu do katalogów kolejki i plików
281kolejki, więc musi być uruchamiany przez superużytkownika lub
282użytkownika mail_owner podanego w main.cf (zwykle nazywającego się
283postfix).
284
614bf87e 285%package -n monit-rc-%{name}
eb700fe9
JB
286Summary: monit support for Postfix
287Summary(pl.UTF-8): Wsparcie monita dla Postfiksa
288Group: Applications/System
d3dab295 289Requires: %{name} = %{epoch}:%{version}-%{release}
eb700fe9 290Requires: monit
614bf87e
PG
291
292%description -n monit-rc-%{name}
293monitrc file for monitoring Postfix.
294
295%description -n monit-rc-%{name} -l pl.UTF-8
296Plik monitrc do monitorowania serwera Postfix.
297
0effd84f 298%prep
8a65cb50 299%setup -q
c5367ef6
JR
300%if %{with vda}
301cat %{SOURCE7} | %{__patch} -p1 -s
302cat %{SOURCE11} | %{__patch} -p1 -s
303%endif
87c7eadd 304
479b251b 305find -type f | xargs %{__sed} -i -e 's|/etc/postfix|/etc/mail|g'
87c7eadd 306
54206e36 307%patch0 -p1
a61e8a7c 308%patch1 -p1
ccc2c684 309
8a65cb50
JB
310%patch3 -p1
311%{?with_hir:%patch4 -p0}
3cda6c7c 312
479b251b 313%{__sed} -i -e '/scache_clnt_create/s/server/var_scache_service/' src/global/scache_clnt.c
9af56e83 314%patch7 -p1
8961886a 315%patch8 -p1
3cda6c7c 316
a3d5ff4f 317%patch11 -p1
f86b3099 318%if %{with vda}
d0fc39c3 319%patch12 -p1
f86b3099 320%endif
d8280bad 321%patch13 -p1
0effd84f 322
b21ac01c 323%if %{with tcp}
324sed -i 's/ifdef SNAPSHOT/if 1/' src/util/dict_open.c
325%endif
326
479b251b
JB
327%{__sed} -i -e 's,/lib64\>,/%{_lib},' makedefs
328
0effd84f 329%build
39c262ff 330# export, as the same variables must be passed both to 'make makefiles' and 'make'
719f2883 331export 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} %{?with_sqlite:-DHAS_SQLITE} %{?with_lmdb:-DHAS_LMDB} -LHAS_SDBM"
5628680f 332export AUXLIBS="%{rpmldflags} -lsasl -lssl -lcrypto"
39c262ff
JK
333export AUXLIBS_CDB="%{?with_cdb:-lcdb}"
334export AUXLIBS_LDAP="%{?with_ldap:-lldap -llber}"
335export AUXLIBS_LMDB="%{?with_lmdb:-llmdb}"
336export AUXLIBS_MYSQL="%{?with_mysql:-lmysqlclient}"
337export AUXLIBS_PCRE="-lpcre"
338export AUXLIBS_PGSQL="%{?with_pgsql:-lpq}"
339export AUXLIBS_SQLITE="%{?with_sqlite:-lsqlite3}"
340
582f9e59 341export CC="%{__cc}"
719f2883 342%{__make} makefiles \
479b251b
JB
343 shared=yes \
344 dynamicmaps=yes \
719f2883
JK
345 daemon_directory="%{_libdir}/postfix" \
346 shlib_directory="%{_libdir}/postfix" \
347 manpage_directory="%{_mandir}"
348
582f9e59 349%{__make} -j1 \
435fe1e7 350 DEBUG="" \
719f2883 351 OPT="%{rpmcflags} %{rpmcppflags} -D_FILE_OFFSET_BITS=64"
0effd84f
AM
352
353%install
354rm -rf $RPM_BUILD_ROOT
614bf87e 355install -d $RPM_BUILD_ROOT/etc/{cron.daily,rc.d/init.d,sysconfig,pam.d,security,monit} \
1bf3b45d 356 $RPM_BUILD_ROOT%{_sysconfdir}/{mail,sasl} \
996fb42e
JB
357 $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}/postfix,/usr/lib}\
358 $RPM_BUILD_ROOT{%{_includedir}/postfix,%{_mandir}} \
1dc0bd4f 359 $RPM_BUILD_ROOT%{_var}/spool/postfix/{active,corrupt,deferred,maildrop,private,saved,bounce,defer,incoming,pid,public} \
68eb54cd
JK
360 $RPM_BUILD_ROOT%{_var}/lib/postfix \
361 $RPM_BUILD_ROOT%{systemdunitdir}
362
3cda6c7c
AM
363%{__make} non-interactive-package \
364 install_root=$RPM_BUILD_ROOT
38f90f82 365
3cda6c7c 366#cp -a conf/* $RPM_BUILD_ROOT%{_sysconfdir}/mail
7ffb4b69
JK
367sed -e's,^daemon_directory = .*,daemon_directory = %{_libdir}/postfix,' \
368 conf/main.cf > $RPM_BUILD_ROOT%{_sysconfdir}/mail/main.cf
7003f448 369
2c6fe3cc 370cp -a include/*.h $RPM_BUILD_ROOT%{_includedir}/postfix
9e330f14 371
2c6fe3cc
ER
372cp -a %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/mail/aliases
373install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/cron.daily/postfix
1bf3b45d 374install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/postfix
2c6fe3cc
ER
375cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/postfix
376cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/sasl/smtpd.conf
377cp -a %{SOURCE6} $RPM_BUILD_ROOT/etc/pam.d/smtp
378cp -a %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/mail/bounce.cf.pl
379cp -a %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/mail/bounce.cf.de
380cp -a %{SOURCE10} $RPM_BUILD_ROOT/etc/monit/%{name}.monitrc
68eb54cd 381cp -a %{SOURCE12} $RPM_BUILD_ROOT%{systemdunitdir}/%{name}.service
2c6fe3cc
ER
382install -p auxiliary/rmail/rmail $RPM_BUILD_ROOT%{_bindir}/rmail
383install -p auxiliary/qshape/qshape.pl $RPM_BUILD_ROOT%{_bindir}/qshape
8d5f7ded 384
cc227ab6 385ln -sf %{_sbindir}/sendmail $RPM_BUILD_ROOT%{_bindir}/mailq
386ln -sf %{_sbindir}/sendmail $RPM_BUILD_ROOT%{_bindir}/newaliases
387ln -sf %{_sbindir}/sendmail $RPM_BUILD_ROOT/usr/lib/sendmail
8d5f7ded 388
9d5846cd 389touch $RPM_BUILD_ROOT%{_sysconfdir}/mail/\
a6206693 390 {aliases,access,canonical,relocated,transport,virtual}{,.db}
0effd84f 391
876f5025
JR
392touch $RPM_BUILD_ROOT/etc/security/blacklist.smtp
393
6c202c7c 394> $RPM_BUILD_ROOT/var/spool/postfix/.nofinger
0effd84f 395
8e60c101 396%{__rm} -r $RPM_BUILD_ROOT%{_sysconfdir}/mail/makedefs.out
719f2883 397%{__rm} $RPM_BUILD_ROOT%{_sysconfdir}/mail/{,TLS_}LICENSE
f64b2d39 398
ce5ea51e
JB
399%clean
400rm -rf $RPM_BUILD_ROOT
401
0effd84f 402%pre
38ee7751
ER
403%groupadd -g 62 postfix
404%groupadd -g 63 maildrop
405%useradd -u 62 -d /var/spool/postfix -s /bin/false -c "Postfix User" -g postfix postfix
92df9354 406
0effd84f 407%post
9e330f14 408/sbin/ldconfig
cc227ab6 409if ! grep -q "^postmaster:" %{_sysconfdir}/mail/aliases; then
3980332c
ER
410 echo "Adding Entry for postmaster in %{_sysconfdir}/mail/aliases" >&2
411 echo "postmaster: root" >>%{_sysconfdir}/mail/aliases
0effd84f 412fi
49e87d62
TP
413if [ "$1" = "1" ]; then
414 # only on installation, not upgrade; set sane defaults
415 # postfix expects gethostname() to return FQDN, which is obviously wrong
416 if ! grep -qE "^my(domain|hostname)" %{_sysconfdir}/mail/main.cf; then
aede23fa 417 domain=$(/bin/hostname -d 2>/dev/null)
d4128a22 418 [ -n "$domain" -a "$domain" != 'localdomain' ] && \
aede23fa 419 postconf -e mydomain="$domain"
49e87d62
TP
420 fi
421else
3980332c 422 %{_sbindir}/postfix upgrade-configuration
13f4eff0
AF
423fi
424
3a2ee9d6 425%{_bindir}/newaliases
c9643bf8 426/sbin/chkconfig --add postfix
3980332c 427%service postfix restart "Postfix Daemon"
def2e0f0 428%systemd_post postfix.service
0effd84f 429
0effd84f 430%preun
c9643bf8 431if [ "$1" = "0" ]; then
88cb24db 432 %service postfix stop
c9643bf8 433 /sbin/chkconfig --del postfix
434fi
def2e0f0 435%systemd_preun postfix.service
0effd84f 436
9d5846cd 437%postun
9e330f14 438/sbin/ldconfig
439if [ "$1" = "0" ]; then
36d09b56 440 %groupremove maildrop
441 %userremove postfix
442 %groupremove postfix
c9643bf8 443fi
179f405a 444%systemd_reload
9d5846cd 445
def2e0f0
JR
446%triggerpostun -- postfix < 2:2.9.4-4
447%systemd_trigger postfix.service
448
0effd84f
AM
449%files
450%defattr(644,root,root,755)
1dc0bd4f 451%doc html COMPATIBILITY HISTORY LICENSE RELEASE_NOTES* TLS_*
bd7c0cf3 452%doc README_FILES/*README
bf21c84b 453%doc examples/smtpd-policy
0c1674c9 454%dir %{_sysconfdir}/mail
9a9b0b98
JB
455%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/access
456%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/aliases
afeeeec7 457%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/bounce.cf.default
3e10f279
ER
458%lang(de) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/bounce.cf.de
459%lang(pl) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/bounce.cf.pl
9a9b0b98
JB
460%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/canonical
461%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/generic
9a9b0b98
JB
462#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/regexp_table
463%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/relocated
464%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/transport
465%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/virtual
466%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/header_checks
3ccfe138 467#%ghost %{_sysconfdir}/mail/*.db
719f2883 468%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/dynamicmaps.cf
9a9b0b98 469%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/main.cf
719f2883
JK
470%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/main.cf.default
471%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/main.cf.proto
9a9b0b98 472%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/master.cf
719f2883
JK
473%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/master.cf.proto
474%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/postfix-files
1bf3b45d 475%attr(740,root,root) /etc/cron.daily/postfix
476%attr(754,root,root) /etc/rc.d/init.d/postfix
9a9b0b98 477%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/postfix
04eda2b3 478%config(noreplace) %verify(not md5 mtime size) /etc/pam.d/smtp
876f5025 479%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/security/blacklist.smtp
9a9b0b98 480%{?with_sasl:%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/sasl/smtpd.conf}
573c93c6
JB
481%attr(755,root,root) %{_bindir}/mailq
482%attr(755,root,root) %{_bindir}/newaliases
fad0c92b 483%attr(755,root,root) %{_bindir}/rmail
9d5846cd 484%attr(755,root,root) %{_sbindir}/s*
9e330f14 485%attr(755,root,root) %{_sbindir}/postfix
6694854c
GS
486%attr(755,root,root) %{_sbindir}/postalias
487%attr(755,root,root) %{_sbindir}/postkick
9d5846cd
AM
488%attr(755,root,root) %{_sbindir}/postl*
489%attr(755,root,root) %{_sbindir}/postc*
490%attr(755,root,root) %{_sbindir}/postmap
b60ffb26 491%attr(755,root,root) %{_sbindir}/postmulti
9e330f14 492%attr(2755,root,maildrop) %{_sbindir}/postqueue
9d5846cd
AM
493%attr(755,root,root) %{_sbindir}/postsuper
494%attr(2755,root,maildrop) %{_sbindir}/postdrop
09055bff 495%attr(755,root,root) /usr/lib/sendmail
9e330f14 496%dir %{_libdir}/postfix
719f2883
JK
497%attr(755,root,root) %{_libdir}/postfix/anvil
498%attr(755,root,root) %{_libdir}/postfix/bounce
499%attr(755,root,root) %{_libdir}/postfix/cleanup
500%attr(755,root,root) %{_libdir}/postfix/discard
501%attr(755,root,root) %{_libdir}/postfix/dnsblog
502%attr(755,root,root) %{_libdir}/postfix/error
503%attr(755,root,root) %{_libdir}/postfix/flush
504%attr(755,root,root) %{_libdir}/postfix/libpostfix-dns.so
505%attr(755,root,root) %{_libdir}/postfix/libpostfix-global.so
506%attr(755,root,root) %{_libdir}/postfix/libpostfix-master.so
507%attr(755,root,root) %{_libdir}/postfix/libpostfix-tls.so
508%attr(755,root,root) %{_libdir}/postfix/libpostfix-util.so
509%attr(755,root,root) %{_libdir}/postfix/lmtp
510%attr(755,root,root) %{_libdir}/postfix/local
511%attr(755,root,root) %{_libdir}/postfix/master
512%attr(755,root,root) %{_libdir}/postfix/nqmgr
513%attr(755,root,root) %{_libdir}/postfix/oqmgr
514%attr(755,root,root) %{_libdir}/postfix/pickup
515%attr(755,root,root) %{_libdir}/postfix/pipe
719f2883
JK
516%attr(755,root,root) %{_libdir}/postfix/postfix-script
517%attr(755,root,root) %{_libdir}/postfix/postfix-tls-script
ccc2c684 518%attr(755,root,root) %{_libdir}/postfix/postlogd
719f2883
JK
519%attr(755,root,root) %{_libdir}/postfix/postfix-wrapper
520%attr(755,root,root) %{_libdir}/postfix/post-install
521%attr(755,root,root) %{_libdir}/postfix/postmulti-script
522%attr(755,root,root) %{_libdir}/postfix/postscreen
523%attr(755,root,root) %{_libdir}/postfix/proxymap
524%attr(755,root,root) %{_libdir}/postfix/qmgr
525%attr(755,root,root) %{_libdir}/postfix/qmqpd
526%attr(755,root,root) %{_libdir}/postfix/scache
527%attr(755,root,root) %{_libdir}/postfix/showq
528%attr(755,root,root) %{_libdir}/postfix/smtp
529%attr(755,root,root) %{_libdir}/postfix/smtpd
530%attr(755,root,root) %{_libdir}/postfix/spawn
531%attr(755,root,root) %{_libdir}/postfix/tlsmgr
532%attr(755,root,root) %{_libdir}/postfix/tlsproxy
533%attr(755,root,root) %{_libdir}/postfix/trivial-rewrite
534%attr(755,root,root) %{_libdir}/postfix/verify
535%attr(755,root,root) %{_libdir}/postfix/virtual
9d5846cd 536%attr(755,root,root) %dir %{_var}/spool/postfix
150a0aa3
JB
537%attr(700,postfix,root) %dir %{_var}/spool/postfix/active
538%attr(700,postfix,root) %dir %{_var}/spool/postfix/bounce
539%attr(700,postfix,root) %dir %{_var}/spool/postfix/corrupt
540%attr(700,postfix,root) %dir %{_var}/spool/postfix/defer
541%attr(700,postfix,root) %dir %{_var}/spool/postfix/deferred
542%attr(700,postfix,root) %dir %{_var}/spool/postfix/incoming
9d5846cd 543%attr(1730,postfix,maildrop) %dir %{_var}/spool/postfix/maildrop
b7ac047d 544%attr(755,root,root) %dir %{_var}/spool/postfix/pid
150a0aa3
JB
545%attr(700,postfix,root) %dir %{_var}/spool/postfix/private
546%attr(710,postfix,maildrop) %dir %{_var}/spool/postfix/public
547%attr(700,postfix,root) %dir %{_var}/spool/postfix/saved
548%attr(644,postfix,root) %{_var}/spool/postfix/.nofinger
1dc0bd4f 549%attr(700,postfix,root) %{_var}/lib/postfix
996fb42e
JB
550%{_mandir}/man1/mailq.1*
551%{_mandir}/man1/newaliases.1*
552%{_mandir}/man1/post*.1*
996fb42e 553%{_mandir}/man1/sendmail.1*
996fb42e
JB
554%{_mandir}/man5/access.5*
555%{_mandir}/man5/aliases.5*
556%{_mandir}/man5/body_checks.5*
557%{_mandir}/man5/bounce.5*
558%{_mandir}/man5/canonical.5*
559%{_mandir}/man5/cidr_table.5*
560%{_mandir}/man5/generic.5*
561%{_mandir}/man5/header_checks.5*
562%{_mandir}/man5/master.5*
4b9e8171 563%{_mandir}/man5/memcache_table.5*
996fb42e
JB
564%{_mandir}/man5/nisplus_table.5*
565%{_mandir}/man5/postconf.5*
b60ffb26 566%{_mandir}/man5/postfix-wrapper.5*
996fb42e
JB
567%{_mandir}/man5/regexp_table.5*
568%{_mandir}/man5/relocated.5*
30f1ed35 569%{_mandir}/man5/socketmap_table.5*
996fb42e
JB
570%{_mandir}/man5/tcp_table.5*
571%{_mandir}/man5/transport.5*
572%{_mandir}/man5/virtual.5*
573%{_mandir}/man8/*.8*
68eb54cd 574%{systemdunitdir}/%{name}.service
9e330f14 575
576%files devel
577%defattr(644,root,root,755)
9e330f14 578%{_includedir}/postfix
579
a675fe53 580%if %{with ldap}
9e330f14 581%files dict-ldap
582%defattr(644,root,root,755)
719f2883 583%attr(755,root,root) %{_libdir}/postfix/postfix-ldap.so
996fb42e 584%{_mandir}/man5/ldap_table.5*
a853cfe3 585%endif
9e330f14 586
a675fe53 587%if %{with mysql}
9e330f14 588%files dict-mysql
589%defattr(644,root,root,755)
719f2883 590%attr(755,root,root) %{_libdir}/postfix/postfix-mysql.so
996fb42e 591%{_mandir}/man5/mysql_table.5*
8acc733a 592%endif
9e330f14 593
594%files dict-pcre
595%defattr(644,root,root,755)
719f2883 596%attr(755,root,root) %{_libdir}/postfix/postfix-pcre.so
996fb42e
JB
597#%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mail/pcre_table
598%{_mandir}/man5/pcre_table.5*
8016f71d 599
a675fe53 600%if %{with pgsql}
8016f71d
JB
601%files dict-pgsql
602%defattr(644,root,root,755)
719f2883 603%attr(755,root,root) %{_libdir}/postfix/postfix-pgsql.so
996fb42e 604%{_mandir}/man5/pgsql_table.5*
a853cfe3 605%endif
fad0c92b 606
a3d5ff4f 607%if %{with sqlite}
608%files dict-sqlite
609%defattr(644,root,root,755)
719f2883 610%attr(755,root,root) %{_libdir}/postfix/postfix-sqlite.so
a3d5ff4f 611%{_mandir}/man5/sqlite_table.5*
612%endif
613
719f2883
JK
614%if %{with lmdb}
615%files dict-lmdb
616%defattr(644,root,root,755)
617%attr(755,root,root) %{_libdir}/postfix/postfix-lmdb.so
618%{_mandir}/man5/lmdb_table.5*
619%endif
620
53dec433
JK
621%if %{with cdb}
622%files dict-cdb
623%attr(755,root,root) %{_libdir}/postfix/postfix-cdb.so
624%endif
625
fad0c92b
ER
626%files qshape
627%defattr(644,root,root,755)
628%attr(755,root,root) %{_bindir}/qshape
614bf87e
PG
629
630%files -n monit-rc-%{name}
631%defattr(644,root,root,755)
632%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/monit/%{name}.monitrc
This page took 0.485891 seconds and 4 git commands to generate.