Dovecot Installation

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Building from Source

git clone https://github.com/dovecot/core.git dovecot
cd dovecot
./autogen.sh

I had to run autogen twice, the first time it complained about an 'AM_ICONV' macro.

./configure --enable-maintainer-mode