|
| |
Courier Mail Server
www.courier-mta.org,
www.inter7.com/courierimap.
Software : Daemons
: Courier : Übersicht
11-Jan-2005/09-Jan-07
Übersicht
Der Courier Mail Server ist ein komplexes und gut skalierendes Programmpaket
für die Übermittlung und Verarbeitung von Mail; im Gegensatz zu
spezialisierten Lösungen wie Postfix
umfasst Courier Komponenten für nahezu alle Belange der E-Mail und kommt
damit als Gesamtpaket dem, was man in der
Microsoft-Windows-Welt
unter einem »Mail-Server« versteht, recht nahe.
Courier unterstützt u.a. die Verwaltung von Mailinglisten und das Filtern
von Spam, kann als Mail-Relay und E-Mail in die Mailboxen der Systembenutzer
ausliefern. Courier verwendet dafür als natives Speicherformat Maildirs,
bietet jedoch zusätzlcih auch eine limitierte Unterstützung für Standard-Mailbox-Dateien.
Darüber hinaus unterstützt Corier auch virtuelle Mail-Accounts, die über
LDAP, MySQL oder PostgreSQL authentifiziert werden.
Einzelne Komponenten von Courier wie die Mail-Filtering-Engine,
der Webmail-Server und der IMAP-Server können auch separat vom
Gesamtpaket eingesetzt und beispielsweise mit
Postfix kombiniert werden.
Aus der Selbstdarstellung:
»The Courier mail transfer agent (MTA) is an integrated
mail/groupware server based on open commodity protocols, such as ESMTP,
IMAP, POP3, LDAP, SSL, and HTTP. Courier provides ESMTP, IMAP, POP3,
webmail, and mailing list services within a single, consistent,
framework. Individual components can be enabled or disabled at will.
Courier now implements basic web-based calendaring and scheduling
services integrated in the webmail module. Advanced groupware
calendaring services will follow soon« (Quelle:
www.courier-mta.org; Zugriff:
11-Jan-2005).
Anbieter: Double Precision, Inc.
Lizenz: GNU General Public License.
Logo:

Versionen und Meilensteine
www.courier-mta.org/imap/changelog.html.
Features
- Extremely small footprint. On x86, Courier-IMAP's main daemon is a
fraction of the size of the UW-IMAP server, and has a greatly reduced
memory footprint.
- Uses the Courier Authentication Library for authenticating mail
accounts.
- Ability to restrict the maximum number of IMAP logins, and the
maximum number of logins from the same IP address. This will prevent
denial-of-service attacks where the attacker attempts to overload the
server with multiple login connections.
- Shared folders. With additional server-side setup, folders can be
shared between groups of accounts.
- IMAP over SSL. If OpenSSL is installed, Courier-IMAP will,
optionally, accept IMAP connections over SSL. The IMAP STARTTLS
extension is also implemented.
IPv6 support, if available.
- IMAP extensions that implement server-side sorting. This can be
optionally disabled in environments that have limited resources.
- Courier-IMAP implements many popular IMAP protocol extensions that
provide value-added functionality with most popular IMAP clients.
- Optional support for sorting and searching in non-English character
sets. Non-English character set tables are optional, and will not take
up any additional overhead unless they are specifically included.
Download the source code to obtain a list of currently supported
character sets.
- A compatible POP3 server is also included in the Courier-IMAP
package, that uses the same authentication modules. The POP3 server can
only access the INBOX, and cannot access any folders.
- An experimental mail access protocol, SMAP.
- IMAP/POP3 proxying. It is possible to distribute all mailboxes
between multiple servers. A separate server (or a pool of servers)
accepts all IMAP/POP3 connections, then connects to the right server
based on the mailbox the connecting client is logging into.
Quelle:
www.courier-mta.org/imap/features.html.
Dokumentation
Einführung:
www.courier-mta.org/intro.html.
Installation:
www.courier-mta.org/install.html.
Dokumentation:
www.courier-mta.org/documentation.html.
FAQ:
www.courier-mta.org/FAQ.html.
Mailinglisten
courier-imap mailing list,
lists.sourceforge.net/mailman/listinfo/courier-imap.
Konfiguration
Die Konfiguration von Courier erfolgt zum einen über
Konfigurationsdateien, zum anderen besitzt das Programmpaket ein
web-basiertes Administration-Modul, über das zahlreiche Parameter
eingestellt werden können. Trotz dieser Hilfe sollte man bei der
Ersteinrichtung nicht damit rechnen, rasche Erfolge zu haben; je nach
Komplexität der jeweiligen Installation kann sich die Konfiguration des
Courier-Pakets über etliche Tage hinziehen.
Eine der größten Hürden bei der Konfiguration von Courier ist gewöhnlich die
Einrichtung der Authentifizierung; Courier unterstützt eine Vielzahl von
Authentifizierungsmechanismen, darunter OpenLDAP (authldap), MySQL
(authmysql), Vpopmail, PAM und Userdb (authpwd, authshadow, authpam,
authuserdb, authcram u.a.). Wer in seinen mail.err-Logfiles Einträge findet
wie
imaplogin: LOGIN FAILED
sollte daher zunächst sicherstellen, dass seine
Authentifizierungsmethoden korrekt eingerichtet sind und – vollkommen unabhängig von Courier –
überhaupt richtig funktionieren.
Siehe dazu Courier-FAQ:
Download
www.courier-mta.org/status.html.
Patches:
Courier ist in Debian GNU/Linux "apt-gettable"; es stehen folgende
Einzelpakete zur Verfügung:
- courier-authdaemon - Courier Mail Server - Authentication daemon
- courier-authmysql - Courier Mail Server - MySQL authentication
- courier-authpostgresql - Courier Mail Server - PostgreSQL
Authentication
- courier-base - Courier Mail Server - Base system
- courier-doc - Courier Mail Server - Additional documentation
- courier-faxmail - Courier Mail Server - Faxmail gateway
courier-filter-perl - A purely Perl-based mail filter framework for
the Courier MTA
- courier-imap - Courier Mail Server - IMAP server
- courier-imap-ssl - Courier Mail Server - IMAP over SSL
- courier-ldap - Courier Mail Server - LDAP support
- courier-maildrop - Courier Mail Server - Mail delivery agent
- courier-mlm - Courier Mail Server - Mailing list manager
- courier-mta - Courier Mail Server - ESMTP daemon
- courier-mta-ssl - Courier Mail Server - ESMTP over SSL
- courier-pcp - Courier Mail Server - PCP server
- courier-pop - Courier Mail Server - POP3 server
- courier-pop-ssl - Courier Mail Server - POP3 over SSL
- courier-ssl - Courier Mail Server - SSL/TLS Support
- courier-webadmin - Courier Mail Server - Web-based
administration frontend
- couriergraph - Mail statistics RRDtool frontend for
Courier-{POP,IMAP}
Wer beispielsweise nur den IMAP-Server einsetzen will, installiert
mit apt-get einfach nur das Paket courier-imap, die
Debian-Pektverwaltung löst die Abhängigkeiten dann automatisch auf.
Alternativen
Literatur
Postfix
von Richard Blum.
ISBN: 0672321149;
Published: May 15, 2001;
Copyright 2001;
Dimensions 7-3/8" x 9-1/8";
Pages: 624;
Edition: 1st.
Empfohlener Verkaufspreis: US-$ 49.99
Website:
www.samspublishing.com.
Der Band enthält eine Beschreibung der Konfiguration von Postfix zur
Auslieferung von E-Mail in Maildirs mit Courier-IMAP.
Kurzbeschreibung: »This book will offer broad coverage to
instruct both the large ISP and the small business network administrator
on how to install and configure a full featured Internet email system
with a minimum amount of expense. This is possible using the Linux
Operating System which supplies all of the necessary server software,
the Postfix email software package, and Public Domain client email
software on the client PC's. This book also includes educational
information that can be used by network administrators in using Postfix
to connect an office email server to an ISP. The Postfix email software
package is in widely used on the Internet without any books documenting
how to install, configure, and operate the email server. This book will
provide all the information needed to run Postfix effectively and
efficiently«.
Probekapitel:
Netmarks
Allgemein:
freshmeat.net: Project details for Courier-IMAP,
freshmeat.net/releases/183356.
Step-by-step-Anleitung für die EInrichtung von Mozilla 1.2.1, Outlook
2000 und Outlook Express 6 für den Abruf von E-Mail via Courier-IMAP,
karmak.org/2003/courier-imap.
Howtos:
Postfix+Courier-IMAP+MySQL multiple domain HOWTO,
kirb.insanegenius.net/postfix.html.
Courier-IMAP + Maildrop + QMail with Virtual Domains HOWTO,
www.skander.net/docs/email.
Install and Test Qmail with POP, IMAP and WebMail,
www.sxpress.com/~henry/qmail-pop-imap-web-howto.htm.
Qmail VMailMgr and Courier-IMAP HOWTO,
www.linuxdoc.org/HOWTO/Qmail-VMailMgr-Courier-imap-HOWTO.html.
| |
Courier: |
|
Name: Besucher.
Online: 29 aktive User.
|
| Login |
Logout
|
|
|
Benachrichtigen bei Änderungen: |
|
|
|
|
Debian GNU/Linux 3.1 »Sarge«,
mit Debian-Anwenderhandbuch.

DVD-ROM +
Bonus-DVD
EUR
49,90
(versandkostenfrei)
|
Debian GNU/Linux Power Pack.
von
Peter H. Ganten und
Wulf Alex.

946 Seiten, zwei DVDs
EUR 69,95
(versandkostenfrei) |
Ubuntu: |
Ubuntu/Kubuntu 5.10,
mit Handbuch.

EUR
29,90
(versandkostenfrei)
|
SuSE
Linux: |
SUSE
Linux 10.0 deutsch.
von Novell

EUR
48,95
(versandkostenfrei)
|
SuSE
Linux 9.3 Professional
von Novell.

EUR
82,99
(versandkostenfrei)
|
SuSE
Linux 9.3 Professional Update.
von Novell

EUR 59,95
(versandkostenfrei) |
Red
Hat Linux: |
|
Red Hat Linux
Professional Workstation.

EUR 99,95
(versandkostenfrei)
|
Red Hat Linux 9 Personal.
Red Hat Linux 9 Professional.

ab EUR 39,99
(versandkostenfrei) |
|
 |
Thematisch verwandte Subsites:
Apple,
BSD,
Hardware,
Internet,
Microsoft Windows,
Networking,
Open Content,
Open Source & Free Software,
Politik,
Recht,
Safety,
Security,
Shopping,
Software,
The Tark,
Webworking,
Wissen. |
 |
|
|