1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
.TH bincimap 1
.SH "NAME"
bincimap \- IMAP server
.SH "SYNOPSIS"
.B bincimap-up [options] -- <authenticator> bincimapd <maildepot>
.B bincimap-up -- SQMAIL/bin/qmail-authuser bincimapd Maildir
.SH "DESCRIPTION"
Binc IMAP is an IMAP server for Maildir type mailboxes. It is well
known for being easy to install, use and maintain.
Binc IMAP is invoked by
.B sslserver
in order to achieve TLS and/or StartTLS capabilities for the required
confidentiality.
Binc IMAP is unique because of its simple, yet powerful \fBinvocation
pipeline\fR. This simple system makes it easy to have Binc IMAP do
exactly what you want.
The \fBinvocation pipeline\fR consists of the following parts:
.TP 4
.B bincimap-up
Is a stub to start the IMAP session, configuring the service
options, calling the authenticator, and finally invoking the
.B bincimapd
server.
.TP 4
.B qmail-authuser
is the versatile PAM communicating with different user authentication
backends and setting up the required
.I USER
envrionment variable. Other PAMs, like
.B checkpassword.pl
can be used instead.
.TP 4
.B bincimapd
implements the IMAP interface to the user's
.I <maildepot>
by name which could be a
.I Maildir++
or
.I IMAPdir
structured.
.SH "COPYRIGHT"
Copyright (C) 2002-2005 Andreas Aardal Hanssen, 2023 Erwin Hoffmann
This is free software; see the LICENSE for copying conditions. There is
NO warranty.
.SH "NOTE"
Please report any bugs to the
.B Binc IMAP
mailing list. Before posting your bug, check out the
.B Binc IMAP
official home page for a list of mailing list archives
to browse.
.RS
.nf
Mailing list: <binc@mail.fehcom.net>
Subscribing to a mailing list: <binc-subscribe@mail.fehcom.net>
Home page: https://www.fehcom.de/binc/bincimap.html
.SH "SEE ALSO"
bincimap-up(1), bincimapd(1), qmail-authuser(8),
sslserver(1), tcpserver(1), multilog(1)
|