UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ BASH | XML | JSON ]

dovecot

Dovecot is an Internet Message Access Protocol (IMAP) and Post Office Protocol (POP) server, written primarily with security in mind. Dovecot aims to be lightweight, fast and easy to set up as well as highly configurable and easily extensible with plugins.

Package info

Template:
Codename: dovecot
Source file: dovecot-2.4.0.tar.gz
Source file size: 6174332
Source file MD5-checkum: 5a0b3aaaf0adc1278d2611ff5f1593cd
Source directory: dovecot-2.4.0
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/d/dovecot-2.4.0.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/d/dovecot-2.4.0.tar.gz.md5sum
Dependances: icu, libtirpc, sqlite, Linux-PAM, OpenLDAP-client, libcap, mariadb-client, postgresql-client.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
System preparation script:
groupadd -g 42 dovecot &&
useradd -c "Dovecot unprivileged user" -d /dev/null -u 42 \
        -g dovecot -s /bin/false dovecot &&
groupadd -g 43 dovenull &&
useradd -c "Dovecot login user" -d /dev/null -u 43 \
        -g dovenull -s /bin/false dovenull

Configuration script:
./configure --prefix=/usr                          \
            --sysconfdir=/etc                      \
            --localstatedir=/var                   \
            --with-lua=no                          \
            --docdir=/usr/share/doc/dovecot-2.4.0  \
            --disable-static


Build script:
make

Install script:
make install

cat > /etc/pam.d/dovecot << "EOF"
# Begin /etc/pam.d/dovecot

auth     include system-auth
account  include system-account
password include system-password

# End /etc/pam.d/dovecot
EOF