Added the 'encryption' node.
Showing
1 changed file
with
23 additions
and
1 deletions
1 | @c This is part of the GNU Mailutils manual. | 1 | @c This is part of the GNU Mailutils manual. |
2 | @c Copyright (C) 1999,2000,2001,2002 Free Software Foundation, Inc. | 2 | @c Copyright (C) 1999,2000,2001,2002,2003 Free Software Foundation, Inc. |
3 | @c See file mailutils.texi for copying conditions. | 3 | @c See file mailutils.texi for copying conditions. |
4 | @comment ******************************************************************* | 4 | @comment ******************************************************************* |
5 | 5 | ||
... | @@ -201,6 +201,7 @@ or single quotes). | ... | @@ -201,6 +201,7 @@ or single quotes). |
201 | * address:: Specifies the default email address and domain. | 201 | * address:: Specifies the default email address and domain. |
202 | * daemon:: Options common for daemon programs. | 202 | * daemon:: Options common for daemon programs. |
203 | * auth:: Authentication-specific options. | 203 | * auth:: Authentication-specific options. |
204 | * encryption:: Encryption options. | ||
204 | * logging:: Logging control options. | 205 | * logging:: Logging control options. |
205 | * sieve: sieve group. Sieve specific options | 206 | * sieve: sieve group. Sieve specific options |
206 | * config sample:: A sample configuration file. | 207 | * config sample:: A sample configuration file. |
... | @@ -384,6 +385,27 @@ Name of the database to connect to. | ... | @@ -384,6 +385,27 @@ Name of the database to connect to. |
384 | Port to use | 385 | Port to use |
385 | @end table | 386 | @end table |
386 | 387 | ||
388 | @node encryption | ||
389 | @subsection encryption --- TLS/SSL encryption options. | ||
390 | @cindex :encryption | ||
391 | |||
392 | These options control TLS/SSL encryption in @command{imap4d} | ||
393 | and @command{pop3d} daemons. | ||
394 | |||
395 | @table @option | ||
396 | @item --ssl-cert @var{file} | ||
397 | This option specifies the file name of the server side SSL certificate | ||
398 | (accepts PEM format). | ||
399 | @item --ssl-key @var{file} | ||
400 | This option specifies the file name of the server side private SSL key | ||
401 | (accepts PEM format). The key must be protected with 0600 file permissions | ||
402 | (u=rw,g=,o=), otherwise @command{imap4d} or @command{pop3d} daemons will | ||
403 | refuse to support TLS/SSL encryption. | ||
404 | @item --ssl-cafile @var{file} | ||
405 | This option specifies a file containing the list of trusted CAs (PEM list) | ||
406 | in order to verify client's certificates. This option is not required. | ||
407 | @end table | ||
408 | |||
387 | @node logging | 409 | @node logging |
388 | @subsection logging --- Logging control options. | 410 | @subsection logging --- Logging control options. |
389 | @cindex :logging | 411 | @cindex :logging | ... | ... |
-
Please register or sign in to post a comment