2007-01-16 00:07:58 +01:00
|
|
|
#
|
2008-10-13 16:17:32 +02:00
|
|
|
# spec file for package courier-imap (Version 4.4.1)
|
2007-01-16 00:07:58 +01:00
|
|
|
#
|
2008-01-17 22:21:18 +01:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-16 00:07:58 +01:00
|
|
|
#
|
2008-10-13 16:17:32 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-01-16 00:07:58 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-04-07 17:20:24 +02:00
|
|
|
|
2007-01-16 00:07:58 +01:00
|
|
|
Name: courier-imap
|
2007-11-16 12:58:30 +01:00
|
|
|
BuildRequires: courier-authlib-devel fam-devel gcc-c++ gdbm-devel libstdc++-devel openssl openssl-devel postfix procps
|
2007-03-22 20:44:32 +01:00
|
|
|
Requires: fam-server
|
2007-10-22 18:15:07 +02:00
|
|
|
Url: http://www.courier-mta.org/imap/
|
2007-01-16 00:07:58 +01:00
|
|
|
Summary: An IMAP and POP3 Server for Maildir MTAs
|
2008-10-13 16:17:32 +02:00
|
|
|
Version: 4.4.1
|
|
|
|
Release: 1
|
2007-10-22 18:15:07 +02:00
|
|
|
License: GPL v2 or later
|
2007-01-16 00:07:58 +01:00
|
|
|
Conflicts: imap qpopper
|
|
|
|
Group: Productivity/Networking/Email/Servers
|
|
|
|
Obsoletes: %{name}-ldap
|
2008-04-07 17:20:24 +02:00
|
|
|
Provides: %{name}-ldap
|
2007-01-16 00:07:58 +01:00
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Source1: pop3.pamd
|
|
|
|
Source2: imap.pamd
|
|
|
|
Source4: courier-imap.init
|
|
|
|
Source5: courier-imap-ssl.init
|
|
|
|
Source6: courier-pop.init
|
|
|
|
Source7: courier-pop-ssl.init
|
2007-03-12 11:54:29 +01:00
|
|
|
Source8: %name.firewall
|
2007-04-23 23:15:33 +02:00
|
|
|
Source9: %name-ssl.firewall
|
2007-01-16 00:07:58 +01:00
|
|
|
Patch: %{name}-4.0.6.diff
|
2007-02-05 15:37:22 +01:00
|
|
|
Patch1: %{name}-4.1.1.diff
|
2007-11-21 22:13:50 +01:00
|
|
|
Patch2: %{name}-ulimit_conf.diff
|
2007-01-16 00:07:58 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
Prefix: /usr
|
|
|
|
%define _sysconfdir /etc/courier
|
|
|
|
%define _localstatedir /var/run
|
|
|
|
%define authdaemondir %{_localstatedir}/authdaemon.courier-imap
|
2008-04-07 17:20:24 +02:00
|
|
|
PreReq: coreutils
|
2007-01-16 00:07:58 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Courier-IMAP is a lightweight server that provides IMAP access to
|
|
|
|
maildir mailboxes. It supports folders, custom authentication modules,
|
|
|
|
and virtual mailboxes. A compatible POP3 server is also provided. The
|
|
|
|
source code is based on the IMAP module in the Courier Mail Server, but
|
|
|
|
this build is independently repackaged to work with any other MTA that
|
|
|
|
delivers to maildir format mailboxes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch
|
2007-02-05 15:37:22 +01:00
|
|
|
%patch1
|
2007-11-21 22:13:50 +01:00
|
|
|
%patch2
|
2007-01-16 00:07:58 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%{suse_update_config}
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir} \
|
|
|
|
--datadir=%{_datadir}/courier-imap \
|
|
|
|
--libdir=%{_libdir} --libexecdir=%{_prefix}/lib/courier-imap \
|
|
|
|
--localstatedir=%{_localstatedir} \
|
|
|
|
--sharedstatedir=%{_sharedstatedir}/courier-imap --mandir=%{_mandir} \
|
|
|
|
--infodir=%{_infodir} --with-piddir=/var/run \
|
|
|
|
--disable-root-check \
|
|
|
|
--enable-unicode \
|
|
|
|
--with-authdaemonvar=%{authdaemondir} \
|
|
|
|
--enable-workarounds-for-imap-client-bugs \
|
2007-11-16 12:58:30 +01:00
|
|
|
--host=%{_host} --build=%{_build} --target=%{_target_platform} \
|
2007-01-16 00:07:58 +01:00
|
|
|
make
|
|
|
|
#make check
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
# Move daemons into sbin
|
|
|
|
mv $RPM_BUILD_ROOT%{_prefix}/bin/{couriertls,imapd,pop3d} $RPM_BUILD_ROOT%{_prefix}/sbin/
|
|
|
|
# Rename imapd.8 to courier-imapd.8
|
|
|
|
mv $RPM_BUILD_ROOT%{_mandir}/man8/imapd.8 $RPM_BUILD_ROOT%{_mandir}/man8/courier-imapd.8
|
|
|
|
# Install PAM config files
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/pam.d
|
|
|
|
install -m 644 $RPM_SOURCE_DIR/pop3.pamd $RPM_BUILD_ROOT/etc/pam.d/pop3
|
|
|
|
install -m 644 $RPM_SOURCE_DIR/imap.pamd $RPM_BUILD_ROOT/etc/pam.d/imap
|
|
|
|
# Install init scripts
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/init.d
|
|
|
|
for i in imap imap-ssl pop pop-ssl ; do
|
|
|
|
install -m 644 $RPM_SOURCE_DIR/courier-$i.init $RPM_BUILD_ROOT/etc/init.d/courier-$i
|
|
|
|
ln -sf /etc/init.d/courier-$i $RPM_BUILD_ROOT%{_prefix}/sbin/rccourier-$i
|
|
|
|
done
|
|
|
|
# Remove original init scripts, will not work longer
|
|
|
|
rm $RPM_BUILD_ROOT%{_prefix}/lib/courier-imap/imapd.rc
|
|
|
|
rm $RPM_BUILD_ROOT%{_prefix}/lib/courier-imap/imapd-ssl.rc
|
|
|
|
rm $RPM_BUILD_ROOT%{_prefix}/lib/courier-imap/pop3d.rc
|
|
|
|
rm $RPM_BUILD_ROOT%{_prefix}/lib/courier-imap/pop3d-ssl.rc
|
|
|
|
#
|
|
|
|
# Fix imapd.dist
|
|
|
|
#
|
2007-11-16 12:58:30 +01:00
|
|
|
%{__sed} -i -e 's/^IMAPDSTART=.*/IMAPDSTART=YES/' \
|
2007-01-16 00:07:58 +01:00
|
|
|
$RPM_BUILD_ROOT%{_sysconfdir}/imapd.dist
|
2007-11-16 12:58:30 +01:00
|
|
|
%{__sed} -i -e 's/^IMAPDSSLSTART=.*/IMAPDSSLSTART=YES/' \
|
|
|
|
$RPM_BUILD_ROOT%{_sysconfdir}/imapd-ssl.dist
|
2007-01-16 00:07:58 +01:00
|
|
|
%{__chmod} 600 $RPM_BUILD_ROOT%{_sysconfdir}/imapd.dist
|
|
|
|
%{__chmod} 600 $RPM_BUILD_ROOT%{_sysconfdir}/imapd-ssl.dist
|
2007-11-16 12:58:30 +01:00
|
|
|
%{__sed} -i -e 's/^POP3DSTART=.*/POP3DSTART=YES/' \
|
2007-01-16 00:07:58 +01:00
|
|
|
$RPM_BUILD_ROOT%{_sysconfdir}/pop3d.dist
|
2007-11-16 12:58:30 +01:00
|
|
|
%{__sed} -i -e 's/^POP3DSSLSTART=.*/POP3DSSLSTART=YES/' \
|
2007-01-16 00:07:58 +01:00
|
|
|
$RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.dist
|
|
|
|
%{__chmod} 600 $RPM_BUILD_ROOT%{_sysconfdir}/pop3d.dist
|
|
|
|
%{__chmod} 600 $RPM_BUILD_ROOT%{_sysconfdir}/pop3d-ssl.dist
|
|
|
|
# For %doc macro
|
2008-04-14 17:56:20 +02:00
|
|
|
install -m 644 imap/README README.imap
|
|
|
|
install -m 644 maildir/README.maildirquota.txt README.maildirquota
|
|
|
|
install -m 644 maildir/README.sharedfolders.txt README.sharedfolders
|
2007-03-12 11:54:29 +01:00
|
|
|
install -d $RPM_BUILD_ROOT%{_datadir}/courier-imap
|
|
|
|
install -m 755 sysconftool $RPM_BUILD_ROOT%{_datadir}/courier-imap/sysconftool
|
2007-01-16 00:07:58 +01:00
|
|
|
cat >$RPM_BUILD_ROOT%{_datadir}/courier-imap/configlist <<EOF
|
|
|
|
%{_sysconfdir}/imapd.dist
|
|
|
|
%{_sysconfdir}/imapd-ssl.dist
|
|
|
|
%{_sysconfdir}/pop3d.dist
|
|
|
|
%{_sysconfdir}/pop3d-ssl.dist
|
|
|
|
EOF
|
2007-03-12 11:54:29 +01:00
|
|
|
#make config dir
|
|
|
|
install -d $RPM_BUILD_ROOT%{_sysconfdir}/%name/
|
|
|
|
#firewall script
|
2007-10-22 18:15:07 +02:00
|
|
|
install -d $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/
|
|
|
|
install -m 644 %{S:8} $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/%{name}
|
|
|
|
install -m 644 %{S:9} $RPM_BUILD_ROOT/etc/sysconfig/SuSEfirewall2.d/services/%{name}-ssl
|
2007-01-16 00:07:58 +01:00
|
|
|
|
|
|
|
%post
|
|
|
|
%{_datadir}/courier-imap/sysconftool `%{__cat} %{_datadir}/courier-imap/configlist` >/dev/null
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%stop_on_removal courier-imap courier-imap-ssl courier-pop courier-pop-ssl
|
|
|
|
if [ "$1" = "0" ]; then
|
|
|
|
rm -f %{_localstatedir}/couriersslcache
|
|
|
|
rm -f %{_localstatedir}/imapd.pid
|
|
|
|
rm -f %{_localstatedir}/imapd-ssl.pid
|
|
|
|
rm -f %{_localstatedir}/imapd.pid.lock
|
|
|
|
rm -f %{_localstatedir}/imapd-ssl.pid.lock
|
|
|
|
rm -f %{_localstatedir}/pop3d.pid
|
|
|
|
rm -f %{_localstatedir}/pop3d-ssl.pid
|
|
|
|
rm -f %{_localstatedir}/pop3d.pid.lock
|
|
|
|
rm -f %{_localstatedir}/pop3d-ssl.pid.lock
|
|
|
|
fi
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%restart_on_update courier-imap courier-imap-ssl courier-pop courier-pop-ssl
|
|
|
|
%insserv_cleanup
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,755)
|
|
|
|
%doc AUTHORS COPYING imap/BUGS README README.imap README.maildirquota
|
|
|
|
%doc README.sharedfolders
|
2007-03-12 11:54:29 +01:00
|
|
|
%attr(755 root,root) /etc/init.d/courier-*
|
|
|
|
%attr(644,root,root) /etc/pam.d/imap
|
|
|
|
%attr(644,root,root) /etc/pam.d/pop3
|
2007-01-16 00:07:58 +01:00
|
|
|
%dir %{_sysconfdir}
|
|
|
|
%config %{_sysconfdir}/imap*
|
|
|
|
%config %{_sysconfdir}/pop3*
|
|
|
|
%config %{_sysconfdir}/quotawarnmsg.example
|
|
|
|
%dir %{_prefix}/lib/courier-imap
|
|
|
|
%{_prefix}/lib/courier-imap/makedatprog
|
|
|
|
%{_prefix}/lib/courier-imap/couriertcpd
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_sbindir}/*
|
|
|
|
%{_mandir}/man?/*
|
|
|
|
%dir %{_datadir}/courier-imap/
|
|
|
|
%{_datadir}/courier-imap/*
|
2007-10-22 18:15:07 +02:00
|
|
|
%config /etc/sysconfig/SuSEfirewall2.d/services/%name
|
|
|
|
%config /etc/sysconfig/SuSEfirewall2.d/services/%name-ssl
|
2007-01-16 00:07:58 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2008-01-17 22:21:18 +01:00
|
|
|
|
2007-03-12 11:54:29 +01:00
|
|
|
%changelog
|
2008-10-13 16:17:32 +02:00
|
|
|
* Tue Sep 16 2008 hvogel@suse.de
|
|
|
|
- Fix init scripts without ssl to not include ssl config files
|
|
|
|
[bnc#420972]
|
|
|
|
* Fri Sep 12 2008 hvogel@suse.de
|
|
|
|
- Fix protocol names in firewall service files [bnc#425216]
|
|
|
|
* Mon Sep 08 2008 hvogel@suse.de
|
|
|
|
- update to 4.4.1
|
|
|
|
* Update descriptions of maildir quotas
|
|
|
|
* Use the couriertls library to invoke couriertls. SASL
|
|
|
|
authentication did not correctly handle the special case of "="
|
|
|
|
passed as the initial response to indicate an empty initial
|
|
|
|
response. Switch to the new auth_sasl_ex() API.
|
|
|
|
* Check the environment variables for subject fields set by
|
|
|
|
couriertls. Advertise the AUTH EXTERNAL capability, if they
|
|
|
|
are set.
|
|
|
|
* Optimize IMAP keyword implementation. Faster results in exchange
|
|
|
|
for a concurrency tradeoff if two concurrent sessions attempt to
|
|
|
|
update keywords for the same message at the same time
|
|
|
|
* Backslashed special characters in address names weren't being
|
|
|
|
dequoted correctly
|
|
|
|
* Add a timeout to the POP3 login stage
|
|
|
|
* Fix SSL initialization
|
|
|
|
* Fix TLS session caching
|
2008-04-14 17:56:20 +02:00
|
|
|
* Mon Apr 14 2008 aj@suse.de
|
|
|
|
- Remove executable permissions from README files.
|
2008-04-07 17:20:24 +02:00
|
|
|
* Wed Apr 02 2008 hvogel@suse.de
|
|
|
|
- update to version 4.3.1
|
|
|
|
* make SSL23 default tls protocol
|
|
|
|
* update description of SSL/TLS-related settings
|
|
|
|
* introduce IMAP_MAILBOX_SANITY_CHECK
|
|
|
|
* Explicitly make stderr line-buffered
|
|
|
|
* Suppress spurious error message in imap.c
|
|
|
|
- fix some rpmlint warnings
|
2008-01-17 22:21:18 +01:00
|
|
|
* Thu Jan 17 2008 mskibbe@suse.de
|
|
|
|
- update to version 4.3.0 which
|
|
|
|
o Fix some Bugs
|
|
|
|
o Fix SSL session caching bug
|
|
|
|
o Make skew check more reliable
|
|
|
|
o code cleanup
|
|
|
|
* Wed Nov 21 2007 mskibbe@suse.de
|
2007-11-21 22:13:50 +01:00
|
|
|
- Bug 342601 - courier-imap rc and config bugs
|
2008-01-17 22:21:18 +01:00
|
|
|
* Fri Nov 16 2007 mskibbe@suse.de
|
2007-11-16 12:58:30 +01:00
|
|
|
- Bug 341267 - courier-imap-ssl configuration problems
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Oct 22 2007 sbrabec@suse.cz
|
2007-10-22 18:15:07 +02:00
|
|
|
- Use correct SuSEfirewall2 rule directory.
|
2008-01-17 22:21:18 +01:00
|
|
|
* Wed Apr 25 2007 mskibbe@suse.de
|
2007-04-26 01:01:10 +02:00
|
|
|
- update to version 4.1.3 which includes:
|
|
|
|
o fix memory leak
|
|
|
|
o checks for malloc failures
|
|
|
|
o updated man pages
|
|
|
|
o cleaned up configure script
|
|
|
|
o bug fixes
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Apr 23 2007 mskibbe@suse.de
|
2007-04-23 23:15:33 +02:00
|
|
|
- SuSEfirewall2 service file installed in wrong dir/broken
|
|
|
|
(#266949)
|
2008-01-17 22:21:18 +01:00
|
|
|
* Thu Mar 29 2007 rguenther@suse.de
|
2007-03-29 11:52:32 +02:00
|
|
|
- add procps BuildRequries because of interesting configure checks
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Mar 26 2007 rguenther@suse.de
|
2007-03-27 01:27:08 +02:00
|
|
|
- add gdbm-devel BuildRequires
|
2008-01-17 22:21:18 +01:00
|
|
|
* Wed Mar 14 2007 mskibbe@suse.de
|
2007-03-22 20:44:32 +01:00
|
|
|
- fam has no address, rejected by xinetd, when called from
|
|
|
|
courier-imap (#253437)
|
2008-01-17 22:21:18 +01:00
|
|
|
* Fri Mar 02 2007 mskibbe@suse.de
|
2007-03-12 11:54:29 +01:00
|
|
|
- courier : Support for FATE #300687: Ports for SuSEfirewall added
|
|
|
|
via packages (#250575)
|
|
|
|
- fix file list
|
|
|
|
- update to version 2.1.2 which
|
|
|
|
o Clarify some error messages
|
|
|
|
o Try to log bandwidth usage before getting killed by a signal
|
|
|
|
o Fix many compiler warnings
|
|
|
|
o Fix segfault if non-cert files were found in the cert dir
|
|
|
|
o Added koi8-u character set
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Feb 12 2007 mskibbe@suse.de
|
2007-03-12 11:54:29 +01:00
|
|
|
- fix mkpop3dcert and mkimapdcert. Now they use pem files from
|
|
|
|
/etc/courier-imap/
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Feb 05 2007 mskibbe@suse.de
|
2007-02-05 15:37:22 +01:00
|
|
|
- Courier generates certificates in /usr/share/courier-imap
|
|
|
|
(#241937)
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Jan 22 2007 mskibbe@suse.de
|
2007-01-22 14:17:44 +01:00
|
|
|
- checkproc uses -p parameter not as specified in man page
|
|
|
|
(#230806)
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Sep 11 2006 tpatzig@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Add Conflict to qpopper
|
2008-01-17 22:21:18 +01:00
|
|
|
* Tue Aug 01 2006 mskibbe@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- update to version 4.1.1 which
|
|
|
|
o fixed some compiler warnings
|
|
|
|
o fix segfault if non-cert files were found in the cert dir
|
|
|
|
o Added koi8-u character set
|
|
|
|
o fix quota calculations on 32 bit platforms with 64 bit off_t
|
|
|
|
o Don't assume that connect() of a non-blocking socket always
|
|
|
|
fails with INPROGRESS
|
2008-01-17 22:21:18 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-01-17 22:21:18 +01:00
|
|
|
* Tue Dec 06 2005 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Don't link static
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Nov 14 2005 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Add postfix to nfb to fix location of sendmail [#133327]
|
2008-01-17 22:21:18 +01:00
|
|
|
* Wed Nov 02 2005 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Update to version 4.0.6
|
2008-01-17 22:21:18 +01:00
|
|
|
* Fri Sep 23 2005 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Fix imapd and pop3d init scripte for SSL connections [#113213]
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Sep 19 2005 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Update to version 4.0.5
|
2008-01-17 22:21:18 +01:00
|
|
|
* Fri Aug 26 2005 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Rename courier-pop3* init scripts to courier-pop* to be
|
|
|
|
LSB conform
|
|
|
|
- Source imapd-ssl and pop3-ssl from init scripts [#113213],
|
|
|
|
use correct SSLPIDFILE variable and add path to checkproc
|
2008-01-17 22:21:18 +01:00
|
|
|
* Wed Aug 03 2005 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Update to version 4.0.4
|
2008-01-17 22:21:18 +01:00
|
|
|
* Thu Jul 21 2005 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Use Maildir from config file [#94231]
|
|
|
|
- If user removed PIDFILE entry from config file, set default
|
|
|
|
one [#85845]
|
2008-01-17 22:21:18 +01:00
|
|
|
* Thu Nov 18 2004 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Update to release 3.0.8
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Nov 15 2004 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Use common-* PAM config files for imap and pop3
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Sep 06 2004 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Fix permission of /usr/lib/courier-imap/authlib/authdaemond.ldap
|
|
|
|
[#44721]
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Aug 16 2004 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Update to bug fix release 3.0.7
|
2008-01-17 22:21:18 +01:00
|
|
|
* Wed May 12 2004 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Update to 3.0.3
|
2008-01-17 22:21:18 +01:00
|
|
|
* Thu Mar 25 2004 mmj@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Add postfix to # neededforbuild
|
2008-01-17 22:21:18 +01:00
|
|
|
* Wed Mar 17 2004 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Update to 3.0.2: vpopmail password fixes, filesystem/ACL fixes
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Mar 08 2004 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Update to official 3.0.0 release
|
2008-01-17 22:21:18 +01:00
|
|
|
* Mon Feb 09 2004 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Update to official 2.2.1 release
|
2008-01-17 22:21:18 +01:00
|
|
|
* Sat Jan 10 2004 adrian@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- build as user
|
2008-01-17 22:21:18 +01:00
|
|
|
* Fri Aug 29 2003 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Add conflict with imap package
|
2008-01-17 22:21:18 +01:00
|
|
|
* Tue Aug 26 2003 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Fix typo in spec file
|
|
|
|
- Update to 2.1.1
|
2008-01-17 22:21:18 +01:00
|
|
|
* Sun Aug 03 2003 aj@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Package sysconftool also.
|
2008-01-17 22:21:18 +01:00
|
|
|
* Fri Aug 01 2003 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Rename imapd.8 to courier-imapd.8 to resolve file conflicts.
|
2008-01-17 22:21:18 +01:00
|
|
|
* Wed Jul 30 2003 kukuk@suse.de
|
2007-01-16 00:07:58 +01:00
|
|
|
- Initial version
|