Dovecot Installation

From NovaOrdis Knowledge Base
Revision as of 02:21, 18 December 2017 by Ovidiu (talk | contribs)
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.

PANDOC=false ./configure --enable-maintainer-mode