source: projects/specs/trunk/p/postfix/postfix-vl.spec @ 12339

Revision 12339, 35.3 KB checked in by tomop, 4 years ago (diff)

updated 4 packages

icu-66.1-1

openssh-8.2p1-1

php74-7.4.4-1

postfix-3.5.0-1

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