blob: 8d532849d1cc18f2f7e3caee160d13a05bc4819c (
plain)
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
67
68
69
70
71
72
73
|
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<!-- Copyright 1998 - 2009 Double Precision, Inc. See COPYING for -->
<!-- distribution information. -->
<refentry id="makeimapaccess">
<info><author><firstname>Sam</firstname><surname>Varshavchik</surname><contrib>Author</contrib></author><productname>Courier Mail Server</productname></info>
<refmeta>
<refentrytitle>makeimapaccess</refentrytitle>
<manvolnum>8</manvolnum>
<refmiscinfo>Double Precision, Inc.</refmiscinfo>
</refmeta>
<refnamediv>
<refname>makeimapaccess</refname>
<refpurpose>Build IMAP server access file</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis sepchar=" ">
<command>makeimapaccess</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1 id="makeimapaccess_description">
<title>DESCRIPTION</title>
<para>
<command>makeimapaccess</command> rebuilds the contents of the
<filename>@sysconfdir@/imapaccess.dat</filename> database from the
contents of the
files in the <filename>@sysconfdir@/imapaccess</filename> directory.
When the
<command>imapd</command> script starts <command>couriertcpd</command>,
the script specifies the
<filename>@sysconfdir@/imapaccess.dat</filename> file to control
access to
the <application>Courier</application> mail server's
IMAP daemon. The <command>makeimapaccess</command> script
must be
run before any changes in the <filename>@sysconfdir@/imapaccess</filename>
directory take effect.</para>
<para>
The
<ulink url="couriertcpd.html"><citerefentry><refentrytitle>couriertcpd</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> manual page
describes the general format of access files.</para>
<refsect2 id="makeimapaccess_the_imapaccess_configuration_file">
<title>The <filename>imapaccess</filename> configuration file</title>
<para>
The
<ulink url="couriertcpd.html"><citerefentry><refentrytitle>couriertcpd</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink> manual page
describes the generic format of the access file.
The access file specifies
what should be done with connections from defined IP address ranges.
The basic choices are to accept or reject the connection.
Also, the generic format of the access file allows arbitrary environment
variables to be set based on the connection's remote IP address,
however the IMAP server does not use any special environment variables
on its own.
</para>
</refsect2>
</refsect1>
<refsect1 id="makeimapaccess_see_also">
<title>SEE ALSO</title>
<para>
<ulink url="couriertcpd.html"><citerefentry><refentrytitle>couriertcpd</refentrytitle><manvolnum>8</manvolnum></citerefentry></ulink>.
</para>
</refsect1>
</refentry>
|