| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: courier-imap | Distribution: openSUSE 12.1 |
| Version: 4.9.3 | Vendor: openSUSE |
| Release: 3.1.4 | Build date: Sat Oct 29 22:06:12 2011 |
| Group: Productivity/Networking/Email/Servers | Build host: build11 |
| Size: 1093701 | Source RPM: courier-imap-4.9.3-3.1.4.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.courier-mta.org/imap/ | |
| Summary: An IMAP and POP3 Server for Maildir MTAs | |
Courier-IMAP is a fast, scalable, enterprise IMAP server that uses Maildirs. Many E-mail service providers use Courier-IMAP to easy handle hundreds of thousands of mail accounts. With its built-in IMAP and POP3 aggregation proxy, Courier-IMAP has practically infinite horizontal scalability. In a proxy configuration, a pool of Courier servers service initial IMAP and POP3 connections from clients. They wait to receive the client's log in request, look up the server that actually holds this mail account's mailbox, and establish a proxy connection to the server, all in a single, seamless process. Mail accounts can be moved between different servers, to achieve optimum resource usage. The only practical limitation on Courier-IMAP is available network and I/O bandwidth. If you are new to Courier-IMAP, this may sound a bit intimidating. But you do not need to tackle everything at once. Start by taking small, easy steps. Your first step will be to set up a small Courier-IMAP server, using it like any other traditional IMAP service, on a single server. After you gain experience and become comfortable with Courier, you can then begin exploring its advanced features. This is the same IMAP server that's included in the Courier mail server, but configured as a standalone IMAP server that can be used with other mail servers - such as Qmail, Exim, or Postfix - that deliver to maildirs. If you already have Courier installed, you do not need to download this version. If you install this version, you must remove it if you later install the entire Courier server.
GPLv3
* Wed Sep 21 2011 chris@computersalat.de
- change --with-authdaemonvar to /var/run/courier-authlib
* Fri May 27 2011 chris@computersalat.de
- update to 4.9.3
* msgenvelope.c (msgappends): Fix a fatal error upon encountering
8-bit header content. Heuristically try to interpret it as UTF-8, and
just ignore invalid UTF-8 sequences.
- 4.9.2
* rfc2045/rfc2045cdecode.c: Tolerate lowercase hexadecimal characters
in quoted-printable-encoded content.
* unicode/unicode.c: Compilation fixes.
* Sun May 01 2011 chris@computersalat.de
- update to 4.9.1
* tcpd/libcouriertls.c (tls_create): Remove SSLv2_method().
(tls_create): Remove "!SSLv2" from the default TLS_CIPHER_LIST.
* mkimapdcert.in (prefix): Create imapd.pem with 600 perms.
* mkpop3dcert.in (prefix): Create pop3d.pem with 600 perms.
- for more info please see Changelog file
- fix License
o GPLv2+ -> GPLv3
- fix path to ChangeLog file
* Mon Oct 11 2010 chris@computersalat.de
- update to 4.8.1
* Makefile.am (imapd.cnf): Compatibility fixes.
- 2010-08-15 Sam Varshavchik <mrsam@courier-mta.com>
* maildir/maildirwatch.c (maildirwatch_alloc): Use alarm() to kill
the process if FAMOpen() takes more than 15 seconds to return.
Should prevent a hung process if FAM/Gamin is fubared.
- 2010-07-11 Sam Varshavchik <mrsam@courier-mta.com>
* pop3dserver.c: Make printed() and putchar() macros.
- 2010-07-01 Sam Varshavchik <mrsam@courier-mta.com>
* imapd.cnf pop3d.cnf (default_md): added default_md = sha1
- 2010-06-28 Sam Varshavchik <mrsam@courier-mta.com>
* rfc822/rfc822.c (rfc822_print_common_nameaddr): Prevent segfault if
address decode fails.
* Fix make check failure when libidn is not available.
- 2010-05-31 Sam Varshavchik <mrsam@courier-mta.com>
* Rebuilt man pages with updated stylesheets.
- remove obsolete certsdir patch
- remove LDFLAGS patch, add configure option --disable-static
* Thu Aug 05 2010 chris@computersalat.de
- have pop3d, imapd ssl certs in /etc/ssl/private
[bnc#628487]; certsdir patch
* Mon Jul 05 2010 chris@computersalat.de
- update to 4.8.0
* tcpd/configure.in: Check if explicit linking with libgpg-error is
required.
- 2010-03-20 "Stefan Hornburg (Racke)" <racke@linuxia.de>
* imapd.c (main): Fix typo in alert message.
- 2010-03-18 Hugo Monteiro <hugo.monteiro@fct.unl.pt>
* Big quota patch (with some changes).
- 2010-03-12 Sam Varshavchik <mrsam@courier-mta.com>
* imapd.c (main): Dummy FAM/Gamin initialization, report an error
during login, upon a failure.
- 2010-03-10 Sam Varshavchik <mrsam@courier-mta.com>
* imapd.c (imapenhancedidle): Make FAM error more meaningful.
- 2010-02-25 Bernard Quatermass <bernard@quatermass.co.uk>
* pop3dserver.c (main): "disableinsecurepop3" account option disables
non-SSL logins.
* imapd.c (chkdisabled): "disableinsecureimap" account option disables
non-SSL logins.
- reworked sbindir patch
* Sat Jul 03 2010 meissner@suse.de
- buildrequire openssl so configure finds /usr/bin/openssl bnc#619665
* Mon May 17 2010 chris@computersalat.de
- fix path to TLS_TRUSTCERTS (imap-ssl,pop3d-ssl)
o added --with-certdb=%{_sysconfdir}/ssl/certs
* Wed Feb 24 2010 chris@computersalat.de
- update to 4.7.0
* lot of changes, see ChangeLog
- reworked LDFLAGS patch (fuzz 0)
* Tue Oct 06 2009 chris@computersalat.de
- update to 4.6.0
* outbox.c (imapd_sendmsg): Renamed sendmsg() to avoid library name
clash.
* tls: change the default OpenSSL configuration to disable anonymous
authentication ciphers
* Sat Sep 05 2009 chris@computersalat.de
- spec mods
o resorted Tags
* Sat Sep 05 2009 chris@computersalat.de
- update to 4.5.1
* all: gcc 4.4 fixes
* fetch.c (open_cached_fp): If the message file cannot be opened,
create a dummy message in its place.
- spec mods
o added missing norootforbuild
o fix patch naming patch0
- mod to imapd.dist
o increased MAXPERIP from 10 to 20
thunderbird does 5 con per account, if not known by user
he will come into trouble
* Wed Aug 26 2009 chris@computersalat.de
- spec mods
o fix typo missing '%'if
* Thu Aug 20 2009 chris@computersalat.de
- cleanup spec file
o removed all #---- lines
o added configure macro
- merge .spec with o:F
- merge .changes with o:F
* Thu Aug 20 2009 opensuse@cboltz.de
- read ssl config files in non-ssl initscripts if TLS is enabled
[bnc#420972#c2]
* Tue Jul 07 2009 chris@computersalat.de
- fixed self prov error (imap)
* Sun May 24 2009 chris@computersalat.de
- new version 4.5.0
o Documentation refresh.
o pop3dserver.c: s/POP3_STLS/POP3_TLS/, for correct logging.
o imaprefs.c (dorefcreate): Clean up usage of rfc822_threadsearchmsg().
A malloc() failure wasn't checked correctly.
o rfc2045/rfc2045_fromfd.c: Optimize header parsing.
o search.c: Empty MIME entities would always match any SEARCH. Reported
by Dmitry Osipov.
o tcpd/configure.in: --without-gnutls forces suppression of GnuTLS when
OpenSSL is not present.
o tcpd/libcouriergnutls.c (tls_connect): Fix client certificate request
settings.
o tcpd/libcouriergnutls.c (set_cert): Add support for certificates
signed by an intermediate CA.
o imapwrite.c (write_error_exit): Dump fatal errors to stderr.
- new sbindir (failed), LDFLAGS (hunk) patch
- some spec fixes
o updated header
o updated description
o added ChangeLog, README.proxy
o fixed init install (0755)
o conflicts with cyrus-imapd
- fixed init scripts
o removed X-United stuff
- rpmlint stuff
o install-no-mkdir-buildroot
o removed old Obsoletes
o fixed non-conffile-in-etc
* Sat May 23 2009 chris@computersalat.de
- fixed differences of changelog
o my fault, added changes to spec, now fixed :)
/etc/SuSEfirewall2.d /etc/SuSEfirewall2.d/services /etc/SuSEfirewall2.d/services/courier-imap /etc/SuSEfirewall2.d/services/courier-imap-ssl /etc/courier /etc/courier/imapd-ssl.dist /etc/courier/imapd.cnf /etc/courier/imapd.dist /etc/courier/pop3d-ssl.dist /etc/courier/pop3d.cnf /etc/courier/pop3d.dist /etc/courier/quotawarnmsg.example /etc/init.d/courier-imap /etc/init.d/courier-imap-ssl /etc/init.d/courier-pop /etc/init.d/courier-pop-ssl /etc/pam.d/imap /etc/pam.d/pop3 /usr/bin/deliverquota /usr/bin/maildiracl /usr/bin/maildirkw /usr/bin/maildirmake /usr/lib/courier-imap /usr/lib/courier-imap/couriertcpd /usr/lib/courier-imap/makedatprog /usr/sbin/couriertls /usr/sbin/imapd /usr/sbin/imaplogin /usr/sbin/mkimapdcert /usr/sbin/mkpop3dcert /usr/sbin/pop3d /usr/sbin/pop3login /usr/sbin/rccourier-imap /usr/sbin/rccourier-imap-ssl /usr/sbin/rccourier-pop /usr/sbin/rccourier-pop-ssl /usr/sbin/sharedindexinstall /usr/sbin/sharedindexsplit /usr/share/courier-imap /usr/share/courier-imap/configlist /usr/share/courier-imap/mkimapdcert /usr/share/courier-imap/mkpop3dcert /usr/share/courier-imap/sysconftool /usr/share/doc/packages/courier-imap /usr/share/doc/packages/courier-imap/AUTHORS /usr/share/doc/packages/courier-imap/BUGS /usr/share/doc/packages/courier-imap/COPYING /usr/share/doc/packages/courier-imap/COPYING.GPL /usr/share/doc/packages/courier-imap/ChangeLog /usr/share/doc/packages/courier-imap/README /usr/share/doc/packages/courier-imap/README.imap /usr/share/doc/packages/courier-imap/README.maildirquota /usr/share/doc/packages/courier-imap/README.proxy /usr/share/doc/packages/courier-imap/README.sharedfolders /usr/share/man/man1/couriertcpd.1.gz /usr/share/man/man1/maildiracl.1.gz /usr/share/man/man1/maildirkw.1.gz /usr/share/man/man1/maildirmake.1.gz /usr/share/man/man8/courier-imapd.8.gz /usr/share/man/man8/deliverquota.8.gz /usr/share/man/man8/mkimapdcert.8.gz /usr/share/man/man8/mkpop3dcert.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 12:07:35 2013