sendmail-vl.spec 36 KB

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