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

Revision 11298, 34.5 KB checked in by tomop, 6 years ago (diff)

postfix-3.2.4-1

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