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

Revision 11371, 34.6 KB checked in by tomop, 6 years ago (diff)

postfix-3.2.4-2

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.2.4
34
35Summary:   Postfix Mail Transport Agent
36Summary(ja):   Postfix メールトランスポートエージェント
37Name:      postfix
38Version:   %{origversion}
39Release:   2%{?_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.0.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: libmysqlclient-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* Mon Jan 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.4-2
524- rebuilt with libicu-60.2.
525
526* Fri Dec 22 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.2.4-1
527- new upstream release.
528
529* Sun May 22 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.1-1
530- new upstream release.
531
532* Sun May  8 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.1.0-1
533- new upstream release.
534
535* Mon Mar 14 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.4-1
536- new upstream release.
537
538* Thu Mar 10 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.3-4
539- rebuilt with openssl 1.0.2g
540
541* Thu Nov 05 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.3-3
542- rebuild with icu-56.1
543
544* Mon Nov  2 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.3-2
545- fixed dependency.
546
547* Sun Nov  1 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.3-1
548- new upstream release.
549- updated patch200.
550- dropped patch100 and 101.
551
552* Sat Sep  5 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.11.6-1
553- new upstream release.
554
555* Sun Jul 20 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.11.1-2
556- fix BR/R for current environment
557
558* Sun Jun 15 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.11.1-1
559- update to 2.11.1
560- build with libpq-devel and libmysqlclient-devel (vl7)
561
562* Sat Jan 18 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.3-1
563- new upstream release.
564
565* Mon Oct 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.2-1
566- update to 2.10.2
567
568* Sun Dec 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.4-3
569- add -DHAS_DLOPEN to CCARGS instead of patch102.
570- use postfix-install in %%install (to prepare main.cf)
571- change postfix uid/gid to fixed id. (89 for postfix, 90 for postdrop)
572- run postalias on %%post
573
574* Fri Nov 30 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.9.4-2
575- added patch102.
576
577* Sun Nov 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.4-1
578- update to 2.9.4
579- update dynamicmaps patches
580- add sqite3 map support, add postfix-sqlite subpackage.
581- drop unneeded patches
582
583* Wed Oct 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.12-1
584- update to 2.8.12
585- rebuild with pcre-8.31
586
587* Tue May 01 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.10-1
588- update to 2.8.10
589
590* Sun Mar 04 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.9-1
591- update to 2.8.9
592
593* Thu May 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.3-1
594- update to 2.8.3
595
596* Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.2-1
597- update to 2.8.2
598- update dynamicmaps patch
599
600* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 2.6.8-5
601- rebuilt with postgresql-9.0.3
602
603* Sun Jan  9 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.8-4
604- rebuilt with openssl 1.0.0c
605- fix changelog typo..
606
607* Wed Dec 01 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.8-3
608- new upstream release.
609- updated %%patch100 and %%patch210.
610
611* Sat Feb 20 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.5-2
612- removed MySQL-shared from "Requires:" and "BuildRequires:".
613- replaced "Prereq:" with "Requires(pre):".
614- replaced "BuildPrereq:" with "BuildRequires:".
615
616* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.5-1
617- new upstream release
618- rebuild with db4-4.8.0
619
620* Sun Aug 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.3-2
621- change /var/spool/postfix/pid owner and permission
622  (0700,postfix,postfix -> 0755,root,root)
623
624* Mon Aug  3 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.3-1
625- new upstream release
626
627* Sat Jun  6 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.2-1
628- new upstream release.
629
630* Sat May 30 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.1-2
631- added a missing file.
632
633* Sat May 30 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.1-1
634- new upstream release.
635- updated dynamicmaps patch.
636
637* Fri May 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5.7-2
638- made to build -mysql and -pgsql as default.
639- rebuilt with MySQL-5.1.34.
640
641* Wed May 13 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.7-1
642- new upstream release
643- update Patch200 from fc10
644
645* Sun Mar 01 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.5.6-2
646- rebuilt with openldap-2.4.11
647
648* Mon Jan 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.6-1
649- new upstream release
650
651* Sun Oct 12 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.5-4
652- add patch200/patch210 from fedora
653
654* Sun Oct 12 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.5-3
655- add Requires cyrus-sasl-md5, cyrus-sasl-plain for smtp auth
656- add Japanese description into sub packages
657
658* Sat Oct 11 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.5-2
659- update patch100/101 to fix libxsasl build issue
660- remove smp flag in build section to solve build error
661- add _data_dir
662
663* Fri Oct 10 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.5-1
664- new upstream release
665- update patch100/101 to fit 2.5.5 (from suse)
666- add %exclude dict_{my,pg}sql.so to %%files to avoid unneeded dependancy
667  when option "--with XXsql" is specified. (from Vine 4.x update package)
668- remove HAS_DLOPEN macro.
669
670* Sat Sep 06 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.9-1
671- new upstream release with security fix
672
673* Sat Aug 30 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.8-2
674- add %%if %%build_mysql and %%if %%mysql from BuildRequires section again
675- remove unnessary dependency
676
677* Thu Aug 28 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.8-1
678- new upstream release with security fix
679
680* Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.7-4
681- spec in UTF-8
682
683* Fri Jun 20 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.4.7-3
684- rebuilt against db4-4.6.21
685
686* Tue Apr 15 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.4.7-2
687- add HAS_DLOPEN macro.
688- add USE_CYRUS_SASL macro.
689- modify dynamicmaps.cf (/usr/lib -> %%{_libdir}).
690
691* Tue Mar 25 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.7-1
692- new upstream release
693- update patch100 (it is based from mdk 2008.0)
694- add smp_mflags in make section
695- build under new versioning policy
696
697* Thu Sep 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.10-0vl10
698- rebuilt with postgresql-devel 8.2.5
699- updated Source20, 30 and 40
700
701* Fri May 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl9
702- rebuild with new openssl
703
704* Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.10-0vl8
705- rebuilt with new toolchain and db4-4.3.x
706
707* Fri Apr 13 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 2.2.10-0vl7
708- <BTS:493> fix typo in %%if statement for %%files mysql section.
709- remove %%if %%build_mysql and %%if %%mysql from BuildRequires section,
710  (Patch100 always builds dict_mysql.o and dict_pgsql.o)
711
712* Fri Oct 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl6
713- disable MySQL, PostgreSQL support by default.
714  use "--with {mysql|pgsql}" to build them.
715
716* Mon Sep 18 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.2.10-0vl5
717- add lib64 patch to correct daemon_directory on x86_64 architecture
718
719* Wed Sep 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl4
720- remove duplicated entry from aliases. (<BTS:170>)
721
722* Wed Sep 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl3
723- add some pseudo accounts to aliases. (<BTS:170>)
724- add BuildPreReq: MySQL-shared
725
726* Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.2.10-0vl2
727- rebuilt with openldap-2.3.27-0vl1
728
729* Sun Apr 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl1
730- new upstream release
731
732* Thu Jan 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.8-0vl1
733- new upstream release
734
735* Fri Sep 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.5-0vl1
736- new upstream release
737  - update to 2.2.5
738- update dynamicmaps from debian package
739- update Japaese manpages and jconf
740- add jhtml and jreadme
741- enable TLS/SSL
742
743* Mon Jan 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
744- new upstream release
745- update all patches
746- link sasl2 instead of sasl1
747
748* Mon Jan 24 2005 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.0.20-0vl6
749- enable cyrus-sasl.
750- add TLS/IPv6 patch.
751- modify main.cf to disable IPv6 as default.
752
753* Thu Oct 28 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.20-0vl5
754- add PreReq: db4 >= 4.2.52
755  (to avoid errors when upgrading from db40-linked version)
756
757* Mon Oct 11 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.20-0vl4
758- rebuilt with db4-4.2.52
759
760* Tue Jun  8 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.20-0vl3
761- fix first installation time bugs...
762  - remove aliases.db from %%files again
763  - add 'touch aliases.db' in %%post script
764- update default main.cf to use /etc/postfix/aliases as default alias_database
765
766* Mon Jun  7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.20-0vl2
767- add /etc/postfix/aliases.db to %%files
768
769* Sat May  8 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.20-0vl1
770- new upstream release
771
772* Tue Apr 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.19-0vl1
773- new upstream release
774- build with new postgresql
775
776* Fri Sep 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.16-0vl1
777- new upstream release
778- update jconf/jman/jhtml
779
780* Fri Jul  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.13-0vl1
781- new upstream release
782- update jman/jhtml/jreadme
783
784* Mon Jun 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.12-0vl1
785- new upstream release
786- update jconf/jman/jhtml/jreadme
787
788* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.10-0vl1
789- new upstream release
790
791* Fri May 23 2003 Satoshi MACHINO <machino@vinelinux.org> 2.0.9-0vl5
792- rebuild by new cyrus-sasl(2.1.13-3vl1)
793
794* Sat Apr 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.9-0vl4
795- add more BuildPreReq, Requires
796- fix some typo
797- add missing files to %%files.
798
799* Sat Apr 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.9-0vl3
800- rebuild
801
802* Sat Apr 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.9-0vl2
803- add debian's dynamic map patch.
804  some additional feature is divided to sub package.
805  - postfix-ldap, postfix-mysql, postfix-pgsql, postfix-pcre
806- split common postfix libraries as shared libs.
807  - libpostfix-{master,global,util,dns}.so.1
808- use cyrus-sasl for SMTP-AUTH
809
810* Wed Apr 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.9-0vl1
811- new upstream release 2.0.9
812- update jman/jhtml/jconf to 2.0.8
813
814* Wed Apr  9 2003 IWAI Masaharu <iwai@alib.jp> 2.0.7-0vl1
815- new upstream version
816- update documents
817    - jman (source4)
818    - jconf (Source5)
819    - faq.html (Source6)
820    - INSTALL.jp (Source7)
821    - jhtml (Source12)
822
823* Sun Jan 19 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1.12-0vl3
824- rebuilt against db4
825
826* Wed Dec 18 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.12-0vl2
827- rebuild to remove unnecessary dependancy.
828
829* Sat Nov 23 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.12-0vl1
830- new upstream version
831- modified /etc/init.d/postfix
832
833* Sun Oct 06 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.11-0vl3
834- fixed brainless mistakes...
835  update main.cf again.
836
837* Thu Oct 03 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.11-0vl2
838- update main.cf patch
839  - do not use procmail for local mailer.
840  - do not show version and OS name for smtpd greeting banner.
841
842* Tue Jun 04 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.11-0vl1
843- new upstream release
844- update jman, jconf, jhtml
845
846* Tue May 28 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 1.1.10-0vl2
847- updated main.cf patch ( Patch0 )
848    undefine myhostname
849
850* Fri May 24 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 1.1.10-0vl1
851- changed %%{_var}/spool/postfix/private directory permission (0700 -> 0710)
852    Thanks Mr. Daisuke SUZUKI ([VineSeed:06454])
853
854* Thu May 23 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 1.1.10-0vl0
855- upstream release
856- updated japanese documents Source4-9
857    ( and the unofficial Japanese Web Site moved. )
858- added japanese documents  Source10-12
859- updated main.cf patch ( Patch0 )
860- added postdrop group
861- added some directories in %%{_var}/spool/postfix/
862    active, corrupt, deferred, incoming, pid, public, bounce,
863    defer,flush,private and saved directories
864
865* Mon Feb 18 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.0.20010228pl08-0vl3
866- not stop in %%pre
867- not start but restart in %%post
868
869* Mon Dec 31 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.0.20010228pl08-0vl2
870- added BuildPreReq: db3-devel
871
872* Sat Nov 24 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl08-0vl1
873- updated to 20010228-pl08
874
875* Fri Nov  9 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl06-0vl1
876- updated to 20010228-pl06
877
878* Sun Sep 23 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl05-0vl1
879- updated to 20010228-pl05
880
881* Wed Aug  1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl04-0vl1
882- updated to 20010228-pl04
883
884* Wed Jun 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl03-0vl2
885- update Japanese documents and manpages
886
887* Sun May 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl03-0vl1
888- updated to 20010228-pl03
889
890* Mon May 21 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
891- 0.0.20010228pl02-0vl3
892- modified %%preun script again
893  (to check whether %%{_sysconfidir}/rc.d/init.d/postfix already exists)
894
895* Wed May 02 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
896- 0.0.20010228pl02-0vl2
897- fixed incorrect %%preun script :-P
898
899* Tue May  1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl02-0vl1
900- updated to 20010228-pl02
901
902* Wed Apr 11 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl01-0vl4
903- add {pcre,regexp}_table to %files
904- don't replace config files
905- start postfix after install/upgrade
906
907* Mon Apr 09 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl01-0vl2
908- updated jman pages and translations.
909- added japanese sample config files.
910
911* Sat Mar 31 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl01-0vl1
912- updated to 20010228-pl01
913
914* Thu Mar  1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228-0vl2
915- fixed file location
916
917* Thu Mar  1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228-0vl1
918- updated to 20010228
919
920* Tue Dec 26 2000 Tomoya TAKA <tomoya@olive.plala.or.jp> 0.0.199912310pl13-0vl2
921- fixed about mandir
922
923* Thu Nov 23 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.199912310pl13-0vl1
924- updated to 19991231-pl13
925- use rpm macros in spec
926
927* Thu Nov 23 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.199912310pl11-0vl1
928- updated to 19991231-pl11
929
930* Thu Nov  9 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.199912310pl10-0vl1
931- updated to 19991231-pl10
932
933* Thu Oct 12 2000 Yoshihiro Kajiki <kajiki@ylug.org>
934- fix newaliases problem by adding slink
935
936* Mon Oct  2 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
937- add japanese man pages
938
939* Sun Oct  1 2000 Jun Nishii <jun@vinelinux.org>
940- updates to 19991231-pl09-0vl2
941- fixed Group
942
943* Fri Sep 22 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
944- updates to 19991231-pl09
945
946* Wed Aug 09 2000 MACHINO, Satoshi <mac@netfort.gr.jp>
947- %build, removed bzip2 -9 and strip
948- fixed %files section to handle compressed man page
949
950* Wed Jun 21 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
951- Version name changes to 0.0.version
952- updates to 19991231-pl08
953  + Major changes with postfix-19991231-pl08:
954    Specify "body_checks = regexp:%{_sysconfdir}/postfix/body_checks" for a quick
955    and dirty emergency content filter that looks at non-header lines
956    one line at a time (including MIME headers inside the message body).
957    Details in conf/sample-filter.cf.
958  + Incompatible changes with postfix-19991231-pl07:
959    As required by RFC 822, Postfix now inserts a generic destination
960    message header when no destination header is present.  The text is
961    specified via the undisclosed_recipients_header configuration
962    parameter (default:  "To: undisclosed-recipients:;").
963
964* Thu Apr  6 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
965- updates to 19991231-pl06
966- added percent hack to main.cf
967
968* Sun Feb 20 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
969- adopted to Vine Linux
970
971* Mon Jan  3 2000 Jean-Michel Dault <jmdault@netrevolution.com>
972- updated to 19991231
973- added postfix group
974- corrected aliases.db bug
975
976* Mon Dec 27 1999 Jerome Dumonteil <jd@mandrakesoft.com>
977- Add postfix check in post to create sub dirs in spool
978
979* Mon Dec 20 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
980- Add -a $DOMAIN -d $LOGNAME to procmail (philippe).
981- New banner.
982
983* Wed Nov 10 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
984- fix if conflicts with sendmail.
985
986* Sat Jun  5 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
987- install bins from libexec/
988
989* Sat Jun  5 1999 Bernhard Rosenkr舅zer <bero@mandrakesoft.com>
990- 19990601
991- .spec cleanup for easier updates
992
993* Wed May 26 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
994- created link from %{_sbindir}/sendmail to %{_libdir}/sendmail
995  so it doesn't bug out when i rpm -e sendmail
996- Now removes %{_var}/lock/subsys/postfix like a good little prog
997  upon rpm -e
998
999* Fri Apr 23 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
1000
1001- Mandrake adptations.
1002
1003* Tue Apr 13 1999 Arne Coucheron <arneco@online.no>
1004  [19990317-pl04-1]
1005
1006* Tue Mar 30 1999 Arne Coucheron <arneco@online.no>
1007  [19990317-pl03-2]
1008- Castro, Castro, pay attention my friend. You're making it very hard
1009  maintaining the package if you don't follow the flow of the releases
1010
1011* Thu Mar 25 1999 Arne Coucheron <arneco@online.no>
1012  [19990317-pl02-1]
1013
1014* Tue Mar 23 1999 Arne Coucheron <arneco@online.no>
1015  [19990317-3]
1016- added bugfix patch01
1017
1018* Sat Mar 20 1999 Arne Coucheron <arneco@online.no>
1019  [19990317-2]
1020- removed the mynetworks line in main.cf, let postfix figure it out
1021- striping of the files in %{_sbindir}
1022- alias database moved to %{_sysconfdir}/postfix and made a symlink to it in %{_sysconfdir}
1023- enabled procmail support in main.cf and added it to Requires:
1024- check status on master instead of postfix in the init script
1025- obsoletes postfix-beta
1026- had to move some of my latest changelog entries up here since Edgard Castro
1027  didn't follow my releases
1028
1029* Thu Mar 18 1999 Edgard Castro <castro@usmatrix.net>
1030  [19990317]
1031
1032* Tue Mar 16 1999 Edgard Castro <castro@usmatrix.net>
1033  [alpha-19990315]
1034
1035* Tue Mar  9 1999 Edgard Castro <castro@usmatrix.net>
1036  [19990122-pl01-2]
1037- shell and gecho information changed to complie with Red Hat stardand
1038- changed the name of the rpm package to postfix, instead of postfix-beta
1039
1040* Tue Feb 16 1999 Edgard Castro <castro@usmatrix.net>
1041  [19990122-pl01-1]
1042
1043* Sun Jan 24 1999 Arne Coucheron <arneco@online.no>
1044  [19990122-1]
1045- shell for postfix user changed to /bin/true to avoid logins to the account
1046- files in %{_libdir}exec/postfix moved to %{_libdir}/postfix since this complies
1047  more with the Red Hat standard
1048
1049* Wed Jan 06 1999 Arne Coucheron <arneco@online.no>
1050  [19981230-2]
1051- added URL for the source
1052- added a cron job for daily check of errors
1053- sample config files moved from /etc/postfix/sample to the docdir
1054- dropped making of symlinks in %{_sbindir} and instead installing the real
1055  files there
1056- because of the previous they're not needed anymore in %{_libdir}exec/postfix,
1057  so they are removed from that place
1058
1059* Fri Jan 01 1999 Arne Coucheron <arneco@online.no>
1060  [19981230-1]
1061
1062* Tue Dec 29 1998 Arne Coucheron <arneco@online.no>
1063  [19981222-1]
1064- first build of rpm version
Note: See TracBrowser for help on using the repository browser.