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

Revision 12417, 36.5 KB checked in by tomop, 4 years ago (diff)

updated 7 packages

bison-3.6.4-1

libexif-0.6.22-2

libvncserver-0.9.13-1

nodejs-12.18.0-1

perl-5.26.2-3

php74-7.4.7-1

postfix-3.5.4-1

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