]> git.pld-linux.org Git - packages/sendmail.git/blob - sendmail.spec
- added smtps and milter lines
[packages/sendmail.git] / sendmail.spec
1 #
2 # Conditional build:
3 %bcond_without  ldap    # without LDAP support
4 %bcond_without  tls     # without TLS (SSL) support
5 %bcond_with     db3     # use db3 instead of db package
6 %bcond_with     pgsql   # with PostgreSQL support (bluelabs)
7 #
8 Summary:        A widely used Mail Transport Agent (MTA)
9 Summary(de):    sendmail-Mail-Übertragungsagent
10 Summary(es):    Sendmail - agente de transporte de mail
11 Summary(fr):    Agent de transport de courrier sendmail
12 Summary(ko):    SMTP_AUTH¿Í TLS¸¦ Áö¿øÇϴ Mail Àü¼Û ÇÁ·Î±×·¥(MTA)
13 Summary(pl):    Sendmail - serwer poczty elektronicznej
14 Summary(pt_BR): Sendmail - agente de transporte de mail
15 Summary(ru):    ðÏÞÔÏ×ÙÊ ÔÒÁÎÓÐÏÒÔÎÙÊ ÁÇÅÎÔ sendmail
16 Summary(tr):    Elektronik posta hizmetleri sunucusu
17 Summary(uk):    ðÏÛÔÏ×ÉÊ ÔÒÁÎÓÐÏÒÔÎÉÊ ÁÇÅÎÔ sendmail
18 Name:           sendmail
19 Version:        8.12.10
20 Release:        5
21 License:        BSD
22 Group:          Networking/Daemons
23 Source0:        ftp://ftp.sendmail.org/pub/sendmail/%{name}.%{version}.tar.gz
24 # Source0-md5: 393f5d09d462f522c8288363870b2b42
25 Source1:        %{name}.init
26 Source2:        %{name}.sysconfig
27 Source3:        %{name}.aliases
28 # From http://doc.phpauction.org/sendmail/examples/
29 Source4:        %{name}-examples.tar.bz2
30 # Source4-md5:  d00d817cd456a947a7fc6c04072a7d68
31 Source5:        %{name}-etc-mail-Makefile
32 Source6:        %{name}.mc
33 Source7:        %{name}-config.m4
34 Source8:        %{name}.sasl
35 Source9:        %{name}.access
36 Source10:       %{name}.mailertable
37 Source11:       %{name}.virtusertable
38 Source12:       %{name}.domaintable
39 Source13:       %{name}-smtp.pamd
40 Patch0:         %{name}-makemapman.patch
41 Patch1:         %{name}-smrsh-paths.patch
42 Patch2:         %{name}-rmail.patch
43 Patch3:         %{name}-os-paths.patch
44 Patch4:         %{name}-m4path.patch
45 Patch5:         %{name}-redirect.patch
46 Patch6:         %{name}-hprescan-dos.patch
47 Patch7:         http://blue-labs.org/clue/bluelabs.patch-8.12.3
48 BuildRequires:  cyrus-sasl-devel
49 BuildRequires:  man
50 %{?with_db3:BuildRequires:      db3-devel}
51 %{!?with_db3:BuildRequires:     db-devel >= 4.1.25}
52 %{?with_ldap:BuildRequires:     openldap-devel}
53 %{?with_tls:BuildRequires:      openssl-devel >= 0.9.7c}
54 %{?with_pgsql:BuildRequires:    postgresql-devel}
55 Requires(pre):  /bin/id
56 Requires(pre):  /usr/bin/getgid
57 Requires(pre):  /usr/sbin/groupadd
58 Requires(pre):  /usr/sbin/useradd
59 Requires(post): awk
60 Requires(post): textutils
61 Requires(post,preun):/sbin/chkconfig
62 Requires(postun):       /usr/sbin/groupdel
63 Requires(postun):       /usr/sbin/userdel
64 %{!?with_db3:Requires:  db >= 4.1.25}
65 Requires:       m4
66 Requires:       procmail
67 Requires:       pam >= 0.77.3
68 Provides:       smtpdaemon
69 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
70 Obsoletes:      courier
71 Obsoletes:      exim
72 Obsoletes:      masqmail
73 Obsoletes:      nullmailer
74 Obsoletes:      omta
75 Obsoletes:      postfix
76 Obsoletes:      qmail
77 Obsoletes:      sendmail-cf
78 Obsoletes:      sendmail-doc
79 Obsoletes:      smail
80 Obsoletes:      smtpdaemon
81 Obsoletes:      ssmtp
82 Obsoletes:      zmailer
83
84 %define         _sysconfdir     /etc/mail
85
86 %description
87 The Sendmail program is a very widely used Mail Transport Agent (MTA).
88 MTAs send mail from one machine to another. Sendmail is not a client
89 program, which you use to read your e-mail. Sendmail is a
90 behind-the-scenes program which actually moves your e-mail over
91 networks or the Internet to where you want it to go.
92
93 %description -l de
94 Sendmail überträgt Mails zwischen Rechnern. Es implementiert eine
95 allgemeine Mail-Routing-Funktion über das Netzwerk mit Aliasing und
96 Weiterleiten von Nachrichten, automatischem Routing an
97 Netzwerk-Gateways und flexible Konfiguration. Wenn Sie E-Mails über
98 das Internet senden und empfangen möchten, brauchen Sie sendmail.
99
100 %description -l es
101 sendmail es un agente de transporte de correo electrónico, que mueve
102 mensajes entre máquinas. Implementa facilidades de internetwork y
103 rutado, caracterizando cambio de nombres (aliases) y envío a nuevas
104 direcciones ( forwarding ), rutado automático para gateways de la red
105 y configuración flexible. Necesitarás del sendmail si deseas enviar y
106 recibir mensajes a través de la Internet.
107
108 %description -l fr
109 Sendmail est un agent de transport de courrier, qui est le programme
110 transférent le courrier d'une machine à l'autre. Sendmail implémente
111 une facilité générale de routage de courrier entre les réseaux, permet
112 l'\"aliasing\" et le \"forwarding\", un routage automatique sur les
113 passerelles du réseau, et une configuration flexible.
114
115 %description -l ko
116 SendamilÀº ¸Å¿ì ³Î¸® »ç¿ëµÇ´Â Mail Àü¼Û ÇÁ·Î±×·¥ÀÌ´Ù(MTA). Mail Àü¼Û
117 ÇÁ·Î±×·¥µé(MTA)Àº ¾î¶°ÇÑ machine¿¡¼­ ´Ù¸¥ machineÀ¸·Î ¸ÞÀÏÀ» º¸³»¸ç
118 SendmailÀº e-mailÀ» ÀбâÀ§ÇØ »ç¿ëÇϴ client programÀº ¾Æ´Ï´Ù.
119 SendamilÀº ¿øÇϴ °÷À¸·Î InternetÀ̳ª Network¸¦ ÅëÇØ e-mailÀ» º¸³»´Â
120 ¿ªÇÒÀ» Çϴ backgrond¿¡¼­ ÀÛ¾÷À» Çϴ ÇÁ·Î±×·¥ÀÌ´Ù.
121
122 %description -l pl
123 Sendmail jest programem umo¿liwiaj±cym wymianê poczty elektronicznej
124 miêdzy komputerami w sieci (MTA). Zajmuje siê przekazywaniem poczty
125 elektronicznej miêdzy bramkami pocztowymi i dostarczaniem przesy³ek na
126 konta docelowe. Bardzo dobrze obs³uguje aliasy pocztowe a jego
127 dodatkowym atutem jest prosta konfiguracja. Dziêki rozbudowanym
128 mo¿liwo¶ciom konfiguracyjnym jest w stanie dostarczaæ przesy³ki za
129 po¶rednictwem protoko³ów: SMTP, ESMTP, UUCP, X.400 i innych.
130
131 %description -l pt_BR
132 O sendmail é um agente de transporte de correio eletrônico, que move
133 mensagens entre máquinas. Ele implementa facilidades de internetwork e
134 roteamento, caracterizando troca de nomes (aliases) e remessa a novos
135 endereços ( forwarding ), roteamento automático para gateways da rede
136 e configuração flexível.
137
138 %description -l ru
139 Sendmail - ÜÔÏ Mail Transport Agent, ÐÒÏÇÒÁÍÍÁ ÐÅÒÅÓÙÌÁÀÝÁÑ ÐÏÞÔÕ Ó
140 ÍÁÛÉÎÙ ÎÁ ÍÁÛÉÎÕ. Sendmail ÐÒÅÄÏÓÔÁ×ÌÑÅÔ ÓÔÁÎÄÁÒÔÎÙÅ ÓÒÅÄÓÔ×Á
141 ÍÅÖÓÅÔÅ×ÏÊ ÍÁÒÛÒÕÔÉÚÁÃÉÉ ÐÏÞÔÙ, aliasing, forwarding, Á×ÔÏÍÁÔÉÞÅÓËÕÀ
142 ÍÁÒÛÒÕÔÉÚÁÃÉÀ ÄÌÑ ÓÅÔÅ×ÙÈ ÛÌÀÚÏ× É ÇÉÂËÉÊ ÍÅÈÁÎÉÚÍ ËÏÎÆÉÇÕÒÁÃÉÉ.
143
144 %description -l tr
145 Sendmail, bir mektubu bir makineden diðerine taþýr. Pek çok davranýþý
146 ayarlanabilir. Internet üzerinden mektup almak veya göndermek
147 istiyorsanýz bu pakete gereksiniminiz olacaktýr.
148
149 %description -l uk
150 Sendmail - ÃÅ Mail Transport Agent, ÐÒÏÇÒÁÍÁ ÝÏ ÐÅÒÅÓÉÌÁ¤ ÐÏÛÔÕ Ú
151 ÍÁÛÉÎÉ ÎÁ ÍÁÛÉÎÕ. Sendmail ÎÁÄÁ¤ ÓÔÁÎÄÁÒÔΦ ÚÁÓÏÂɠͦÖÍÅÒÅÖÅ×ϧ
152 ÍÁÒÛÒÕÔÉÚÁ槠ÐÏÛÔÉ, aliasing, forwarding, Á×ÔÏÍÁÔÉÞÎÕ ÍÁÒÛÒÕÔÉÚÁæÀ
153 ÄÌÑ ÍÅÒÅÖÅ×ÉÈ ÛÌÀڦנÔÁ ÇÎÕÞËÉÊ ÍÅÈÁΦÚÍ ÍÁÒÛÒÕÔÉÚÁæ§.
154
155 %prep
156 %setup -q
157 %patch0 -p1
158 %patch1 -p1
159 %patch2 -p1
160 %patch3 -p1
161 %patch4 -p1
162 %patch5 -p1
163 %patch6 -p1
164 %{?with_pgsql:%patch7 -p1}
165
166 sed -e 's|@@PATH@@|\.\.|' < %{SOURCE6} > cf/cf/pld.mc
167
168 install %{SOURCE7} config.m4
169
170 %build
171 echo "define(\`confCC', \`%{__cc}')" >> config.m4
172 echo "define(\`confOPTIMIZE', \`%{rpmcflags} -DUSE_VENDOR_CF_PATH=1 -DNETINET6')" >> config.m4
173 echo "APPENDDEF(\`confINCDIRS', \`-I/usr/include/sasl')" >> config.m4
174 echo "define(\`confLIBSEARCH', \`db resolv')" >> config.m4
175 %if 0%{!?debug:1}
176 echo "define(\`confLDOPTS', \`-s')" >> config.m4
177 %endif
178 %if %{with ldap}
179 echo "APPENDDEF(\`confMAPDEF', \`-DLDAPMAP')" >> config.m4
180 echo "APPENDDEF(\`confLIBS', \`-lldap -llber')" >> config.m4
181 %endif
182 %if %{with pgsql}
183 echo "APPENDDEF(\`confENVDEF', \`-DSASL')" >> config.m4
184 echo "APPENDDEF(\`confMAPDEF', \`-DPGSQLMAP')" >> config.m4
185 echo "APPENDDEF(\`confLIBS', \`-lpq -lresolv')" >> config.m4
186 echo "APPENDDEF(\`confLIBS', \`-lsasl -lcrypto')" >> config.m4
187 %endif
188 %if %{with tls}
189 echo "APPENDDEF(\`confENVDEF', \`-DSTARTTLS')" >> config.m4
190 echo "APPENDDEF(\`confENVDEF', \`-D_FFR_DEAL_WITH_ERROR_SSL')" >> config.m4
191 echo "APPENDDEF(\`confLIBS', \`-lssl -lcrypto')" >> config.m4
192 %endif
193
194 cd sendmail     && sh Build -f ../config.m4
195 cd ../mailstats && sh Build -f ../config.m4
196 cd ../rmail     && sh Build -f ../config.m4
197 cd ../makemap   && sh Build -f ../config.m4
198 cd ../praliases && sh Build -f ../config.m4
199 cd ../smrsh     && sh Build -f ../config.m4
200 cd ../cf/cf
201 m4 pld.mc > pld.cf
202
203 %install
204 rm -rf $RPM_BUILD_ROOT
205 install -d $RPM_BUILD_ROOT{%{_sysconfdir},/etc/{rc.d/init.d,sysconfig,sasl,smrsh}} \
206         $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_sbindir} $RPM_BUILD_ROOT%{_libdir} \
207         $RPM_BUILD_ROOT%{_mandir}/man{1,5,8} \
208         $RPM_BUILD_ROOT/var/log $RPM_BUILD_ROOT/var/spool/mqueue \
209         $RPM_BUILD_ROOT%{_libdir}/sendmail-cf \
210         $RPM_BUILD_ROOT/etc/pam.d \
211
212 OBJDIR=obj.$(uname -s).$(uname -r).$(arch)
213
214 IDNU=`id -nu`
215 IDNG=`id -ng`
216 SMINSTOPT="DESTDIR=$RPM_BUILD_ROOT SBINOWN=$IDNU SBINGRP=$IDNG \
217         UBINOWN=$IDNU UBINGRP=$IDNG MANOWN=$IDNU MANGRP=$IDNG \
218         CFOWN=$IDNU CFGRP=$IDNG MSPQOWN=$IDNU GBINGRP=$IDNG GBINOWN=$IDNU \
219         BINOWN=$IDNU BINGRP=$IDNG"
220 %{__make} -C $OBJDIR/sendmail install \
221         $SMINSTOPT
222 %{__make} -C $OBJDIR/mailstats install \
223         $SMINSTOPT
224 %{__make} -C $OBJDIR/praliases install \
225         $SMINSTOPT
226 %{__make} -C $OBJDIR/rmail force-install \
227         $SMINSTOPT
228 %{__make} -C $OBJDIR/makemap install \
229         $SMINSTOPT
230 %{__make} -C $OBJDIR/smrsh install \
231         $SMINSTOPT
232
233 ln -sf %{_sbindir}/makemap $RPM_BUILD_ROOT%{_bindir}/makemap
234
235 # install the cf files
236 cd cf
237 rm -f cf/{Build,Makefile} feature/*~
238 cp -ar * $RPM_BUILD_ROOT%{_libdir}/sendmail-cf
239 cd -
240
241 # sendmail.{cf,mc}
242 install cf/cf/pld.cf $RPM_BUILD_ROOT%{_sysconfdir}/sendmail.cf
243 sed -e 's|@@PATH@@|%{_libdir}/sendmail-cf|' < %{SOURCE6} \
244         > $RPM_BUILD_ROOT%{_sysconfdir}/sendmail.mc
245
246 %if %{with pgsql}
247 install bluelabs.mc $RPM_BUILD_ROOT%{_sysconfdir}/bluelabs.mc
248 %endif
249
250 # submit.mc (submit.cf is installed automatically)
251 install cf/cf/submit.mc $RPM_BUILD_ROOT%{_sysconfdir}
252
253 echo "# local-host-names - include all aliases for your machine here." \
254         > $RPM_BUILD_ROOT%{_sysconfdir}/local-host-names
255
256 ln -sf /usr/sbin/sendmail $RPM_BUILD_ROOT%{_libdir}/sendmail
257
258 # dangling symlinks
259 for f in hoststat mailq newaliases purgestat ; do
260         ln -sf /usr/sbin/sendmail $RPM_BUILD_ROOT%{_bindir}/${f}
261 done
262
263 for map in virtusertable access domaintable mailertable ; do
264         touch $RPM_BUILD_ROOT%{_sysconfdir}/${map}
265         $RPM_BUILD_ROOT%{_sbindir}/makemap -C $RPM_BUILD_ROOT%{_sysconfdir}/sendmail.cf hash \
266                 $RPM_BUILD_ROOT%{_sysconfdir}/${map}.db < $RPM_BUILD_ROOT%{_sysconfdir}/${map}
267 done
268
269 install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/aliases
270 $RPM_BUILD_ROOT%{_sbindir}/makemap -C $RPM_BUILD_ROOT%{_sysconfdir}/sendmail.cf hash \
271         $RPM_BUILD_ROOT%{_sysconfdir}/aliases.db < %{SOURCE3}
272
273 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/sendmail
274 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/sendmail
275 install %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/Makefile
276 install %{SOURCE8} $RPM_BUILD_ROOT/etc/sasl/Sendmail.conf
277 install %{SOURCE13} $RPM_BUILD_ROOT/etc/pam.d/smtp
278 install %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/access
279 install %{SOURCE10} $RPM_BUILD_ROOT%{_sysconfdir}/mailertable
280 install %{SOURCE11} $RPM_BUILD_ROOT%{_sysconfdir}/virtusertable
281 install %{SOURCE12} $RPM_BUILD_ROOT%{_sysconfdir}/domaintable
282
283 mv -f smrsh/README README.smrsh
284 mv -f cf/README README.cf
285 mv -f doc/op/op.me .
286
287 bzip2 -dc %{SOURCE4} | tar xf -
288
289 %clean
290 rm -rf $RPM_BUILD_ROOT
291
292 %pre
293 if [ -n "`/usr/bin/getgid smmsp`" ]; then
294         if [ "`/usr/bin/getgid smmsp`" != "25" ]; then
295                 echo "Error: group smmsp doesn't have gid=25. Correct this before installing sendmail." 1>&2
296                 exit 1
297         fi
298 else
299         /usr/sbin/groupadd -g 25 -r -f smmsp
300 fi
301 if [ -n "`/bin/id -u smmsp 2>/dev/null`" ]; then
302         if [ "`/bin/id -u smmsp`" != "25" ]; then
303                 echo "Error: user smmsp doesn't have uid=25. Correct this before installing sendmail." 1>&2
304                 exit 1
305         fi
306 else
307         /usr/sbin/useradd -u 25 -r -d /var/spool/clientqueue -s /bin/false -c "Sendmail Message Submission Program" -g smmsp smmsp 1>&2
308 fi
309
310 %post
311 umask 022
312 #
313 # Convert old format to new
314 #
315 if [ -f /etc/mail/deny ] ; then
316         cat /etc/mail/deny | \
317                 awk 'BEGIN{ print "# Entries from obsoleted /etc/mail/deny"} \
318                 {print $1" REJECT"}' >> /etc/mail/access
319         mv -f /etc/mail/deny /etc/mail/deny.rpmorig
320 fi
321 for oldfile in relay_allow ip_allow name_allow ; do
322         if [ -f /etc/mail/$oldfile ] ; then
323                 cat /etc/mail/$oldfile | \
324                         awk "BEGIN { print \"# Entries from obsoleted /etc/mail/$oldfile\" ;} \
325                         { print $1\" RELAY\" }" >> /etc/mail/access
326                 mv -f /etc/mail/$oldfile /etc/mail/$oldfile.rpmorig
327         fi
328 done
329
330 #
331 # Oops, these files moved
332 #
333 if [ -f /etc/sendmail.cw ] ; then
334         cat /etc/sendmail.cw | \
335                 awk 'BEGIN { print "# Entries from obsoleted /etc/sendmail.cw" ;} \
336                 { print $1 }' >> /etc/mail/local-host-names
337         mv -f /etc/sendmail.cw /etc/sendmail.cw.rpmorig
338 fi
339 #
340 # Rebuild maps (next reboot will rebuild also)
341 #
342 { /usr/bin/newaliases
343  for map in virtusertable access domaintable mailertable; do
344         if [ -f /etc/mail/${map} ] ; then
345                 /usr/bin/makemap hash /etc/mail/${map} < /etc/mail/${map}
346                 sleep 1
347         fi
348  done
349 } > /dev/null 2>&1
350
351 /sbin/chkconfig --add sendmail
352 if [ -f /var/lock/subsys/sendmail ]; then
353         /etc/rc.d/init.d/sendmail restart >&2
354 else
355         echo "Run \"/etc/rc.d/init.d/sendmail start\" to start sendmail daemon." >&2
356 fi
357
358 %preun
359 if [ "$1" = "0" ]; then
360         if [ -f /var/lock/subsys/sendmail ]; then
361                 /etc/rc.d/init.d/sendmail stop >&2
362         fi
363         /sbin/chkconfig --del sendmail
364 fi
365
366 %postun
367 if [ "$1" = "0" ]; then
368         /usr/sbin/userdel smmsp 2>/dev/null
369         /usr/sbin/groupdel smmsp 2>/dev/null
370 fi
371
372 # removal of compatibility links
373 %triggerpostun -- sendmail < 8.10.1
374 /sbin/chkconfig --add sendmail
375
376 %files
377 %defattr(644,root,root,755)
378 %doc FAQ KNOWNBUGS README* op.me RELEASE_NOTES examples/
379 %attr(755,root,root) %{_sbindir}/mailstats
380 %attr(755,root,root) %{_sbindir}/praliases
381 %attr(755,root,root) %{_bindir}/hoststat
382 %attr(755,root,root) %{_bindir}/purgestat
383 %attr(755,root,root) %{_bindir}/rmail
384 %attr(755,root,root) %{_bindir}/makemap
385 %attr(755,root,root) %{_sbindir}/makemap
386 %attr(2755,root,smmsp) %{_sbindir}/sendmail
387 %attr(755,root,root) %{_bindir}/newaliases
388 %attr(755,root,root) %{_bindir}/mailq
389 %attr(755,root,root) %{_sbindir}/smrsh
390 %{_libdir}/sendmail
391
392 %{_mandir}/man1/mailq.1*
393 %{_mandir}/man1/newaliases.1*
394 %{_mandir}/man5/aliases.5*
395 %{_mandir}/man8/mailstats.8*
396 %{_mandir}/man8/makemap.8*
397 %{_mandir}/man8/praliases.8*
398 %{_mandir}/man8/rmail.8*
399 %{_mandir}/man8/sendmail.8*
400 %{_mandir}/man8/smrsh.8*
401
402 %dir /etc/smrsh
403 %dir %{_sysconfdir}
404 /var/log/statistics
405 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sendmail.cf
406 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/sendmail.mc
407 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/submit.cf
408 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/submit.mc
409 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/local-host-names
410 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/aliases
411 %{?with_pgsql:%{_sysconfdir}/bluelabs.mc}
412 %attr(644,root,mail) %ghost %{_sysconfdir}/aliases.db
413 %attr(770,root,smmsp) %dir /var/spool/clientmqueue
414 %attr(750,root,mail) %dir /var/spool/mqueue
415
416 %config %{_sysconfdir}/Makefile
417 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/access
418 %ghost %{_sysconfdir}/access.db
419 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/domaintable
420 %ghost %{_sysconfdir}/domaintable.db
421 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/mailertable
422 %ghost %{_sysconfdir}/mailertable.db
423 %config(noreplace) %verify(not md5 size mtime) %{_sysconfdir}/virtusertable
424 %ghost %{_sysconfdir}/virtusertable.db
425 %config(noreplace) %{_sysconfdir}/helpfile
426
427 %attr(754,root,root) /etc/rc.d/init.d/sendmail
428 %config(noreplace) %verify(not md5 size mtime) /etc/sysconfig/sendmail
429 %config(noreplace) %verify(not md5 size mtime) /etc/sasl/Sendmail.conf
430 %config(noreplace) %verify(not md5 size mtime) /etc/pam.d/smtp
431
432 %dir %{_libdir}/sendmail-cf
433 %dir %{_libdir}/sendmail-cf/cf
434 %{_libdir}/sendmail-cf/cf/pld.mc
435 %{_libdir}/sendmail-cf/feature
436 %{_libdir}/sendmail-cf/m4
437 %{_libdir}/sendmail-cf/mailer
438 %dir %{_libdir}/sendmail-cf/ostype
439 %{_libdir}/sendmail-cf/ostype/linux.m4
440 %dir %{_libdir}/sendmail-cf/sh
441 %{_libdir}/sendmail-cf/sh/makeinfo.sh
442 %{_libdir}/sendmail-cf/siteconfig
This page took 0.069845 seconds and 4 git commands to generate.