Dovecot

From CBLFS
Revision as of 18:57, 9 February 2009 by Jciccone (talk | contribs) (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://ftp.isc.org/isc/dhcp/dhcp-3.1-history/dhcp-{{Dhcp-Version}}.tar.gz |} {| style="text-align: left; ba...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://ftp.isc.org/isc/dhcp/dhcp-3.1-history/dhcp-4.2.0-P1.tar.gz
Download Patch: http://svn.cross-lfs.org/svn/repos/patches/dhcp/dhcp-4.2.0-P1-iproute2-1.patch

Introduction to Dovecot

Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory.

Project Homepage: http://www.dovecot.org/

Dependencies

Optional

Configuration Information

To compile OpenLDAP support pass the following to configure:

--with-ldap

To compile PostgreSQL support pass the following to configure:

--with-pgsql

To compile MySQL support pass the following to configure:

--with-mysql

To compile SQLite3 support pass the following to configure:

--with-sqlite

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc \
    --localstatedir=/var \
    --libexecdir=/usr/lib/dovecot/exec

Install the package:

make install

Multilib

64Bit

Compile the package:

CC="gcc ${BUILD64}" USE_ARCH=64 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --sysconfdir=/etc \
    --libdir=/usr/lib64 --localstatedir=/var \
    --libexecdir=/usr/lib64/dovecot/exec

Install the package:

make install

Configuring