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

Revision 12508, 36.6 KB checked in by tomop, 3 years ago (diff)

updated 14 packages

cups-2.3.3-1

firefox-78.5.0-1

golang-1.15.5-1

kernel-5.4.80-1

krb5-1.18.3-1

mariadb-10.5.8-1

nsd-4.3.4-1

php74-7.4.13-1

postfix-3.5.8-1

postgresql-13.1-1

thunderbird-78.5.1-1

tmux-3.1c-1

unbound-1.13.0-1

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