Giter Site home page Giter Site logo

ossobv / dovecot-deb Goto Github PK

View Code? Open in Web Editor NEW
0.0 6.0 0.0 2.41 MB

(obsolete) OSSO build of Dovecot packages for Debian/Ubuntu (2.3.6)

License: Other

Shell 58.29% Roff 4.10% Makefile 15.47% Python 6.04% Dockerfile 12.30% Standard ML 3.81%
debian-packages dovecot imap-server

dovecot-deb's Introduction

OSSO build of dovecot 2.3.2.1

⚠️ WARNING ⚠️ This package is obsolete❗

Instead, see: https://repo.dovecot.org/


Using Docker:

./Docker.build

If the build succeeds, the built Debian packages are placed inside (a subdirectory of) Docker.out/.

Manual build

You could do things manually without Docker. In that case it would look somewhat like this.

Note that you may have to peek inside the Dockerfile for some extra steps to perform.

Get source:

wget https://www.dovecot.org/releases/2.3/dovecot-2.3.1.tar.gz \
  -O dovecot_2.3.1.orig.tar.gz

tar zxf dovecot_2.3.1.orig.tar.gz

Setup debian/ dir:

cd dovecot-2.3.1
git clone https://github.com/ossobv/dovecot-deb.git debian

Optionally alter debian/changelog and then build:

dpkg-buildpackage -us -uc -sa
# skip -us and -uc if you have GPG set up properly
# for *exactly* the identifier in the changelog

Changes from Ubuntu 2.2.22 build

  • Assembled by:
    • taking the dovecot-ce-2.3.0 debian dir;
    • mixing it with the dovecot-2.2.22 Ubuntu/Xenial debian dir;
    • updating the pigeonhole.patch with the 0.5.0.1 source;
    • updating everything with the Debian 2.3.1-2 patches.
  • Relevant changes in our case:

    • ssl_protocols had to be removed from the config (or replaced by ssl_min_protocol);
    • lmtp is now found in a separate dovecot-lmtpd package, which also had to be installed.

    See also: https://wiki2.dovecot.org/Upgrading/2.3

  • Changing from 2.2.22 to 2.3.0 fixed the imap crashes in libdovecot near i_stream_seek as discussed here: https://wjd.nu/notes/2018#dovecot-roundcube-mail-read-error

dovecot-deb's People

Contributors

wdoekes avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.