Skip to content

Instantly share code, notes, and snippets.

@Laeeth
Created December 28, 2016 20:33
Show Gist options
  • Save Laeeth/ffb4df89fab185057241654d70504819 to your computer and use it in GitHub Desktop.
Save Laeeth/ffb4df89fab185057241654d70504819 to your computer and use it in GitHub Desktop.
(re) build script for dovecot core
./configure --prefix=/usr --sysconfdir=/etc \
--sbindir=/usr/bin \
--localstatedir=/var \
--libexecdir=/usr/lib \
--with-moduledir=/usr/lib/dovecot/modules \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
--disable-static \
--with-nss \
--with-pam \
--with-mysql \
--with-pgsql \
--with-sqlite \
--without-ldap \
--with-ssl=openssl \
--with-ssldir=/etc/ssl \
--with-gssapi \
--with-zlib \
--with-bzlib \
--with-lzma \
--with-lz4 \
--with-libcap \
--with-solr \
--with-docs #--help
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment