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

Revision 12406, 36.4 KB checked in by tomop, 4 years ago (diff)

updated 3 packages

dovecot-2.3.10.1-1

libmemcached-1.0.18-3

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