postfix-vl.spec 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979
  1. #%define build_mysql %{?_with_mysql:1}%{!?_with_mysql:0}
  2. #%define build_pgsql %{?_with_pgsql:1}%{!?_with_pgsql:0}
  3. %define build_mysql 1
  4. %define build_pgsql 1
  5. %define _sysconfdir /etc
  6. %define _data_dir %{_var}/lib/postfix
  7. %define origversion 2.8.2
  8. # japanese documant for 2.5.x is not ready.
  9. # %define jconfversion 2.2.0
  10. # %define jmanversion 2.2.9
  11. # %define jhtmlversion 2.2.9
  12. # %define jreadmeversion 2.2.9
  13. Summary: Postfix Mail Transport Agent
  14. Summary(ja): Postfix メールトランスポートエージェント
  15. Name: postfix
  16. Version: %{origversion}
  17. Release: 1%{?_dist_release}
  18. URL: http://www.postfix.org/
  19. License: Distributable - IBM PUBLIC LICENSE VERSION 1.0 - SECURE MAILER
  20. Group: System Environment/Daemons
  21. Source0: ftp://postfix.cloud9.net/official/%{name}-%{version}.tar.gz
  22. Source1: postfix.aliases
  23. Source2: postfix.cron
  24. Source3: postfix.init
  25. # japanese documents for 2.5.x is not ready.
  26. # Source10: http://www.kobitosan.net/postfix/archives/postfix_jconf-%{jconfversion}.tar.gz
  27. # Source20: http://www.kobitosan.net/postfix/archives/postfix_jman-%{jmanversion}.tar.gz
  28. # Source30: http://www.kobitosan.net/postfix/archives/postfix_jhtml-%{jhtmlversion}.tar.gz
  29. # Source40: http://www.kobitosan.net/postfix/archives/postfix_jreadme-%{jreadmeversion}.tar.gz
  30. Patch0: postfix-2.1.5-vine.patch
  31. Patch1: postfix-2.2.10-main.cf-lib64.patch
  32. # patches 100-199 are imported from debian package.
  33. # patches 100/101 for postfix 2.8.x are from suse.
  34. Patch100: postfix-2.8.2-dynamicmaps.patch
  35. Patch101: postfix-2.8.2-dynamicmaps-pie.patch
  36. # patches 200-299 are imported from rh/fedora
  37. Patch200: postfix-2.5.7-large-fs.patch
  38. Patch210: postfix-2.5.5-open_define-vine.patch
  39. Provides: smtpdaemon
  40. Conflicts: sendmail
  41. Requires(pre): chkconfig
  42. BuildRequires: db4-devel >= 4.6.21, pam-devel, gdbm-devel
  43. BuildRequires: cyrus-sasl-devel >= 2
  44. BuildRequires: openldap-devel, openssl-devel
  45. BuildRequires: pcre-devel
  46. %if %build_mysql
  47. BuildRequires: MySQL-devel
  48. %endif
  49. %if %build_pgsql
  50. BuildRequires: postgresql-devel
  51. %endif
  52. Requires: cyrus-sasl >= 2, cyrus-sasl-md5, cyrus-sasl-plain
  53. Requires: gdbm, pam, openssl
  54. Requires(pre): db4 >= 4.6.21
  55. Obsoletes: postfix-beta
  56. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  57. Vendor: Project Vine
  58. Distribution: Vine Linux
  59. Packager: daisuke
  60. %description
  61. Postfix aims to be an alternative to the widely-used sendmail
  62. program. Sendmail is responsible for 70 percent of all e-mail delivered
  63. on the Internet. With an estimated 100 million users, that's an
  64. estimated 10 billion (10^10) messages daily. A stunning number.
  65. Although IBM supported the Postfix development, it abstains from
  66. control over its evolution. The goal is to have Postfix installed
  67. on as many systems as possible. To this end, the software is given
  68. away with no strings attached to it, so that it can evolve with
  69. input from and under control by its users.
  70. #'
  71. %description -l ja
  72. Postfix は現在広く使われている sendmail を置き換える目的で
  73. 開発されています。sendmail は約 70% の E-mail サーバで使用
  74. されています。また、その使用者は 100万人にもおよび、およそ
  75. 一日 1 千万通ものメールを処理しています。
  76. Postfix の開発は IBM によってサポートされており、全世界の
  77. 全てのシステムを postfix にすることを目標としています。
  78. %if %build_pgsql
  79. %package pgsql
  80. Summary: PGSQL map support for Postfix
  81. Group: System Environment/Daemons
  82. Requires(pre): postfix = %{version}-%{release}
  83. Requires: postgresql-libs, postgresql
  84. %description pgsql
  85. This package contains shared lib module which support
  86. PostgreSQL map on Postfix.
  87. %description -l ja pgsql
  88. このパッケージには、Postfix で PostgreSQL を使うのに必要な
  89. ライブラリが納められています。
  90. %endif
  91. %if %build_mysql
  92. %package mysql
  93. Summary: MySQL map support for Postfix
  94. Group: System Environment/Daemons
  95. Requires(pre): postfix = %{version}-%{release}
  96. %description mysql
  97. This package contains shared lib module which support
  98. MySQL map on Postfix.
  99. %description -l ja mysql
  100. このパッケージには、Postfix で MySQL を使うのに必要な
  101. ライブラリが納められています。
  102. %endif
  103. %package ldap
  104. Summary: LDAP map support for Postfix
  105. Group: System Environment/Daemons
  106. Requires(pre): postfix = %{version}-%{release}
  107. Requires: openldap
  108. %description ldap
  109. This package contains shared lib module which support
  110. OpenLDAP map on Postfix.
  111. %description -l ja ldap
  112. このパッケージには、Postfix で OpenLDAP を使うのに必要な
  113. ライブラリが納められています。
  114. %package pcre
  115. Summary: PCRE map support for Postfix
  116. Group: System Environment/Daemons
  117. Requires(pre): postfix = %{version}-%{release}
  118. Requires: pcre
  119. %description pcre
  120. This package contains shared lib module which support
  121. PCRE map on Postfix.
  122. %description -l ja pcre
  123. このパッケージには、Postfix で PCRE マップを使うのに必要な
  124. ライブラリが納められています。
  125. %prep
  126. # japanese documant for 2.4.x is not ready.
  127. # %setup -q -a 10 -a 20 -a 30 -a 40
  128. %setup -q
  129. %patch0 -p1 -b .vine
  130. %ifarch x86_64
  131. %patch1 -p1 -b .lib64
  132. %endif
  133. %patch100 -p1 -b .dynamicmaps
  134. %patch101 -p0 -b .dynamicmaps-pie
  135. perl -pi -e 's,/usr/lib/,/usr/lib64/,' conf/postfix-files
  136. perl -pi -e 's,-lmysqlclient,-lmysqlclient -L%{_libdir}/mysql,' src/global/Makefile.in
  137. %patch200 -p1 -b .large-fs
  138. %patch210 -p1 -b .open_define
  139. # patching src/global/Makefile to remove dependency
  140. pushd src/global
  141. %if %build_mysql
  142. :
  143. %else
  144. sed -ie "s/ dict_mysql.so/ /" Makefile.in
  145. %endif
  146. %if %build_pgsql
  147. :
  148. %else
  149. sed -ie "s/ dict_pgsql.so/ /" Makefile.in
  150. %endif
  151. popd
  152. %build
  153. export PIE="-pie"
  154. make makefiles \
  155. CCARGS="-DMAX_DYNAMIC_MAPS \
  156. -DUSE_SASL_AUTH -I/usr/include/sasl \
  157. -DUSE_CYRUS_SASL \
  158. -DHAS_LDAP \
  159. -DHAS_SSL -I/usr/include/openssl \
  160. -DHAS_PCRE -I/usr/include/pcre \
  161. %if %build_mysql
  162. -DHAS_MYSQL -I/usr/include/mysql \
  163. %endif
  164. %if %build_pgsql
  165. -DHAS_PGSQL -I/usr/include/pgsql \
  166. %endif
  167. -DUSE_TLS" \
  168. AUXLIBS="-lsasl2 -lssl -lcrypto" \
  169. OPT="$RPM_OPT_FLAGS" DEBUG=""
  170. for libs in master global util dns tls milter
  171. do
  172. ln -sf lib${libs}.a lib/libpostfix-${libs}.so.1
  173. done
  174. # make %{?_smp_mflags} DEBUG="" OPT="$RPM_OPT_FLAGS" \
  175. # LD_LIBRARY_PATH=$(pwd)/lib:${LD_LIBRARY_PATH}
  176. # using _smp_mflags makes build error. why? (2008.10.11)
  177. make DEBUG="" OPT="$RPM_OPT_FLAGS" \
  178. LD_LIBRARY_PATH=$(pwd)/lib:${LD_LIBRARY_PATH} CDBSO=""
  179. %install
  180. rm -rf $RPM_BUILD_ROOT
  181. rm -f html/Makefile.in
  182. rm -f README_FILES/*.*
  183. install -d $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily
  184. install -d $RPM_BUILD_ROOT%{_sysconfdir}/postfix
  185. install -d $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
  186. install -d $RPM_BUILD_ROOT%{_bindir}
  187. install -d $RPM_BUILD_ROOT%{_libdir}/postfix
  188. install -d $RPM_BUILD_ROOT%{_mandir}/man{1,5,8}
  189. install -d $RPM_BUILD_ROOT%{_mandir}/ja/man{1,5,8}
  190. install -d $RPM_BUILD_ROOT%{_sbindir}
  191. install -d $RPM_BUILD_ROOT%{_var}/spool/postfix
  192. install -d $RPM_BUILD_ROOT%{_var}/spool/postfix/{active,corrupt,deferred,incoming,pid,public}
  193. install -d $RPM_BUILD_ROOT%{_var}/spool/postfix/{bounce,defer,flush,maildrop,private,saved}
  194. install -m755 bin/* $RPM_BUILD_ROOT%{_sbindir}
  195. install -m755 libexec/* $RPM_BUILD_ROOT%{_libdir}/postfix
  196. install -m755 lib/dict_* $RPM_BUILD_ROOT%{_libdir}/postfix
  197. install -m755 lib/lib*.so.1 $RPM_BUILD_ROOT%{_libdir}
  198. touch conf/dynamicmaps.cf
  199. for i in main.cf master.cf access aliases canonical header_checks \
  200. main.cf.default post-install postfix-files postfix-script \
  201. relocated transport virtual dynamicmaps.cf
  202. do
  203. install -m644 conf/$i $RPM_BUILD_ROOT%{_sysconfdir}/postfix
  204. done
  205. for i in post-install postfix-script
  206. do
  207. install -m755 conf/$i $RPM_BUILD_ROOT%{_sysconfdir}/postfix
  208. done
  209. install -m644 man/man1/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
  210. install -m644 man/man5/*.5 $RPM_BUILD_ROOT%{_mandir}/man5
  211. install -m644 man/man8/*.8 $RPM_BUILD_ROOT%{_mandir}/man8
  212. # japanese documant for 2.4.x is not ready.
  213. # install jman
  214. # for i in 1 5 8
  215. # do
  216. # install -m644 man-%{jmanversion}/ja/man$i/*.$i $RPM_BUILD_ROOT%{_mandir}/ja/man$i
  217. # done
  218. # jconf, jhtml, jreadme
  219. # cp -a conf-%{jconfversion} sample.ja
  220. # cp -a jhtml-%{jhtmlversion} html.ja
  221. # cp -a readme-%{jreadmeversion} README_FILES.ja
  222. install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/postfix/aliases
  223. install -m755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/postfix
  224. install -m755 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/postfix
  225. ln -sf postfix/aliases $RPM_BUILD_ROOT%{_sysconfdir}/aliases
  226. ln -sf postfix/aliases.db $RPM_BUILD_ROOT%{_sysconfdir}/aliases.db
  227. ( cd $RPM_BUILD_ROOT%{_bindir}
  228. ln -sf ../sbin/sendmail mailq
  229. ln -sf ../sbin/sendmail newaliases
  230. )
  231. ( cd $RPM_BUILD_ROOT%{_libdir}
  232. ln -sf ../sbin/sendmail sendmail
  233. )
  234. for I in etc/postfix/{aliases,access,canonical,header_check,relocated,transport,virtual}
  235. do
  236. touch $RPM_BUILD_ROOT/$I{,.db}
  237. done
  238. # data dir
  239. install -d $RPM_BUILD_ROOT%{_data_dir}
  240. %pre
  241. if [ `grep postfix %{_sysconfdir}/passwd | wc -l` = 0 ]; then
  242. %{_sbindir}/useradd -M -r -d %{_var}/spool/postfix -s "" \
  243. -c "postfix" postfix || :
  244. fi
  245. if [ `grep postfix %{_sysconfdir}/group | wc -l` = 0 ]; then
  246. %{_sbindir}/groupadd -r postfix
  247. fi
  248. if [ `grep postdrop %{_sysconfdir}/group | wc -l` = 0 ]; then
  249. %{_sbindir}/groupadd -r postdrop
  250. fi
  251. #if [ -f %{_var}/lock/subsys/postfix ]; then
  252. # %{_sysconfdir}/rc.d/init.d/postfix stop
  253. #fi
  254. %post
  255. /sbin/ldconfig
  256. if ! grep -q "^tcp[[:space:]]" /etc/postfix/dynamicmaps.cf; then
  257. echo "Adding tcp map entry to /etc/postfix/dynamicmaps.cf"
  258. echo "tcp %{_libdir}/postfix/dict_tcp.so dict_tcp_open" >> /etc/postfix/dynamicmaps.cf
  259. fi
  260. /sbin/chkconfig --add postfix
  261. if [ ! -f %{_sysconfdir}/postfix/aliases.db ]; then
  262. touch %{_sysconfdir}/postfix/aliases.db
  263. fi
  264. %{_sbindir}/postalias %{_sysconfdir}/postfix/aliases ||:
  265. if [ ! -e %{_libdir}/sendmail ]; then
  266. ln -sf %{_sbindir}/sendmail %{_libdir}/sendmail
  267. fi
  268. /sbin/chkconfig --del sendmail &> /dev/null ||:
  269. %{_sbindir}/postfix check >/dev/null 2>&1 ||:
  270. if [ -f %{_var}/lock/subsys/postfix ]; then
  271. %{_sysconfdir}/rc.d/init.d/postfix restart
  272. fi
  273. %preun
  274. if [ $1 = 0 ]; then
  275. if [ -f %{_var}/lock/subsys/postfix -a -f %{_sysconfdir}/rc.d/init.d/postfix ]; then
  276. %{_sysconfdir}/rc.d/init.d/postfix stop
  277. fi
  278. /sbin/chkconfig --del postfix
  279. fi
  280. %postun
  281. /sbin/ldconfig
  282. if [ $1 = 0 ]; then
  283. if [ `grep postfix %{_sysconfdir}/passwd | wc -l` = 1 ]; then
  284. %{_sbindir}/userdel postfix
  285. fi
  286. if [ `grep postfix %{_sysconfdir}/group | wc -l` = 1 ]; then
  287. %{_sbindir}/groupdel postfix
  288. fi
  289. if [ `grep postdrop %{_sysconfdir}/group | wc -l` = 1 ]; then
  290. %{_sbindir}/groupdel postdrop
  291. fi
  292. if ! [ -f %{_var}/lock/subsys/postfix ]; then
  293. rm -rf %{_var}/lock/subsys/postfix
  294. fi
  295. fi
  296. %if %build_pgsql
  297. %post pgsql
  298. if ! grep -q "^pgsql[[:space:]]" /etc/postfix/dynamicmaps.cf; then
  299. echo "Adding pgsql map entry to /etc/postfix/dynamicmaps.cf"
  300. echo "pgsql %{_libdir}/postfix/dict_pgsql.so dict_pgsql_open" >> /etc/postfix/dynamicmaps.cf
  301. fi
  302. %preun pgsql
  303. if [ $1 = 0 ]; then
  304. if grep -q "^pgsql[[:space:]]" /etc/postfix/dynamicmaps.cf; then
  305. cp -f /etc/postfix/dynamicmaps.cf /etc/postfix/dynamicmaps.cf.rpmsave
  306. grep -v "^pgsql[[:space:]]" /etc/postfix/dynamicmaps.cf.rpmsave > /etc/postfix/dynamicmaps.cf
  307. fi
  308. fi
  309. %endif
  310. %if %build_mysql
  311. %post mysql
  312. if ! grep -q "^mysql[[:space:]]" /etc/postfix/dynamicmaps.cf; then
  313. echo "Adding mysql map entry to /etc/postfix/dynamicmaps.cf"
  314. echo "mysql %{_libdir}/postfix/dict_mysql.so dict_mysql_open" >> /etc/postfix/dynamicmaps.cf
  315. fi
  316. %preun mysql
  317. if [ $1 = 0 ]; then
  318. if grep -q "^mysql[[:space:]]" /etc/postfix/dynamicmaps.cf; then
  319. cp -f /etc/postfix/dynamicmaps.cf /etc/postfix/dynamicmaps.cf.rpmsave
  320. grep -v "^mysql[[:space:]]" /etc/postfix/dynamicmaps.cf.rpmsave > /etc/postfix/dynamicmaps.cf
  321. fi
  322. fi
  323. %endif
  324. %post ldap
  325. if ! grep -q "^ldap[[:space:]]" /etc/postfix/dynamicmaps.cf; then
  326. echo "Adding ldap map entry to /etc/postfix/dynamicmaps.cf"
  327. echo "ldap %{_libdir}/postfix/dict_ldap.so dict_ldap_open" >> /etc/postfix/dynamicmaps.cf
  328. fi
  329. %preun ldap
  330. if [ $1 = 0 ]; then
  331. if grep -q "^ldap[[:space:]]" /etc/postfix/dynamicmaps.cf; then
  332. cp -f /etc/postfix/dynamicmaps.cf /etc/postfix/dynamicmaps.cf.rpmsave
  333. grep -v "^ldap[[:space:]]" /etc/postfix/dynamicmaps.cf.rpmsave > /etc/postfix/dynamicmaps.cf
  334. fi
  335. fi
  336. %post pcre
  337. if ! grep -q "^pcre[[:space:]]" /etc/postfix/dynamicmaps.cf; then
  338. echo "Adding pcre map entry to /etc/postfix/dynamicmaps.cf"
  339. echo "pcre %{_libdir}/postfix/dict_pcre.so dict_pcre_open" >> /etc/postfix/dynamicmaps.cf
  340. fi
  341. %preun pcre
  342. if [ $1 = 0 ]; then
  343. if grep -q "^pcre[[:space:]]" /etc/postfix/dynamicmaps.cf; then
  344. cp -f /etc/postfix/dynamicmaps.cf /etc/postfix/dynamicmaps.cf.rpmsave
  345. grep -v "^pcre[[:space:]]" /etc/postfix/dynamicmaps.cf.rpmsave > /etc/postfix/dynamicmaps.cf
  346. fi
  347. fi
  348. %clean
  349. rm -rf $RPM_BUILD_ROOT
  350. %files
  351. %defattr(-,root,root)
  352. %doc COMPATIBILITY COPYRIGHT HISTORY LICENSE INSTALL PORTING RELEASE_NOTES
  353. # japanese documant for 2.4.x is not ready.
  354. # %doc conf.ja
  355. # %doc html html.ja
  356. # %doc README_FILES README_FILES.ja
  357. %doc README_FILES
  358. # %doc man-%{jmanversion}/readme_ja.txt
  359. %{_sysconfdir}/aliases
  360. %{_sysconfdir}/aliases.db
  361. %config %{_sysconfdir}/cron.daily/postfix
  362. %dir %{_sysconfdir}/postfix
  363. %config %{_sysconfdir}/postfix/main.cf.default
  364. %config %{_sysconfdir}/postfix/master.cf
  365. %config(noreplace) %{_sysconfdir}/postfix/aliases
  366. %config(noreplace) %{_sysconfdir}/postfix/access
  367. %config(noreplace) %{_sysconfdir}/postfix/canonical
  368. %config(noreplace) %{_sysconfdir}/postfix/header_check
  369. %config(noreplace) %{_sysconfdir}/postfix/header_checks
  370. %config(noreplace) %{_sysconfdir}/postfix/main.cf
  371. %config(noreplace) %{_sysconfdir}/postfix/relocated
  372. %config(noreplace) %{_sysconfdir}/postfix/transport
  373. %config(noreplace) %{_sysconfdir}/postfix/virtual
  374. %config(noreplace) %{_sysconfdir}/postfix/dynamicmaps.cf
  375. %config %{_sysconfdir}/postfix/postfix-files
  376. %config %{_sysconfdir}/postfix/post-install
  377. %config %{_sysconfdir}/postfix/postfix-script
  378. %config %{_sysconfdir}/rc.d/init.d/postfix
  379. %{_bindir}/*
  380. %dir %{_libdir}/postfix
  381. %{_libdir}/postfix/*
  382. %if %{build_pgsql}
  383. %exclude %{_libdir}/postfix/dict_pgsql.so
  384. %endif
  385. %if %{build_mysql}
  386. %exclude %{_libdir}/postfix/dict_mysql.so
  387. %endif
  388. %exclude %{_libdir}/postfix/dict_ldap.so
  389. %exclude %{_libdir}/postfix/dict_pcre.so
  390. %{_libdir}/lib*.so.1
  391. %{_sbindir}/postalias
  392. %{_sbindir}/postcat
  393. %{_sbindir}/postconf
  394. %attr(2755,root,postdrop) %{_sbindir}/postdrop
  395. %{_sbindir}/postfix
  396. %{_sbindir}/postkick
  397. %{_sbindir}/postlock
  398. %{_sbindir}/postlog
  399. %{_sbindir}/postmap
  400. %{_sbindir}/postmulti
  401. %attr(2755,root,postdrop) %{_sbindir}/postqueue
  402. %{_sbindir}/postsuper
  403. %{_sbindir}/qmqp-sink
  404. %{_sbindir}/qmqp-source
  405. %{_sbindir}/sendmail
  406. %{_sbindir}/smtp-sink
  407. %{_sbindir}/smtp-source
  408. %attr(-,root,man) %{_mandir}/man*/*
  409. # %attr(-,root,man) %{_mandir}/ja/man*/*
  410. %dir %{_var}/spool/postfix
  411. %attr(0750,postfix,root) %dir %{_data_dir}
  412. %attr(1733,postfix,postdrop) %dir %{_var}/spool/postfix/maildrop
  413. %attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/active
  414. %attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/corrupt
  415. %attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/deferred
  416. %attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/incoming
  417. %attr(0755,root,root) %dir %{_var}/spool/postfix/pid
  418. %attr(0710,postfix,postdrop) %dir %{_var}/spool/postfix/public
  419. %attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/bounce
  420. %attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/defer
  421. %attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/flush
  422. %attr(0710,postfix,postfix) %dir %{_var}/spool/postfix/private
  423. %attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/saved
  424. %{_libdir}/sendmail
  425. %if %build_pgsql
  426. %files pgsql
  427. %defattr(-,root,root)
  428. %{_libdir}/postfix/dict_pgsql.so
  429. %endif
  430. %if %build_mysql
  431. %files mysql
  432. %defattr(-,root,root)
  433. %{_libdir}/postfix/dict_mysql.so
  434. %endif
  435. %files ldap
  436. %defattr(-,root,root)
  437. %{_libdir}/postfix/dict_ldap.so
  438. %files pcre
  439. %defattr(-,root,root)
  440. %{_libdir}/postfix/dict_pcre.so
  441. %changelog
  442. * Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.2-1
  443. - update to 2.8.2
  444. - add dynamicmaps patch
  445. * Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 2.6.8-5
  446. - rebuilt with postgresql-9.0.3
  447. * Sun Jan 9 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.8-4
  448. - rebuilt with openssl 1.0.0c
  449. - fix changelog typo..
  450. * Wed Dec 01 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.8-3
  451. - new upstream release.
  452. - updated %%patch100 and %%patch210.
  453. * Sat Feb 20 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.5-2
  454. - removed MySQL-shared from "Requires:" and "BuildRequires:".
  455. - replaced "Prereq:" with "Requires(pre):".
  456. - replaced "BuildPrereq:" with "BuildRequires:".
  457. * Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.5-1
  458. - new upstream release
  459. - rebuild with db4-4.8.0
  460. * Sun Aug 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.3-2
  461. - change /var/spool/postfix/pid owner and permission
  462. (0700,postfix,postfix -> 0755,root,root)
  463. * Mon Aug 3 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.3-1
  464. - new upstream release
  465. * Sat Jun 6 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.2-1
  466. - new upstream release.
  467. * Sat May 30 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.1-2
  468. - added a missing file.
  469. * Sat May 30 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.1-1
  470. - new upstream release.
  471. - updated dynamicmaps patch.
  472. * Fri May 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5.7-2
  473. - made to build -mysql and -pgsql as default.
  474. - rebuilt with MySQL-5.1.34.
  475. * Wed May 13 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.7-1
  476. - new upstream release
  477. - update Patch200 from fc10
  478. * Sun Mar 01 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.5.6-2
  479. - rebuilt with openldap-2.4.11
  480. * Mon Jan 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.6-1
  481. - new upstream release
  482. * Sun Oct 12 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.5-4
  483. - add patch200/patch210 from fedora
  484. * Sun Oct 12 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.5-3
  485. - add Requires cyrus-sasl-md5, cyrus-sasl-plain for smtp auth
  486. - add Japanese description into sub packages
  487. * Sat Oct 11 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.5-2
  488. - update patch100/101 to fix libxsasl build issue
  489. - remove smp flag in build section to solve build error
  490. - add _data_dir
  491. * Fri Oct 10 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.5-1
  492. - new upstream release
  493. - update patch100/101 to fit 2.5.5 (from suse)
  494. - add %exclude dict_{my,pg}sql.so to %%files to avoid unneeded dependancy
  495. when option "--with XXsql" is specified. (from Vine 4.x update package)
  496. - remove HAS_DLOPEN macro.
  497. * Sat Sep 06 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.9-1
  498. - new upstream release with security fix
  499. * Sat Aug 30 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.8-2
  500. - add %%if %%build_mysql and %%if %%mysql from BuildRequires section again
  501. - remove unnessary dependency
  502. * Thu Aug 28 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.8-1
  503. - new upstream release with security fix
  504. * Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.7-4
  505. - spec in UTF-8
  506. * Fri Jun 20 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.4.7-3
  507. - rebuilt against db4-4.6.21
  508. * Tue Apr 15 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.4.7-2
  509. - add HAS_DLOPEN macro.
  510. - add USE_CYRUS_SASL macro.
  511. - modify dynamicmaps.cf (/usr/lib -> %%{_libdir}).
  512. * Thu Mar 25 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.7-1
  513. - new upstream release
  514. - update patch100 (it is based from mdk 2008.0)
  515. - add smp_mflags in make section
  516. - build under new versioning policy
  517. * Thu Sep 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.10-0vl10
  518. - rebuilt with postgresql-devel 8.2.5
  519. - updated Source20, 30 and 40
  520. * Fri May 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl9
  521. - rebuild with new openssl
  522. * Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.10-0vl8
  523. - rebuilt with new toolchain and db4-4.3.x
  524. * Fri Apr 13 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 2.2.10-0vl7
  525. - <BTS:493> fix typo in %%if statement for %%files mysql section.
  526. - remove %%if %%build_mysql and %%if %%mysql from BuildRequires section,
  527. (Patch100 always builds dict_mysql.o and dict_pgsql.o)
  528. * Fri Oct 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl6
  529. - disable MySQL, PostgreSQL support by default.
  530. use "--with {mysql|pgsql}" to build them.
  531. * Mon Sep 18 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.2.10-0vl5
  532. - add lib64 patch to correct daemon_directory on x86_64 architecture
  533. * Wed Sep 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl4
  534. - remove duplicated entry from aliases. (<BTS:170>)
  535. * Wed Sep 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl3
  536. - add some pseudo accounts to aliases. (<BTS:170>)
  537. - add BuildPreReq: MySQL-shared
  538. * Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.2.10-0vl2
  539. - rebuilt with openldap-2.3.27-0vl1
  540. * Sun Apr 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl1
  541. - new upstream release
  542. * Thu Jan 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.8-0vl1
  543. - new upstream release
  544. * Fri Sep 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.5-0vl1
  545. - new upstream release
  546. - update to 2.2.5
  547. - update dynamicmaps from debian package
  548. - update Japaese manpages and jconf
  549. - add jhtml and jreadme
  550. - enable TLS/SSL
  551. * Mon Jan 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
  552. - new upstream release
  553. - update all patches
  554. - link sasl2 instead of sasl1
  555. * Mon Jan 24 2005 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.0.20-0vl6
  556. - enable cyrus-sasl.
  557. - add TLS/IPv6 patch.
  558. - modify main.cf to disable IPv6 as default.
  559. * Wed Oct 28 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.20-0vl5
  560. - add PreReq: db4 >= 4.2.52
  561. (to avoid errors when upgrading from db40-linked version)
  562. * Mon Oct 11 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.20-0vl4
  563. - rebuilt with db4-4.2.52
  564. * Tue Jun 8 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.20-0vl3
  565. - fix first installation time bugs...
  566. - remove aliases.db from %%files again
  567. - add 'touch aliases.db' in %%post script
  568. - update default main.cf to use /etc/postfix/aliases as default alias_database
  569. * Mon Jun 7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.20-0vl2
  570. - add /etc/postfix/aliases.db to %%files
  571. * Sat May 8 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.20-0vl1
  572. - new upstream release
  573. * Tue Apr 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.19-0vl1
  574. - new upstream release
  575. - build with new postgresql
  576. * Fri Sep 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.16-0vl1
  577. - new upstream release
  578. - update jconf/jman/jhtml
  579. * Fri Jul 4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.13-0vl1
  580. - new upstream release
  581. - update jman/jhtml/jreadme
  582. * Mon Jun 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.12-0vl1
  583. - new upstream release
  584. - update jconf/jman/jhtml/jreadme
  585. * Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.10-0vl1
  586. - new upstream release
  587. * Fri May 23 2003 Satoshi MACHINO <machino@vinelinux.org> 2.0.9-0vl5
  588. - rebuild by new cyrus-sasl(2.1.13-3vl1)
  589. * Sat Apr 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.9-0vl4
  590. - add more BuildPreReq, Requires
  591. - fix some typo
  592. - add missing files to %%files.
  593. * Sat Apr 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.9-0vl3
  594. - rebuild
  595. * Sat Apr 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.9-0vl2
  596. - add debian's dynamic map patch.
  597. some additional feature is divided to sub package.
  598. - postfix-ldap, postfix-mysql, postfix-pgsql, postfix-pcre
  599. - split common postfix libraries as shared libs.
  600. - libpostfix-{master,global,util,dns}.so.1
  601. - use cyrus-sasl for SMTP-AUTH
  602. * Wed Apr 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.9-0vl1
  603. - new upstream release 2.0.9
  604. - update jman/jhtml/jconf to 2.0.8
  605. * Wed Apr 9 2003 IWAI Masaharu <iwai@alib.jp> 2.0.7-0vl1
  606. - new upstream version
  607. - update documents
  608. - jman (source4)
  609. - jconf (Source5)
  610. - faq.html (Source6)
  611. - INSTALL.jp (Source7)
  612. - jhtml (Source12)
  613. * Sun Jan 19 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1.12-0vl3
  614. - rebuilt against db4
  615. * Wed Dec 18 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.12-0vl2
  616. - rebuild to remove unnecessary dependancy.
  617. * Sat Nov 23 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.12-0vl1
  618. - new upstream version
  619. - modified /etc/init.d/postfix
  620. * Sun Oct 06 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.11-0vl3
  621. - fixed brainless mistakes...
  622. update main.cf again.
  623. * Thu Oct 03 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.11-0vl2
  624. - update main.cf patch
  625. - do not use procmail for local mailer.
  626. - do not show version and OS name for smtpd greeting banner.
  627. * Thu Jun 04 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.11-0vl1
  628. - new upstream release
  629. - update jman, jconf, jhtml
  630. * Tue May 28 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 1.1.10-0vl2
  631. - updated main.cf patch ( Patch0 )
  632. undefine myhostname
  633. * Fri May 24 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 1.1.10-0vl1
  634. - changed %%{_var}/spool/postfix/private directory permission (0700 -> 0710)
  635. Thanks Mr. Daisuke SUZUKI ([VineSeed:06454])
  636. * Thu May 23 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 1.1.10-0vl0
  637. - upstream release
  638. - updated japanese documents Source4-9
  639. ( and the unofficial Japanese Web Site moved. )
  640. - added japanese documents Source10-12
  641. - updated main.cf patch ( Patch0 )
  642. - added postdrop group
  643. - added some directories in %%{_var}/spool/postfix/
  644. active, corrupt, deferred, incoming, pid, public, bounce,
  645. defer,flush,private and saved directories
  646. * Mon Feb 18 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.0.20010228pl08-0vl3
  647. - not stop in %%pre
  648. - not start but restart in %%post
  649. * Mon Dec 31 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.0.20010228pl08-0vl2
  650. - added BuildPreReq: db3-devel
  651. * Sat Nov 24 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl08-0vl1
  652. - updated to 20010228-pl08
  653. * Fri Nov 9 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl06-0vl1
  654. - updated to 20010228-pl06
  655. * Sun Sep 23 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl05-0vl1
  656. - updated to 20010228-pl05
  657. * Wed Aug 1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl04-0vl1
  658. - updated to 20010228-pl04
  659. * Wed Jun 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl03-0vl2
  660. - update Japanese documents and manpages
  661. * Sun May 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl03-0vl1
  662. - updated to 20010228-pl03
  663. * Mon May 21 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  664. - 0.0.20010228pl02-0vl3
  665. - modified %%preun script again
  666. (to check whether %%{_sysconfidir}/rc.d/init.d/postfix already exists)
  667. * Wed May 02 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  668. - 0.0.20010228pl02-0vl2
  669. - fixed incorrect %%preun script :-P
  670. * Tue May 1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl02-0vl1
  671. - updated to 20010228-pl02
  672. * Wed Apr 11 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl01-0vl4
  673. - add {pcre,regexp}_table to %files
  674. - don't replace config files
  675. - start postfix after install/upgrade
  676. * Mon Apr 09 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl01-0vl2
  677. - updated jman pages and translations.
  678. - added japanese sample config files.
  679. * Sat Mar 31 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl01-0vl1
  680. - updated to 20010228-pl01
  681. * Thu Mar 1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228-0vl2
  682. - fixed file location
  683. * Thu Mar 1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228-0vl1
  684. - updated to 20010228
  685. * Tue Dec 26 2000 Tomoya TAKA <tomoya@olive.plala.or.jp> 0.0.199912310pl13-0vl2
  686. - fixed about mandir
  687. * Thu Nov 23 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.199912310pl13-0vl1
  688. - updated to 19991231-pl13
  689. - use rpm macros in spec
  690. * Thu Nov 23 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.199912310pl11-0vl1
  691. - updated to 19991231-pl11
  692. * Thu Nov 9 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.199912310pl10-0vl1
  693. - updated to 19991231-pl10
  694. * Thu Oct 12 2000 Yoshihiro Kajiki <kajiki@ylug.org>
  695. - fix newaliases problem by adding slink
  696. * Sat Oct 2 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
  697. - add japanese man pages
  698. * Sun Oct 1 2000 Jun Nishii <jun@vinelinux.org>
  699. - updates to 19991231-pl09-0vl2
  700. - fixed Group
  701. * Sat Sep 22 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
  702. - updates to 19991231-pl09
  703. * Wed Aug 09 2000 MACHINO, Satoshi <mac@netfort.gr.jp>
  704. - %build, removed bzip2 -9 and strip
  705. - fixed %files section to handle compressed man page
  706. * Wed Jun 21 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
  707. - Version name changes to 0.0.version
  708. - updates to 19991231-pl08
  709. + Major changes with postfix-19991231-pl08:
  710. Specify "body_checks = regexp:%{_sysconfdir}/postfix/body_checks" for a quick
  711. and dirty emergency content filter that looks at non-header lines
  712. one line at a time (including MIME headers inside the message body).
  713. Details in conf/sample-filter.cf.
  714. + Incompatible changes with postfix-19991231-pl07:
  715. As required by RFC 822, Postfix now inserts a generic destination
  716. message header when no destination header is present. The text is
  717. specified via the undisclosed_recipients_header configuration
  718. parameter (default: "To: undisclosed-recipients:;").
  719. * Thu Apr 6 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
  720. - updates to 19991231-pl06
  721. - added percent hack to main.cf
  722. * Sun Feb 20 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
  723. - adopted to Vine Linux
  724. * Mon Jan 3 2000 Jean-Michel Dault <jmdault@netrevolution.com>
  725. - updated to 19991231
  726. - added postfix group
  727. - corrected aliases.db bug
  728. * Mon Dec 27 1999 Jerome Dumonteil <jd@mandrakesoft.com>
  729. - Add postfix check in post to create sub dirs in spool
  730. * Mon Dec 20 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
  731. - Add -a $DOMAIN -d $LOGNAME to procmail (philippe).
  732. - New banner.
  733. * Wed Nov 10 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
  734. - fix if conflicts with sendmail.
  735. * Sat Jun 5 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
  736. - install bins from libexec/
  737. * Sat Jun 5 1999 Bernhard Rosenkr舅zer <bero@mandrakesoft.com>
  738. - 19990601
  739. - .spec cleanup for easier updates
  740. * Wed May 26 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
  741. - created link from %{_sbindir}/sendmail to %{_libdir}/sendmail
  742. so it doesn't bug out when i rpm -e sendmail
  743. - Now removes %{_var}/lock/subsys/postfix like a good little prog
  744. upon rpm -e
  745. * Fri Apr 23 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
  746. - Mandrake adptations.
  747. * Tue Apr 13 1999 Arne Coucheron <arneco@online.no>
  748. [19990317-pl04-1]
  749. * Tue Mar 30 1999 Arne Coucheron <arneco@online.no>
  750. [19990317-pl03-2]
  751. - Castro, Castro, pay attention my friend. You're making it very hard
  752. maintaining the package if you don't follow the flow of the releases
  753. * Thu Mar 25 1999 Arne Coucheron <arneco@online.no>
  754. [19990317-pl02-1]
  755. * Tue Mar 23 1999 Arne Coucheron <arneco@online.no>
  756. [19990317-3]
  757. - added bugfix patch01
  758. * Sat Mar 20 1999 Arne Coucheron <arneco@online.no>
  759. [19990317-2]
  760. - removed the mynetworks line in main.cf, let postfix figure it out
  761. - striping of the files in %{_sbindir}
  762. - alias database moved to %{_sysconfdir}/postfix and made a symlink to it in %{_sysconfdir}
  763. - enabled procmail support in main.cf and added it to Requires:
  764. - check status on master instead of postfix in the init script
  765. - obsoletes postfix-beta
  766. - had to move some of my latest changelog entries up here since Edgard Castro
  767. didn't follow my releases
  768. * Thu Mar 18 1999 Edgard Castro <castro@usmatrix.net>
  769. [19990317]
  770. * Tue Mar 16 1999 Edgard Castro <castro@usmatrix.net>
  771. [alpha-19990315]
  772. * Tue Mar 9 1999 Edgard Castro <castro@usmatrix.net>
  773. [19990122-pl01-2]
  774. - shell and gecho information changed to complie with Red Hat stardand
  775. - changed the name of the rpm package to postfix, instead of postfix-beta
  776. * Tue Feb 16 1999 Edgard Castro <castro@usmatrix.net>
  777. [19990122-pl01-1]
  778. * Sun Jan 24 1999 Arne Coucheron <arneco@online.no>
  779. [19990122-1]
  780. - shell for postfix user changed to /bin/true to avoid logins to the account
  781. - files in %{_libdir}exec/postfix moved to %{_libdir}/postfix since this complies
  782. more with the Red Hat standard
  783. * Wed Jan 06 1999 Arne Coucheron <arneco@online.no>
  784. [19981230-2]
  785. - added URL for the source
  786. - added a cron job for daily check of errors
  787. - sample config files moved from /etc/postfix/sample to the docdir
  788. - dropped making of symlinks in %{_sbindir} and instead installing the real
  789. files there
  790. - because of the previous they're not needed anymore in %{_libdir}exec/postfix,
  791. so they are removed from that place
  792. * Fri Jan 01 1999 Arne Coucheron <arneco@online.no>
  793. [19981230-1]
  794. * Tue Dec 29 1998 Arne Coucheron <arneco@online.no>
  795. [19981222-1]
  796. - first build of rpm version