Dovecot Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:


=Building from Source=
=Building from Source=
Requires openssl-devel package to be installed.


  git clone https://github.com/dovecot/core.git dovecot
  git clone https://github.com/dovecot/core.git dovecot

Revision as of 02:30, 18 December 2017

Internal

Building from Source

Requires openssl-devel package to be installed.


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

Output:

Install prefix . : /usr/local
File offsets ... : 64bit
I/O polling .... : epoll
I/O notifys .... : inotify
SSL ............ : no
GSSAPI ......... : no
passdbs ........ : static passwd passwd-file shadow checkpassword
CFLAGS ......... : -std=gnu99 -g -O2 -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2
                 : -pam -bsdauth -sia -ldap -vpopmail -sql
userdbs ........ : static prefetch passwd passwd-file checkpassword
                 : -ldap -vpopmail -sql
SQL drivers .... :
                 : -pgsql -mysql -sqlite -cassandra
Full text search : squat
                 : -lucene -solr
make
sudo make install