postfix-vl.spec 35 KB

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