Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
91438fc1
...
91438fc10ba567e7ef76c75f72d4e87510c10c28
authored
2006-04-19 13:27:26 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Document --with-berkeley-db option
1 parent
2f9b173d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
23 deletions
README
README
View file @
91438fc
...
...
@@ -189,29 +189,6 @@ specific configuration options:
a better average distribution than the `index'
method.
If you wish to use APOP authentication in POP3 daemon, you will have
to enable DBM support in Mailutils. To do so, use one of the following
options:
--with-gdbm
Use GNU DBM
--with-db2
Use Berkeley DB
--with-ndbm
Use NDBM
--with-dbm
Use old DBM
Only one dbm option may be specified. Which one depends on the flavor
of DBM you are using. GDBM is most common for GNU system.
--with-log-facility=facility
Enable logging to the given syslog facility. Default is `mail'.
...
...
@@ -235,6 +212,44 @@ options:
one from your libc. You will need this option if the libc library
on your system was compiled without NLS support.
The following options enable DBM support in Mailutils. DBM support is
necessary if you wish to use APOP authentication in POP3 daemon or to
use DBM-based mail box quotas with mail.local.
--with-gdbm
Use GNU DBM
--with-berkeley-db[=ARG]
Use Berkeley DB. If ARG is not specified, configure will
attempt to autodetect the database version to use. Unless ARG
begins with a digit, it is taken as a library name, without
the `lib' prefix and library type suffix, so that specifying
--with-berkeley-db=db-3.1
instructs configure to use library libdb-3.1.so (or
libdb-3.1.a).
Otherwise, if ARG begins with a digit, it is understood as a
library version number to link to. In this case configure
assumes a Slackware-like installation layout. Thus, using
--with-berkeley-db=3.1
tells configure to use library libdb-3.1.so (or libdb-3.1.a)
and header file /usr/include/db31/db.h
--with-ndbm
Use NDBM
--with-dbm
Use old DBM
Only one dbm option may be specified. Which one depends on the flavor
of DBM you are using. GDBM is most common for GNU system.
Use following options to disable support for particular protocols or
features:
...
...
Please
register
or
sign in
to post a comment