sendmail-vl.spec 34 KB

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