Dovecot Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:


I had to run autogen twice, the first time it complained about an 'AM_ICONV' macro.
I had to run autogen twice, the first time it complained about an 'AM_ICONV' macro.
./configure --enable-maintainer-mode

Revision as of 02:20, 18 December 2017

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