Dovecot Installation: Difference between revisions

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


  git clone https://github.com/dovecot/core.git dovecot
  git clone https://github.com/dovecot/core.git dovecot
 
  cd dovecot
  cd dovecot
./autogen.sh
I had to run autogen twice, the first time it complained about an 'AM_ICONV' macro.

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.