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

Revision 11874, 34.7 KB checked in by tomop, 6 years ago (diff)

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