sendmail-vl.spec 35 KB

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