source: projects/specs/trunk/s/sendmail/sendmail-vl.spec @ 12238

Revision 12238, 37.9 KB checked in by tomop, 5 years ago (diff)

updated 2 packages

sendmail-8.15.2-1
clamav-0.102.0-1

Line 
1%bcond_with shared_libmilter
2
3# stop strip
4%define __spec_install_post /usr/lib/rpm/brp-compress || :
5
6# Build options
7%define with_ldap 0
8%define with_sasl 0
9%define with_sasl2 1
10%define with_tls 1
11
12%define initdir /etc/rc.d/init.d
13
14Summary: A widely used Mail Transport Agent (MTA).
15Summary(ja): 広く使用されているメール配送エージェント (MTA)。
16Name: sendmail
17Version: 8.15.2
18Release: 1%{?_dist_release}
19URL: https://www.proofpoint.com/us/open-source-email-solution
20License: Sendmail
21Group: System Environment/Daemons
22Provides: smtpdaemon
23Source0: ftp://ftp.sendmail.org/pub/sendmail/sendmail.%{version}.tar.gz
24Source1: sendmail.init
25Source2: site.config.m4.vine
26Source3: sendmail.aliases
27Source4: sendmail.sysconfig
28Source5: sendmail.etc-mail-Makefile
29Source6: sendmail-vine.mc
30Source7: Sendmail-sasl.conf
31Source8: sendmail.pam
32Source9: sendmail-8.12.5-newconfig.readme
33Source10: makecert.sh
34Source11: Sendmail-sasl2.conf
35#Patch: sendmail-8.12.2-makemapman.patch
36#Patch1: sendmail-8.12.11-smrsh-paths.patch
37Patch2: sendmail-8.12.10-movefiles.patch
38Patch3: sendmail-8.14.9-pid.vine.patch
39Patch4: sendmail-8.15.1-manpage.patch
40#Patch5: sendmail-8.13.0-dynamic.patch
41Patch6: sendmail-8.13.0-cyrus.patch
42#Patch7: sendmail-8.13.1-parseaddr.c.cataddr.8.379.patch
43Patch8: sendmail-8.15.2-gethostbyname2.patch
44Patch9: sendmail-8.14.3-sharedmilter.patch
45Patch10: sendmail-8.15.2-openssl-1.1.0-fix.patch
46Patch11: sendmail-8.15.2-openssl-1.1.0-ecdhe-fix.patch
47Patch12: sendmail-8.15.2-libmilter-socket-activation.patch
48
49Buildroot: %{_tmppath}/%{name}-%{version}-root
50BuildRequires: db4-devel, tcp_wrappers
51#Provides: %{_sbindir}/sendmail %{_bindir}/mailq %{_bindir}/newaliases
52#Provides: %{_bindir}/rmail %{_mandir}/man1/mailq.1.gz
53#Provides: %{_mandir}/man1/newaliases.1.gz %{_mandir}/man5/aliases.5.gz
54Requires(pre): /sbin/chkconfig /usr/sbin/useradd /bin/mktemp fileutils gawk sed sh-utils
55Conflicts: postfix exim
56Requires: procmail, bash >= 2.0
57# for manpages
58BuildRequires: groff m4
59
60%if %{with_ldap}
61BuildRequires: openldap-devel openssl-devel
62Requires(pre): openldap openssl
63%endif
64
65%if %{with_sasl} || %{with_sasl2}
66BuildRequires: cyrus-sasl-devel openssl-devel
67Requires(pre): cyrus-sasl openssl
68%endif
69
70%if %{with_tls}
71BuildRequires: openssl-devel
72Requires(pre): openssl
73%endif
74
75Vendor: Project Vine
76Distribution: Vine Linux
77Packager: iwaim
78
79%description
80The Sendmail program is a very widely used Mail Transport Agent (MTA).
81MTAs send mail from one machine to another. Sendmail is not a client
82program, which you use to read your email. Sendmail is a
83behind-the-scenes program which actually moves your email over
84networks or the Internet to where you want it to go.
85
86If you ever need to reconfigure Sendmail, you will also need to have
87the sendmail.cf package installed. If you need documentation on
88Sendmail, you can install the sendmail-doc package.
89
90%description -l ja
91Sendmailプログラムはとても広く使われているメール配送エージェント (MTA)
92です。MTAはメールをマシンから別のマシンに送ります。 Sendmailはメールを
93読む時に使うクライアントプログラムではありません。Sendmailはメールをネ
94ットワークやインターネット経由で送りたい所に実際に送っている裏方のプロ
95グラムです。
96
97Sendmailを再設定する必要がある場合には sendmail.cfパッケージもインスト
98ールされている必要があります。Sendmailに関するドキュメントが必要な場合
99はsendmail-docパッケージをインストールして下さい。
100
101%package doc
102Summary: Documentation about the Sendmail Mail Transport Agent program.
103Summary(ja): Sendmailメール配送エージェントプログラムに関するドキュメント。
104Group: Applications/Documentation
105
106%description doc
107The sendmail-doc package contains documentation about the Sendmail
108Mail Transport Agent (MTA) program, including release notes, the
109Sendmail FAQ, and a few papers written about Sendmail. The papers are
110provided in PostScript(TM) and troff formats.
111
112%description doc -l ja
113sendmail-docパッケージはSendmailメール配送エージェント (MTA)プログラム
114に関するドキュメントです。 リリースノート、Sendmailに関するFAQ、そして
115いくつかのSendmailに関する文書を含んでいます。この文書はPostScript(TM)
116とtroff形式で提供されています。
117
118%package devel
119Summary: Extra development include files for sendmail
120Summary(ja): sendmail拡張のためのインクルードファイル
121Group: Development/Libraries
122Requires: %{name}-static == %{version}-%{release}
123%if %{with shared_libmilter}
124Requires: %{name}-milter == %{version}-%{release}
125%endif
126
127%description devel
128Include files for addons of sendmail.
129
130%description devel -l ja
131sendmail拡張機能の開発のためのインクルードファイルです。
132
133%package static
134Summary: Extra development libraries for sendmail
135Summary(ja): sendmail拡張のためのライブラリ
136Group: Development/Libraries
137
138%description static
139Development libraries for addons of sendmail.
140
141%description static -l ja
142sendmail拡張機能の開発のためのライブラリです。
143
144%if %{with shared_libmilter}
145%package milter
146Summary: The sendmail milter library
147Summary(ja): sendmail milterライブラリ
148Group: Development/Libraries
149
150%description milter
151The sendmail Mail Filter API (Milter) is designed to allow third-party
152programs access to mail messages as they are being processed in order to
153filter meta-information and content.
154
155This package includes the milter shared library.
156%endif
157
158
159%package cf
160Summary: The files needed to reconfigure Sendmail.
161Summary(ja): Sendmailの再設定に必要なファイル
162Group: System Environment/Daemons
163Requires: m4
164
165%description cf
166This package includes the configuration files you need to generate the
167sendmail.cf file distributed with the sendmail package. You will need
168the sendmail-cf package if you ever need to reconfigure and rebuild
169your sendmail.cf file.
170
171%description cf -l ja
172このパッケージはsendmailパッケージと共に配布されている sendmail.cfファ
173イルの生成に必要な設定ファイルを含んでいます。 sendmail.cfファイルを再
174設定し生成する必要がある場合、sendmail-cfパッケージが必要になります。
175
176%prep
177%setup -q
178#%patch -p1 -b .makemapman
179#%patch1 -p1 -b .smrsh_paths
180%patch2 -p1 -b .movestuff
181%patch3 -p1 -b .pid
182%patch4 -p1 -b .manpage
183#%patch5 -p1 -b .dynamic
184%patch6 -p1 -b .cyrus
185#%patch7 -p1 -b .cataddr
186%patch8 -p1 -b .gethostbyname
187
188%if %{with shared_libmilter}
189cp devtools/M4/UNIX/{,shared}library.m4
190%patch9 -p1 -b .sharedmilter
191%endif
192
193%patch10 -p1 -b .openssl111
194%patch11 -p1 -b .openssl_ecdhe
195%patch12 -p1 -b .milter_socket
196
197
198perl -pi -e 's|/usr/share/sendmail-cf/m4|../m4|' ./cf/cf/submit.mc
199
200%build
201%ifarch x86_64 ppc
202export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIC"
203%endif
204
205cp %{SOURCE2} devtools/Site/site.config.m4
206
207cat >> devtools/Site/site.config.m4 << EOF
208APPENDDEF(\`confENVDEF', \`-DNEWDB')dnl
209APPENDDEF(\`confLIBS', \`-ldb')dnl
210EOF
211
212%if %{with_ldap}
213cat >> devtools/Site/site.config.m4 << EOF
214APPENDDEF(\`confMAPDEF', \`-DLDAPMAP')dnl
215APPENDDEF(\`confENVDEF', \`-DSM_CONF_LDAP_MEMFREE=1')dnl
216APPENDDEF(\`confLIBS', \`-lldap -llber -lssl -lcrypto')dnl
217EOF
218%endif
219
220%if %{with_sasl2}
221cat >> devtools/Site/site.config.m4 << EOF
222APPENDDEF(\`confENVDEF', \`-DSASL=2 -D_FFR_UNSAFE_SASL')dnl
223APPENDDEF(\`confLIBS', \`-lsasl2 -lcrypto')dnl
224EOF
225%else
226%if %{with_sasl}
227cat >> devtools/Site/site.config.m4 << EOF
228APPENDDEF(\`confENVDEF', \`-DSASL=1 -D_FFR_UNSAFE_SASL')dnl
229APPENDDEF(\`confLIBS', \`-lsasl -lcrypto')dnl
230EOF
231%endif
232%endif
233
234%if %{with_tls}
235cat >> devtools/Site/site.config.m4 << EOF
236APPENDDEF(\`conf_sendmail_ENVDEF', \`-DSTARTTLS -D_FFR_TLS_1 -D_FFR_TLS_EC -D_FFR_TLS_USE_CERTIFICATE_CHAIN_FILE')dnl
237APPENDDEF(\`conf_sendmail_LIBS', \`-lssl -lcrypto')dnl
238EOF
239%endif
240
241for i in libmilter libsmutil sendmail mailstats rmail praliases \
242    smrsh makemap ; do
243        pushd $i
244        sh Build
245        popd
246done
247
248%install
249[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
250mkdir -p $RPM_BUILD_ROOT
251
252cd $RPM_BUILD_ROOT
253mkdir -p etc/sysconfig .%{initdir} etc/pam.d
254mkdir -p usr/bin usr/include/libmilter usr/lib .%{_mandir}/man{1,5,8}
255mkdir -p usr/sbin var/log var/spool .%{_datadir}/sendmail-cf
256cd -
257
258OBJDIR=obj.$(uname -s).$(uname -r).$(uname -m)
259nameuser=`id -nu`
260namegroup=`id -ng`
261
262Make() {
263    make $@ \
264        DESTDIR=$RPM_BUILD_ROOT \
265        MANROOT=%{_mandir}/man \
266        SBINOWN=${nameuser} SBINGRP=${namegroup} \
267        UBINOWN=${nameuser} UBINGRP=${namegroup} \
268        MANOWN=${nameuser}  MANGRP=${namegroup} \
269        INCOWN=${nameuser}  INCGRP=${namegroup} \
270        LIBOWN=${nameuser}  LIBGRP=${namegroup} \
271        GBINOWN=${nameuser} GBINGRP=${namegroup} \
272        CFOWN=${nameuser}   CFGRP=${namegroup} \
273        MSPQOWN=${nameuser}
274}
275
276Make install -C $OBJDIR/libmilter
277Make install -C $OBJDIR/libsmutil
278Make install -C $OBJDIR/sendmail
279Make install -C $OBJDIR/mailstats
280Make force-install -C $OBJDIR/rmail
281Make install -C $OBJDIR/praliases
282Make install -C $OBJDIR/smrsh
283Make install -C $OBJDIR/makemap
284
285touch $RPM_BUILD_ROOT/rootfile
286root=..
287while [ ! -r $RPM_BUILD_ROOT%{_bindir}/${root}/rootfile ]; do
288    root=${root}/..
289done
290ln -sf ${root}%{_sbindir}/makemap $RPM_BUILD_ROOT%{_bindir}/makemap
291
292# Install docs by hand for the sendmail-doc package.
293DOC=$RPM_BUILD_ROOT%{_docdir}/sendmail
294mkdir -p $DOC
295cp -ar FAQ LICENSE KNOWNBUGS README RELEASE_NOTES doc $DOC
296cp sendmail/README   $DOC/README.sendmail
297cp sendmail/SECURITY $DOC/SECURITY
298cp smrsh/README      $DOC/README.smrsh
299cp libmilter/README  $DOC/README.libmilter
300cp cf/README         $DOC/README.cf
301cp %{SOURCE9}        $DOC/README.vine
302cp %{SOURCE10}       $DOC/makecert.sh
303
304# Install the cf files for the sendmail-cf package.
305cp -ar cf/* $RPM_BUILD_ROOT%{_datadir}/sendmail-cf
306
307install -d -m 755 $RPM_BUILD_ROOT/etc/mail
308
309sed -e 's|@@PATH@@|%{_datadir}/sendmail-cf|' < %{SOURCE6} > $RPM_BUILD_ROOT/etc/mail/sendmail.mc
310sed -e 's|%{_datadir}/sendmail-cf|\.\.|' < $RPM_BUILD_ROOT/etc/mail/sendmail.mc > cf/cf/vine.mc
311(cd cf/cf && m4 vine.mc > vine.cf)
312install -m 644 cf/cf/vine.cf $RPM_BUILD_ROOT/etc/mail/sendmail.cf
313# fix cf.m4 directory path
314perl -pi -e 's|../m4|%{_datadir}/sendmail-cf/m4|' ./cf/cf/submit.mc
315install -m 644 cf/cf/submit.mc $RPM_BUILD_ROOT/etc/mail/submit.mc
316
317echo "# local-host-names - include all aliases for your machine here." \
318    > $RPM_BUILD_ROOT/etc/mail/local-host-names
319( echo "# trusted-users - users that can send mail as others without a warning"
320echo "# apache, mailman, majordomo, uucp, are good candidates" ) \
321    > $RPM_BUILD_ROOT/etc/mail/trusted-users
322
323#touch $RPM_BUILD_ROOT/rootfile
324#root=..
325#while [ ! -r $RPM_BUILD_ROOT%{_libdir}/${root}/rootfile ]; do
326#    root=${root}/..
327#done
328#ln -sf ${root}%{_sbindir}/sendmail $RPM_BUILD_ROOT%{_libdir}/sendmail
329install -m 755 -d $RPM_BUILD_ROOT%{_libdir}
330ln -sf ../sbin/sendmail $RPM_BUILD_ROOT%{_libdir}/sendmail
331install -d -m 775 $RPM_BUILD_ROOT/var/spool/mqueue
332install -d -m 755 $RPM_BUILD_ROOT/var/spool/clientmqueue
333
334# dangling symlinks
335touch $RPM_BUILD_ROOT/rootfile
336root=..
337while [ ! -r $RPM_BUILD_ROOT%{_bindir}/${root}/rootfile ]; do
338    root=${root}/..
339done
340for f in hoststat mailq newaliases purgestat ; do
341    ln -sf ${root}%{_sbindir}/sendmail $RPM_BUILD_ROOT%{_bindir}/${f}
342done
343install -d -m 755 $RPM_BUILD_ROOT/etc/smrsh
344
345rm -f %{buildroot}/rootfile
346
347cat <<EOF > $RPM_BUILD_ROOT/etc/mail/access
348# Check the /usr/share/doc/sendmail/README.cf file for a description
349# of the format of this file. (search for access_db in that file)
350# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc
351# package.
352#
353# by default we allow relaying from localhost...
354localhost.localdomain           RELAY
355localhost                       RELAY
356127.0.0.1                       RELAY
357
358EOF
359for map in virtusertable access domaintable mailertable ; do
360    touch $RPM_BUILD_ROOT/etc/mail/${map}
361    chmod 0644 $RPM_BUILD_ROOT/etc/mail/${map}
362    $RPM_BUILD_ROOT%{_bindir}/makemap -C $RPM_BUILD_ROOT/etc/mail/sendmail.cf hash $RPM_BUILD_ROOT/etc/mail/${map}.db < $RPM_BUILD_ROOT/etc/mail/${map}
363    chmod 0644 $RPM_BUILD_ROOT/etc/mail/${map}.db
364done
365install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/etc/aliases
366$RPM_BUILD_ROOT/usr/bin/makemap -C $RPM_BUILD_ROOT/etc/mail/sendmail.cf hash $RPM_BUILD_ROOT/etc/aliases.db < %{SOURCE3}
367
368install -m 644 %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/sendmail
369install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{initdir}/sendmail
370
371install -m 644 %{SOURCE5} $RPM_BUILD_ROOT/etc/mail/Makefile
372
373chmod u+w $RPM_BUILD_ROOT/usr/sbin/{mailstats,praliases}
374chmod u+w $RPM_BUILD_ROOT/usr/bin/rmail
375
376%if %{with_sasl2}
377install -m 755 -d $RPM_BUILD_ROOT%{_libdir}/sasl2
378install -m 644 %{SOURCE11} $RPM_BUILD_ROOT%{_libdir}/sasl2/Sendmail.conf
379%else
380%if %{with_sasl}
381install -m 755 -d $RPM_BUILD_ROOT%{_libdir}/sasl
382install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_libdir}/sasl/Sendmail.conf
383%endif
384%endif
385
386install -m 644 %{SOURCE8} $RPM_BUILD_ROOT/etc/pam.d/smtp
387
388install -d -m 755 %{buildroot}%{_libdir}
389# fix location of libmilter
390%if %{with shared_libmilter}
391%ifarch x86_64
392mv -f %{buildroot}/usr/lib/libmilter.so* %{buildroot}%{_libdir}/
393%endif
394chmod +x %{buildroot}%{_libdir}/libmilter.so.*
395%else
396%ifarch x86_64
397mv -f %{buildroot}/usr/lib/libmilter.a %{buildroot}%{_libdir}/
398%endif
399%endif
400install -m 644 $OBJDIR/libsmutil/libsmutil.a $RPM_BUILD_ROOT%{_libdir}
401install -m 644 $OBJDIR/libsm/libsm.a         $RPM_BUILD_ROOT%{_libdir}
402
403%clean
404[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
405
406%pre
407/usr/sbin/useradd -u 47 -d /var/spool/mqueue -r -s /sbin/nologin mailnull >/dev/null 2>&1
408/usr/sbin/useradd -u 51 -d /var/spool/mqueue -r -s /sbin/nologin smmsp >/dev/null 2>&1
409exit 0
410
411%postun
412if [ "$1" -ge "1" ]; then
413    %{initdir}/sendmail condrestart >/dev/null 2>&1
414fi
415exit 0
416
417%post
418#
419# Convert old format to new
420#
421if [ -f /etc/mail/deny ]; then
422    cat /etc/mail/deny | \
423        awk 'BEGIN{ print "# Entries from obsoleted /etc/mail/deny"} \
424        {print $1" REJECT"}' >> /etc/mail/access
425    cp /etc/mail/deny /etc/mail/deny.rpmorig
426fi
427for oldfile in relay_allow ip_allow name_allow ; do
428    if [ -f /etc/mail/$oldfile ]; then
429        cat /etc/mail/$oldfile | \
430            awk "BEGIN { print \"# Entries from obsoleted /etc/mail/$oldfile\" ;} \
431            { print \$1\" RELAY\" }" >> /etc/mail/access
432        cp /etc/mail/$oldfile /etc/mail/$oldfile.rpmorig
433    fi
434done
435
436#
437# Remove deprecated config flags which are probably harmless to remove
438#
439cf=`/bin/mktemp /etc/mail/sendmail.cf.XXXXXX`
440if [ "$cf" != "" ]; then
441    sed 's/^O AutoRebuildAliases$/#&/g' /etc/mail/sendmail.cf > ${cf} && \
442        cat ${cf} > /etc/mail/sendmail.cf
443    rm ${cf}
444fi
445
446/sbin/chkconfig --add sendmail
447
448#
449# Oops, these files moved
450#
451if [ -f /etc/sendmail.cw ]; then
452    cat /etc/sendmail.cw  | \
453        awk 'BEGIN { print "# Entries from obsoleted /etc/sendmail.cw" ;} \
454        { print $1 }' >> /etc/mail/local-host-names
455    cp /etc/sendmail.cw /etc/sendmail.cw.rpmorig
456fi
457
458#
459# Rebuild maps (next reboot will rebuild also)
460#
461{
462    chown root /etc/aliases.db /etc/mail/access.db /etc/mail/mailertable.db \
463        /etc/mail/domaintable.db  /etc/mail/virtusertable.db
464    /usr/bin/newaliases
465    for map in virtusertable access domaintable mailertable ; do
466        if [ -f /etc/mail/${map} ]; then
467            /usr/bin/makemap hash /etc/mail/${map} < /etc/mail/${map}
468        fi
469    done
470} > /dev/null 2>&1
471
472%preun
473if [ $1 = 0 ]; then
474    %{initdir}/sendmail stop >/dev/null 2>&1
475    /sbin/chkconfig --del sendmail
476fi
477exit 0
478
479%triggerpostun -- sendmail < 8.10.0
480/sbin/chkconfig --add sendmail
481
482%files
483%defattr(-,root,root)
484%{_bindir}/hoststat
485%{_bindir}/makemap
486%{_bindir}/purgestat
487%{_sbindir}/mailstats
488%{_sbindir}/makemap
489%{_sbindir}/praliases
490%attr(2755,root,smmsp) %{_sbindir}/sendmail
491%{_bindir}/rmail
492%{_bindir}/newaliases
493%{_bindir}/mailq
494%{_sbindir}/smrsh
495%{_libdir}/sendmail
496
497%{_mandir}/man8/rmail.8*
498%{_mandir}/man8/praliases.8*
499%{_mandir}/man8/mailstats.8*
500%{_mandir}/man8/makemap.8*
501%{_mandir}/man8/sendmail.8*
502%{_mandir}/man8/smrsh.8*
503%{_mandir}/man5/aliases.5*
504%{_mandir}/man1/newaliases.1*
505%{_mandir}/man1/mailq.1*
506
507%config(noreplace)              /etc/mail/statistics
508%config(noreplace)              /etc/mail/sendmail.cf
509%config(noreplace)              /etc/mail/submit.cf
510%attr(0644,root,root) %config(noreplace)        /etc/mail/sendmail.mc
511%attr(0644,root,root) %config(noreplace)        /etc/mail/submit.mc
512%config(noreplace)              /etc/mail/local-host-names
513%config(noreplace)              /etc/aliases
514%attr(0644,root,root) %ghost    /etc/aliases.db
515%attr(0770,smmsp,smmsp) %dir    /var/spool/clientmqueue
516%attr(0700,root,mail) %dir      /var/spool/mqueue
517%dir /etc/smrsh
518%dir /etc/mail
519
520%config /etc/mail/Makefile
521%attr(0644,root,root) %ghost                    /etc/mail/virtusertable.db
522%attr(0644,root,root) %config(noreplace)        /etc/mail/virtusertable
523
524%attr(0644,root,root) %ghost                    /etc/mail/access.db
525%attr(0644,root,root) %config(noreplace)        /etc/mail/access
526
527%attr(0644,root,root) %ghost                    /etc/mail/domaintable.db
528%attr(0644,root,root) %config(noreplace)        /etc/mail/domaintable
529
530%attr(0644,root,root) %ghost                    /etc/mail/mailertable.db
531%attr(0644,root,root) %config(noreplace)        /etc/mail/mailertable
532
533%attr(0644,root,root) %config(noreplace)        /etc/mail/helpfile
534%attr(0644,root,root) %config(noreplace)        /etc/mail/trusted-users
535
536%config(noreplace) /etc/sysconfig/sendmail
537
538%config %{initdir}/sendmail
539/etc/pam.d/smtp
540%if %{with_sasl2}
541%config %{_libdir}/sasl2/Sendmail.conf
542%else
543%if %{with_sasl}
544%config %{_libdir}/sasl/Sendmail.conf
545%endif
546%endif
547
548%files cf
549%defattr(-,root,root)
550%{_datadir}/sendmail-cf
551
552%files devel
553%defattr(-,root,root)
554%doc libmilter/docs/*
555%dir %{_includedir}/libmilter
556%{_includedir}/libmilter/*.h
557%if %{with shared_libmilter}
558%{_libdir}/libmilter.so
559%endif
560
561%files static
562%defattr(-,root,root)
563%if %{without shared_libmilter}
564%{_libdir}/libmilter.a
565%endif
566%{_libdir}/libsmutil.a
567%{_libdir}/libsm.a
568
569%if %{with shared_libmilter}
570%files milter
571%doc LICENSE
572%doc libmilter/README
573%{_libdir}/libmilter.so.[0-9].[0-9]
574%{_libdir}/libmilter.so.[0-9].[0-9].[0-9]
575%endif
576
577%files doc
578%defattr(-,root,root)
579%{_docdir}/sendmail
580
581%changelog
582* Fri Oct 04 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.15.2-1
583- updated to 8.15.2.
584- updated Patch4.
585- added Patch8-12.
586
587* Mon Dec 29 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 8.14.9-1
588- update to 8.14.9
589- update PID patch (Patch3)
590
591* Tue Jul  1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.14.5-2
592- rebuilt with current environment.
593
594* Tue May 31 2011 IWAI, Masaharu <iwai@alib.jp> 8.14.5-1
595- new upstream release
596
597* Wed Apr 13 2011 IWAI, Masaharu <iwai@alib.jp> 8.14.4-4
598- fix cf.m4 directory path for submit.mc
599
600* Fri Apr 08 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.14.4-3
601- added '-fPIC' option on x86_64 and ppc.
602- added subpackage 'sendmail-static'.
603
604* Mon Jan 10 2011 IWAI, Masaharu <iwai@alib.jp> 8.14.4-2vl6
605- rebuild with openssl 1.0.0c on VineSeed
606- add BuildRequires: groff for manpages
607- add BuildRequires: m4 for generate cf files
608- add Packager: iwaim
609
610* Tue Nov 16 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.14.4-1
611- new upstream release.
612- fixed %%files for x86_64 architecture.
613- forced using db4.
614
615* Sat Jun 21 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 8.14.2-1
616- rebuilt against db4-4.6.21
617- new versioning policy with spec in UTF-8
618
619* Thu Nov 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.14.2-0vl3
620- rebuilt 8.14.2-0vl1 for VineSeed
621
622* Thu Nov 15 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.14.2-0vl2
623- rebuilt 8.14.2-0vl1 for VinePlus/4.0
624  * Tue Nov 13 2007 yamamoto <yamamoto@yu.vinelinux.org> 8.14.2-0vl1
625  - update to 8.14.2
626
627* Sun Aug  5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 8.14.1-0vl2
628- rebuilt for VinePlus/4.x
629- changed doc Group to Applications/Documentation
630- changed devel Group to Development/Libraries
631
632* Sun Jun 10 2007 yamamoto <yamamoto@yu.vinelinux.org> 8.14.1-0vl1
633- update to 8.14.1
634
635* Wed Sep  6 2006 yamamoto <yamamoto@yu.vinelinux.org> 8.13.8-0vl1
636- update to 8.13.8
637
638* Sat Jul  1 2006 yamamoto <yamamoto@yu.vinelinux.org> 8.13.7-0vl1
639- update to 8.13.7
640
641* Sun Apr  9 2006 yamamoto <yamamoto@yu.vinelinux.org> 8.13.6-0vl1
642- update to 8.13.6
643
644* Sun Feb  5 2006 yamamoto <yamamoto@yu.vinelinux.org> 8.13.5-0vl1
645- update to 8.13.5
646
647* Sun May 15 2005 yamamoto <yamamoto@yu.vinelinux.org> 8.13.4-0vl1
648- update to 8.13.4
649
650* Mon Sep 13 2004 Masaki Suzuki <masaki@btree.org> 8.13.1-0vl3
651- rebuild for Vine 3.0
652
653* Mon Sep 13 2004 Masaki Suzuki <masaki@btree.org> 8.13.1-0vl2
654- add parseaddr.c.cataddr.8.379 patch
655
656* Mon Aug 16 2004 Masaki Suzuki <masaki@btree.org> 8.13.1-0vl1
657- update to 8.13.1
658
659* Sat Jul 24 2004 Masaki Suzuki <masaki@btree.org> 8.13.0-0vl2
660- rebuild for Vine 3.0
661
662* Sat Jul 24 2004 Masaki Suzuki <masaki@btree.org> 8.13.0-0vl1
663- update to 8.13.0
664- add milter.c.8.224 patch
665
666* Wed Feb 25 2004 Masaki Suzuki <masaki@btree.org> 8.12.11-0vl4
667- fix Sendmail.conf for cyrus-sasl-1
668- add build option for SASL2
669- build with cyrus-sasl-2 support
670
671* Sun Feb 22 2004 Masaki Suzuki <masaki@btree.org> 8.12.11-0vl3
672- update site.config.m4.vine
673- some fix sepc file
674
675* Thu Feb 19 2004 Masaki Suzuki <masaki@btree.org> 8.12.11-0vl2
676- rebuild for VineSeed
677- build with cyrus-sasl support
678
679* Tue Feb 17 2004 Masaki Suzuki <masaki@btree.org> 8.12.11-0vl1
680- update to 8.12.11
681- adjust rpm license tag to say "Sendmail"
682- add build options for LDAP, SASL and TLS
683- update sendmail-vine.mc
684- update initscript
685- clean up spec file
686
687* Fri Sep 19 2003 Masaki Suzuki <masaki@btree.org> 8.12.10-0vl1
688- update to 8.12.10
689
690* Thu Apr  3 2003 Masaki Suzuki <masaki@btree.org> 8.12.9-0vl1
691- update to 8.12.9
692
693* Tue Mar  4 2003 Masaki Suzuki <masaki@btree.org> 8.12.8-0vl1
694- update to 8.12.8
695
696* Fri Jan 10 2003 Masaki Suzuki <masaki@btree.org> 8.12.7-0vl2
697- add proto.m4.8.649.2.14 patch
698
699* Tue Dec 31 2002 Masaki Suzuki <masaki@btree.org> 8.12.7-0vl1
700- update to 8.12.7
701
702* Sun Dec  8 2002 Masaki Suzuki <masaki@btree.org> 8.12.6-0vl3
703- fix Summary(ja) and %description -l ja sections in spec file
704
705* Thu Dec  5 2002 Masaki Suzuki <masaki@btree.org> 8.12.6-0vl2
706- add proto.m4.8.649.2.13 patch for access restrictions imposed
707  via check_relay.
708
709* Wed Oct 23 2002 Masaki Suzuki <masaki@btree.org> 8.12.6-0vl1
710- 8.12.6
711- add smrsh-20020924.patch for smrsh bypass vulnerabilities
712- initial RPM for Vine Linux based on 8.12.5-7 of RHL
713
714* Thu Aug 29 2002 Florian La Roche <Florian.LaRoche@redhat.de>
715- clean up some specfile cruft
716- add more pseudo accounts to /etc/aliases
717
718* Thu Jul 25 2002 Phil Knirsch <pknirsch@redhat.com>
719- Only generate new cf files if the /usr/share/sendmail-cf/m4/cf.m4 exists.
720
721* Wed Jul 24 2002 Phil Knirsch <pknirsch@redhat.com>
722- Changed the behaviour in /etc/mail/Makefile to generate the sendmail.cf and
723  submit.cf from the mc files if they changed.
724- Added a small README.redhat that descibed the new mc file behaviour and the
725  split into sendmail.cf and submit.cf.
726
727* Wed Jul 24 2002 Florian La Roche <Florian.LaRoche@redhat.de>
728- suggestions form Stephane Lentz:
729        - add correct include statement into submit.mc (like sendmail.mc)
730        - add commented out further suggestions into submit.mc
731        - disable ident lookups
732
733* Thu Jul 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
734- fix initscript for the second daemon and pidfile location #67910
735
736* Mon Jul 01 2002 Florian La Roche <Florian.LaRoche@redhat.de>
737- update to 8.12.5
738
739* Thu Jun 27 2002 Florian La Roche <Florian.LaRoche@redhat.de>
740- add further queue runs, slight spec-file cleanups
741
742* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
743- automated rebuild
744
745* Tue Jun 11 2002 Florian La Roche <Florian.LaRoche@redhat.de>
746- update to 8.12.4, adjust smrsh patch
747
748* Thu May 23 2002 Tim Powers <timp@redhat.com>
749- automated rebuild
750
751* Sat Apr 13 2002 Florian La Roche <Florian.LaRoche@redhat.de>
752- update to 8.12.3
753
754* Tue Mar 26 2002 Tim Powers <timp@redhat.com>
755- rebuilt
756
757* Mon Mar 25 2002 Florian La Roche <Florian.LaRoche@redhat.de>
758- fix alternatives --remove  #61737
759- add sendmail/SECURITY as docu #61870, #61545
760
761* Wed Mar 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
762- add libsm.a    #61270
763- change from /etc/sendmail.cf to /etc/mail/sendmail.cf
764- add milter patch
765
766* Wed Mar 13 2002 Bill Nottingham <notting@redhat.com>
767- ignore DAEMON=no; that configuration no longer functions
768
769* Wed Mar 13 2002 Florian La Roche <Florian.LaRoche@redhat.de>
770- make sure more version information is in the cf file #54418
771- do not use "-b" flag when patching in spec file
772- require newer chkconfig version #61035
773- fix preun script #60880
774- add TMPF to access file creation #60956
775
776* Sat Mar 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>
777- mv include files to /usr/include/libmilter/ #60795
778- do not use "-f" option to virtusertable #60196
779- ad an example smarthost entry to config file #58298
780
781* Fri Mar  8 2002 Bill Nottingham <notting@redhat.com> 8.12.2-5
782- use alternatives --initscript support
783- run chkconfig --add before alternatives
784
785* Thu Feb 28 2002 Bill Nottingham <notting@redhat.com> 8.12.2-3
786- run alternatives --remove in %preun
787- add some prereqs
788
789* Mon Feb 25 2002 Nalin Dahyabhai <nalin@redhat.com> 8.12.2-2
790- fix smmsp useradd invocation in %%pre
791- switch back to db3 for storing db files
792
793* Wed Feb 20 2002 Nalin Dahyabhai <nalin@redhat.com> 8.12.2-1
794- update to 8.12.2 (adds STARTTLS support without need for sfio)
795- don't forcibly strip binaries; let the build root handle it
796- add creation of the smmsp account (51/51) in %%pre
797- enable hesiod map support
798- modify default config to use an MSP
799- comment out 'O AutoRebuildAliases' in %%post, otherwise sendmail will
800  fail to restart on upgrades
801
802* Wed Feb 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
803- add proper ifdefs around new alternative stuff to also be able
804  to build this for older releases
805
806* Fri Feb  1 2002 Bill Nottingham <notting@redhat.com> 8.11.6-12
807- %triggerpostun on older versions to make sure alternatives work on
808  upgrades
809
810* Thu Jan 31 2002 Bill Nottingham <notting@redhat.com> 8.11.6-11
811- clean up alternatives somewhat, provide /usr/sbin/sendmail & friends
812
813* Thu Jan 31 2002 Bernhard Rosenkraenzer <bero@redhat.com> 8.11.6-10
814- Use alternatives
815
816* Tue Jan 22 2002 Florian La Roche <Florian.LaRoche@redhat.de>
817- fix quotation in spec-file
818
819* Thu Jan 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
820- integrate ugly logic to compile this src.rpm also on older Red Hat
821  Linux releases
822- clean up spec file and patches a bit
823- add db4 support
824
825* Wed Jan 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>
826- fix another path to correct docu
827- include sendmail/README in the docu
828- compile with -D_FFR_WORKAROUND_BROKEN_NAMESERVERS, but do not
829  enable this at runtime
830- devel subpackage files owned by root now
831
832* Fri Dec 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
833- change "-q" to "-s" as option to make #57216
834- move milter lib into separate "devel" sub-package
835- add include files to devel sub-package #56064
836- fix pointer in access file to docu #54351
837
838* Mon Sep 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
839- add libmilter docu
840- add support for userdb to /etc/mail/Makefile
841- use "btree" database files if a userdb is used
842- buildrequires tcp_wrappers
843
844* Fri Aug 31 2001 Florian La Roche <Florian.LaRoche@redhat.de>
845- fix libmilter support
846- fix init script to use /etc/mail/Makefile #52932
847
848* Sat Aug 25 2001 Florian La Roche <Florian.LaRoche@redhat.de>
849- add libmilter library
850
851* Thu Aug 23 2001 Florian La Roche <Florian.LaRoche@redhat.de>
852- update to 8.11.6
853- correctly use /etc/mail/statistics
854
855* Thu Aug 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
856- change init script back to older conventions #51297
857- remove DoS patch, not needed anymore #51247
858
859* Mon Aug 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>
860- add option '-t' to procmail for local mail delivery
861
862* Tue Jul 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
863- point to the map files in sendmail.cf as pointed out by
864  David Beveridge <David@beveridge.com>
865
866* Mon Jul 23 2001 Florian La Roche <Florian.LaRoche@redhat.de>
867- add build requires #49695
868- do not call "userdel"
869
870* Tue Jul 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
871- change sendmail.cf to "noreplace"
872
873* Thu Jun 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
874- update to 8.11.4
875
876* Wed May 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
877- update to 8.11.3
878- add "localhost.localdomain" to the list of hostnames accepted
879  for local delivery "Cw" in /etc/mail/sendmail.mc
880- add patches from Pekka Savola <pekkas@netcore.fi>
881        - Enable IPv6 at compile time, patch for glibc 2.2 from PLD
882        - Add a commented-out IPv6 daemon .mc line to sendmail.mc
883        - buildrequire: openldap-devel, cyrus-sasl-devel
884
885* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
886- rebuild in new environment
887
888* Tue Feb 27 2001 Florian La Roche <Florian.LaRoche@redhat.de>
889- add noreplace for /etc/sysconfig/sendmail and /etc/mail/sendmail.mc
890
891* Wed Feb 21 2001 Florian La Roche <Florian.LaRoche@redhat.de>
892- add changes from Christopher McCrory <chrismcc@pricegrabber.com>:
893        - prepare /etc/mail/Makefile for more maps not shipped with this rpm
894        - changed sendmail.mc to include some more commented out options,
895          so that people are directly pointed at important options
896        - add /etc/pam.d/smtp for AUTH
897        - add FEATURE(use_ct_file) and /etc/mail/trusted-users
898
899* Fri Feb 16 2001 Tim Powers <timp@redhat.com>
900- don't obsolete postfix and exim, only conflict (for RHN purposes)
901
902* Thu Feb 15 2001 Trond Eivind Glomsr <teg@redhat.com>
903- obsolete and conflict with exim and postfix
904
905* Wed Feb 14 2001 Florian La Roche <Florian.LaRoche@redhat.de>
906- fix devision by zero bug in #20395
907- mv /usr/lib/sendmail-cf /usr/share/sendmail-cf
908
909* Wed Feb  7 2001 Trond Eivind Glomsr <teg@redhat.com>
910- i18n tweaks to initscript
911
912* Wed Feb 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
913- aliases.db should be owned by group root
914
915* Wed Jan 24 2001 Florian La Roche <Florian.LaRoche@redhat.de>
916- prepare for startup-script translation
917
918* Tue Jan 23 2001 Florian La Roche <Florian.LaRoche@redhat.de>
919- enable daemon mode again, but only listen to the loopback device
920  instead of all devices.
921- do not include check.tar with old anti-spam rules
922
923* Fri Jan 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
924- fix configuration of /etc/aliases
925
926* Mon Jan 08 2001 Florian La Roche <Florian.LaRoche@redhat.de>
927- fix interoperation problems with communigate pro
928- disable msa
929
930* Thu Jan 04 2001 Florian La Roche <Florian.LaRoche@redhat.de>
931- update to (security release) 8.11.2
932- build also on RHL 6.x #16061
933- include smrsh man-page #17901
934- use the "-f" flag for makemap to preserve case for virtusertable
935  and userdb in /etc/mail/Makefile - suggested by Harald Hoyer
936- fix /usr/doc -> usr/share/doc in docu #20611
937- wrong path in sendmail.mc #20691
938- tcp-wrapper support wasn't enabled correctly #21642
939- do not expose user "root" when masquerading like in older releases #21643
940- disable the VRFY and EXPN smtp commands #21801
941- disable queue-runs for normal users (restrictqrun privacy flag)
942- fix typo in sendmail.mc #21880, #22682
943- disable daemon mode to see what needs fixing
944
945* Mon Oct 02 2000 Florian La Roche <Florian.LaRoche@redhat.de>
946- update to 8.11.1
947
948* Fri Sep 08 2000 Nalin Dahyabhai <nalin@redhat.com>
949- rebuild in new environment
950
951* Tue Aug 22 2000 Nalin Dahyabhai <nalin@redhat.com>
952- apply fixes for LDAP maps being closed too soon
953
954* Mon Aug 14 2000 Nalin Dahyabhai <nalin@redhat.com>
955- provide /usr/lib/sasl/Sendmail.conf so that people know we can use it (#16064)
956
957* Mon Aug  7 2000 Florian La Roche <Florian.LaRoche@redhat.de>
958- enable listening on the smtp port again
959
960* Fri Aug  4 2000 Nalin Dahyabhai <nalin@redhat.com>
961- fix "missing find_m4.sh" problem by defining M4=/usr/bin/m4 (#14767)
962
963* Mon Jul 31 2000 Nalin Dahyabhai <nalin@redhat.com>
964- okay, enable LDAP support again
965- enable SMTP auth support via Cyrus SASL
966
967* Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
968- disable the LDAP support until we can remove the sendmail->OpenLDAP->perl dep
969- fix prereq
970
971* Tue Jul 25 2000 Florian La Roche <Florian.LaRoche@redhat.com>
972- update to sendmail 8.11.0
973- add LDAP support
974
975* Thu Jul 20 2000 Bill Nottingham <notting@redhat.com>
976- move initscript back
977
978* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
979- automatic rebuild
980
981* Sun Jul  9 2000 Florian La Roche <Florian.LaRoche@redhat.com>
982- require procmail
983- add further aliases
984
985* Sat Jul  8 2000 Florian La Roche <Florian.LaRoche@redhat.com>
986- prereq init.d
987- fix typo
988
989* Tue Jul  4 2000 Florian La Roche <Florian.LaRoche@redhat.com>
990- ignore error from useradd
991
992* Fri Jun 30 2000 Than Ngo <than@redhat.de>
993- FHS fixes
994- /etc/rc.d/init.d -> /etc/init.d
995- fix initscript
996
997* Fri Jun 23 2000 Florian La Roche <Florian.LaRoche@redhat.com>
998- change to /usr/share/man
999
1000* Wed Jun 21 2000 Preston Brown <pbrown@redhat.com>
1001- turn off daemon behaviour by default
1002
1003* Sun Jun 18 2000 Bill Nottingham <notting@redhat.com>
1004- rebuild, fix dependencies
1005
1006* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
1007- prereq /usr/sbin/useradd
1008
1009* Fri May 19 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1010- enable MAP_REGEX
1011- enable tcp_wrapper support
1012
1013* Thu May 18 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1014- fix etc/mail/aliases -> /etc/aliases in sendmail-redhat.mc
1015
1016* Wed May  3 2000 Bill Nottingham <notting@redhat.com>
1017- update to 8.10.1
1018- fix build without sendmail installed
1019- add 'mailnull' user
1020
1021* Wed Mar 15 2000 Bill Nottingham <notting@redhat.com>
1022- update to 8.10.0
1023- remove compatiblity chkconfig links
1024- add a mailnull user for sendmail to use
1025
1026* Thu Feb 17 2000 Cristian Gafton <gafton@redhat.com>
1027- break the hard link for makemap and create it as a symlnk (#8223)
1028
1029* Thu Feb 17 2000 Bernhard Rosenkr舅zer <bero@redhat.com>
1030- Fix location of mailertable (Bug #6035)
1031
1032* Sat Feb  5 2000 Bill Nottingham <notting@redhat.com>
1033- fixes for non-root builds (#8178)
1034
1035* Wed Feb  2 2000 Florian La Roche <Florian.LaRoche@redhat.com>
1036- change perms on /etc/sysconfig/sendmail from 0755 to 0644
1037- allow compressed man-pages
1038
1039* Thu Dec 02 1999 Cristian Gafton <gafton@redhat.com>
1040- add patch to prevent the DoS when rebuilding aliases
1041
1042* Wed Sep  1 1999 Jeff Johnson <jbj@redhat.com>
1043- install man pages, not groff output (#3746).
1044- use dnl not '#' in m4 comment (#3749).
1045- add FEATURE(mailtertable) to the config -- example file needs this (#4649).
1046- use db2 not db1.
1047
1048* Tue Aug 31 1999 Jeff Johnson <jbj@redhat.com>
1049- add 127.0.0.1 to /etc/mail/access to avoid IDENT: relay problem (#3178).
1050
1051* Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
1052- chkconfig --del in preun, not postun (#3982)
1053
1054* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
1055- initscript munging
1056
1057* Fri Jul 02 1999 Cristian Gafton <gafton@redhat.com>
1058- fixed typo bug in comment in the default .mc file (#2812)
1059
1060* Mon Apr 19 1999 Cristian Gafton <gafton@redhat.com>
1061- fox the awk scripts in the postinstall
1062- enable FEATURE(accept_unresolvable_domains) by default to make laptop
1063  users happy.
1064
1065* Sun Apr 18 1999 Cristian Gafton <gafton@redhat.com>
1066- make the redhat.mc be a separate source files. Sanitize patches that used
1067  to touch it.
1068- install redhat.mc as /etc/sendmail.mc so that people can easily modify
1069  their sendmail.cf configurations.
1070
1071* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
1072- fixed virtusertable patch
1073- make smrsh look into /etc/smrsh
1074
1075* Mon Mar 29 1999 Jeff Johnson <jbj@redhat.com>
1076- remove noreplace attr from sednmail.cf.
1077
1078* Thu Mar 25 1999 Cristian Gafton <gafton@redhat.com>
1079- provide a more sane /etc/mail/access default config file
1080- use makemap to initializa the empty databases, not touch
1081- added a small, but helpful /etc/mail/Makefile
1082
1083* Mon Mar 22 1999 Jeff Johnson <jbj@redhat.com>
1084- correxct dangling symlinks.
1085- check for map file existence in %post.
1086
1087* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
1088- auto rebuild in the new build environment (release 3)
1089
1090* Fri Mar 19 1999 Jeff Johnson <jbj@redhat.com>
1091- improved 8.9.3 config from Mike McHenry <mmchen@minn.net>
1092
1093* Tue Mar 16 1999 Cristian Gafton <gafton@redhat.com>
1094- version 8.9.3
1095
1096* Tue Dec 29 1998 Cristian Gafton <gafton@redhat.com>
1097- build for 6.0
1098- use the libdb1 stuff correctly
1099
1100* Mon Sep 21 1998 Michael K. Johnson <johnsonm@redhat.com>
1101- Allow empty QUEUE in /etc/sysconfig/sendmail for those who
1102  want to run sendmail in daemon mode without processing the
1103  queue regularly.
1104
1105* Thu Sep 17 1998 Michael K. Johnson <johnsonm@redhat.com>
1106- /etc/sysconfig/sendmail
1107
1108* Fri Aug 28 1998 Jeff Johnson <jbj@redhat.com>
1109- recompile statically linked binary for 5.2/sparc
1110
1111* Tue May 05 1998 Prospector System <bugs@redhat.com>
1112- translations modified for de, fr, tr
1113
1114* Sat May 02 1998 Cristian Gafton <gafton@redhat.com>
1115- enhanced initscripts
1116
1117* Fri May 01 1998 Cristian Gafton <gafton@redhat.com>
1118- added a rmail patch
1119
1120* Wed Oct 29 1997 Donnie Barnes <djb@redhat.com>
1121- argh!  Fixed some of the db1 handling that had to be added for glibc 2.1
1122
1123* Fri Oct 24 1997 Donnie Barnes <djb@redhat.com>
1124- added support for db1 on SPARC
1125
1126* Thu Oct 16 1997 Donnie Barnes <djb@redhat.com>
1127- added chkconfig support
1128- various spec file cleanups
1129- changed group to Networking/Daemons (from Daemons).  Sure, it runs on
1130  non networked systems, but who really *needs* it then?
1131
1132* Wed Oct 08 1997 Donnie Barnes <djb@redhat.com>
1133- made /etc/mail/deny.db a ghost
1134- removed preun that used to remove deny.db (ghost handles that now)
1135- NOTE: upgrading from the sendmail packages in 4.8, 4.8.1, and possibly
1136  4.9 (all Red Hat betas between 4.2 and 5.0) could cause problems.  You
1137  may need to do a makemap in /etc/mail and a newaliases after upgrading
1138  from those packages.  Upgrading from 4.2 or prior should be fine.
1139
1140* Mon Oct 06 1997 Erik Troan <ewt@redhat.com>
1141- made aliases.db a ghost
1142
1143* Tue Sep 23 1997 Donnie Barnes <djb@redhat.com>
1144- fixed preuninstall script to handle aliases.db on upgrades properly
1145
1146* Mon Sep 15 1997 Donnie Barnes <djb@redhat.com>
1147- fixed post-install output and changed /var/spool/mqueue to 755
1148
1149* Thu Sep 11 1997 Donnie Barnes <djb@redhat.com>
1150- fixed /usr/lib/sendmail-cf paths
1151
1152* Tue Sep 09 1997 Donnie Barnes <djb@redhat.com>
1153- updated to 8.8.7
1154- added some spam filtration
1155- combined some makefile patches
1156- added BuildRoot support
1157
1158* Wed Sep 03 1997 Erik Troan <ewt@redhat.com>
1159- marked initscript symlinks as missingok
1160- run newalises after creating /var/spool/mqueue
1161
1162* Thu Jun 12 1997 Erik Troan <ewt@redhat.com>
1163- built against glibc, udated release to -6 (skipped -5!)
1164
1165* Tue Apr 01 1997 Erik Troan <ewt@redhat.com>
1166- Added -nsl on the Alpha (for glibc to provide NIS functions).
1167
1168* Mon Mar 03 1997 Erik Troan <ewt@redhat.com>
1169- Added nis support.
Note: See TracBrowser for help on using the repository browser.