annotate doc/documentation.txt @ 22916:432635b3ef52

login-common: ssl_require_crl works both ways It applies for incoming and outgoing connections.
author Aki Tuomi <aki.tuomi@dovecot.fi>
date Wed, 28 Feb 2018 14:22:04 +0200
parents 0b8f3ddbe29f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
1 The documentation in wiki/ directory has been imported from
12926
b6a705c42001 Changed wiki.dovecot.org links to wiki2.dovecot.org
Timo Sirainen <tss@iki.fi>
parents: 5712
diff changeset
2 http://wiki2.dovecot.org/. The actual Wiki may contain more up-to-date
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
3 information, so unless this is an old Dovecot release, you may want to use
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
4 the Wiki directly.
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
5
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
6 * <QuickConfiguration.txt> for people in hurry
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
7 * <WhyDoesItNotWork.txt> - Why doesn't Dovecot work?
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
8
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
9 Generic information about mail servers
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
10 ======================================
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
11
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
12 * Mail protocols: IMAP [http://en.wikipedia.org/wiki/Imap], POP3
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
13 [http://en.wikipedia.org/wiki/Pop3] and SMTP
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
14 [http://en.wikipedia.org/wiki/Smtp]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
15 * <Mail delivery agents and Sieve> [MDA.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
16 * <Mailbox formats> [MailboxFormat.txt]
5712
950feba5248e Updated
Timo Sirainen <tss@iki.fi>
parents: 5441
diff changeset
17 * <Dovecot's index files> [IndexFiles.txt]
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
18 * <User authentication> [Authentication.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
19 * <SASL> [Sasl.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
20
5712
950feba5248e Updated
Timo Sirainen <tss@iki.fi>
parents: 5441
diff changeset
21 Dovecot installation
950feba5248e Updated
Timo Sirainen <tss@iki.fi>
parents: 5441
diff changeset
22 ====================
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
23
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
24 It's a good idea to start with a simple Dovecot installation to see that
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
25 everything works. After that you can start changing things one at a time, so if
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
26 you run into trouble you know immediately where the problem is.
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
27
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
28 If you're in a hurry and you already know enough about mail servers,
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
29 <QuickConfiguration.txt> may be more helpful to you instead.
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
30
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
31 1. Installing
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
32 * <Compiling from sources> [CompilingSource.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
33 * <Installing prebuilt binaries> [PrebuiltBinaries.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
34 2. <Checking where mail is delivered to> [FindMailLocation.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
35 3. <Configuring Dovecot> [BasicConfiguration.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
36 4. <Running Dovecot> [RunningDovecot.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
37 5. <Logging.txt>
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
38 6. <Testing that everything works> [TestInstallation.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
39 * <Testing POP3 installation> [TestPop3Installation.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
40 7. <Finishing the test installation> [FinishBasicConfiguration.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
41
5712
950feba5248e Updated
Timo Sirainen <tss@iki.fi>
parents: 5441
diff changeset
42 Dovecot configuration
950feba5248e Updated
Timo Sirainen <tss@iki.fi>
parents: 5441
diff changeset
43 =====================
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
44
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
45 * Starting guidelines
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
46 * <System users> [SystemUsers.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
47 * <Virtual users> [VirtualUsers.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
48 * <UNIX User IDs used by Dovecot> [UserIds.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
49 * <Authentication configuration> [Authentication.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
50 * <Password databases> [PasswordDatabase.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
51 * <User databases> [UserDatabase.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
52 * <Multiple authentication databases>
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
53 [Authentication.MultipleDatabases.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
54 * <Kerberos> [Authentication.Kerberos.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
55 * <Restricting users' access> [Authentication.RestrictAccess.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
56 * <Special authentication features> [PasswordDatabase.ExtraFields.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
57 * <Master users> [Authentication.MasterUsers.txt]
12927
0b8f3ddbe29f Updated main documentation.txt index.
Timo Sirainen <tss@iki.fi>
parents: 12926
diff changeset
58 * <Caching> [Authentication.Caching.txt]
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
59 * <Mailbox location configuration> [MailLocation.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
60 * <Mails stored in local disk> [MailLocation.LocalDisk.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
61 * <Mails stored in shared filesystem> [MailLocation.SharedDisk.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
62 (<NFS.txt>, clustered FS)
12927
0b8f3ddbe29f Updated main documentation.txt index.
Timo Sirainen <tss@iki.fi>
parents: 12926
diff changeset
63 * <Director.txt> for easily proxying same user to same server to
0b8f3ddbe29f Updated main documentation.txt index.
Timo Sirainen <tss@iki.fi>
parents: 12926
diff changeset
64 avoid caching problems.
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
65 * <Maildir configuration> [MailLocation.Maildir.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
66 * <Mbox configuration> [MailLocation.Mbox.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
67 * <Namespaces.txt>
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
68 * <Shared mailboxes> [SharedMailboxes.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
69 * <Login processes and their settings> [LoginProcess.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
70 * <SSL.txt> settings and certificate creation
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
71 * <Plugins.txt>
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
72 * <Quota.txt>
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
73 * <Access Control Lists> [ACL.txt] (ACLs)
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
74 * <Dovecot as a POP3 server> [POP3Server.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
75 * <Dovecot's local delivery agent> [LDA.txt]
12927
0b8f3ddbe29f Updated main documentation.txt index.
Timo Sirainen <tss@iki.fi>
parents: 12926
diff changeset
76 * <Sieve.txt> and <ManageSieve.txt>
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
77 * <Post-login scripting> [PostLoginScripting.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
78
5712
950feba5248e Updated
Timo Sirainen <tss@iki.fi>
parents: 5441
diff changeset
79 HOWTOs, examples and tutorials
950feba5248e Updated
Timo Sirainen <tss@iki.fi>
parents: 5441
diff changeset
80 ==============================
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
81
12926
b6a705c42001 Changed wiki.dovecot.org links to wiki2.dovecot.org
Timo Sirainen <tss@iki.fi>
parents: 5712
diff changeset
82 Some HOWTOs haven't been included in wiki/. Use http://wiki2.dovecot.org/
5712
950feba5248e Updated
Timo Sirainen <tss@iki.fi>
parents: 5441
diff changeset
83 instead.
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
84
5712
950feba5248e Updated
Timo Sirainen <tss@iki.fi>
parents: 5441
diff changeset
85 * <HOWTOs, examples and tutorials> [HowTo.txt] for different installations
950feba5248e Updated
Timo Sirainen <tss@iki.fi>
parents: 5441
diff changeset
86 * Existing Dovecot installations
12926
b6a705c42001 Changed wiki.dovecot.org links to wiki2.dovecot.org
Timo Sirainen <tss@iki.fi>
parents: 5712
diff changeset
87 [http://wiki2.dovecot.org/DovecotServerInstallations]
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
88
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
89 Migration from existing systems
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
90 ===============================
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
91
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
92 * <From other IMAP/POP3 servers> [Migration.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
93 * <My mailboxes are lost after migrating to Dovecot!>
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
94 [MissingMailboxes.txt]
12927
0b8f3ddbe29f Updated main documentation.txt index.
Timo Sirainen <tss@iki.fi>
parents: 12926
diff changeset
95 * <Upgrading Dovecot to a new version> [Upgrading.txt]
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
96 * <Converting between mailbox formats> [Migration.MailFormat.txt] (mbox <->
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
97 Maildir, etc.)
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
98
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
99 Troubleshooting
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
100 ===============
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
101
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
102 * <Why doesn't Dovecot work?> [WhyDoesItNotWork.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
103 * <Finding the error message from logs> [Logging.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
104 * <Debugging authentication> [Debugging.Authentication.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
105 * <Process tracing> [Debugging.ProcessTracing.txt] is useful when Dovecot
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
106 seems slow or hangs completely
12927
0b8f3ddbe29f Updated main documentation.txt index.
Timo Sirainen <tss@iki.fi>
parents: 12926
diff changeset
107 * Rawlog [Debugging.Rawlog.txt] can be used to log post-login IMAP/POP3
0b8f3ddbe29f Updated main documentation.txt index.
Timo Sirainen <tss@iki.fi>
parents: 12926
diff changeset
108 traffic
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
109 * <mbox errors and crashes> [MboxProblems.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
110 * <Client issues and configuration> [Clients.txt]
5712
950feba5248e Updated
Timo Sirainen <tss@iki.fi>
parents: 5441
diff changeset
111 * <Negative UIDs / message sets> [Clients.NegativeUIDs.txt]
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
112 * <Debugging using Thunderbird's logging> [Debugging.Thunderbird.txt]
5712
950feba5248e Updated
Timo Sirainen <tss@iki.fi>
parents: 5441
diff changeset
113 * <"Time moved backwards" error> [TimeMovedBackwards.txt]
12927
0b8f3ddbe29f Updated main documentation.txt index.
Timo Sirainen <tss@iki.fi>
parents: 12926
diff changeset
114 * <%d expands to empty string> [DomainLost.txt]
0b8f3ddbe29f Updated main documentation.txt index.
Timo Sirainen <tss@iki.fi>
parents: 12926
diff changeset
115 * <pre-authenticated sessions> [PreAuth.txt]
5441
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
116 * Sending bug reports [http://dovecot.org/bugreport.html], debugging crashes
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
117 and sniffing network traffic
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
118
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
119 Tuning
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
120 ======
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
121
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
122 * <Performance tuning> [PerformanceTuning.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
123 * <Security tuning> [SecurityTuning.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
124 * <Chrooting.txt>
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
125
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
126 Reference
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
127 =========
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
128
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
129 * <Dovecot's design> [Design.txt]
9d36800df1ae Added documentation to doc/wiki/. autogen.sh downloads them from dovecot.org
Timo Sirainen <tss@iki.fi>
parents:
diff changeset
130 * <Client issues and configuration> [Clients.txt]