mailinabox/ppa
Jon Hermansen 6ace97e482 update PPA build URL for postgrey 1.35. Fixes #1211 (#1212) 2017-07-21 15:13:57 -04:00
..
Makefile update PPA build URL for postgrey 1.35. Fixes #1211 (#1212) 2017-07-21 15:13:57 -04:00
README.md merge #406 - dovecot-lucene & packaging 2015-06-03 15:51:16 -04:00
Vagrantfile ppa: build the dovecot-lucene package 2015-05-23 14:03:14 -04:00
dovecot_lucene.diff simplify build/setup of dovecot-lucene package 2015-06-03 15:48:35 -04:00
postgrey.diff bring the postgrey patches into this repository rather than maintaining them in a separate postgrey fork repository 2015-06-03 15:50:25 -04:00
postgrey_sources.diff bring the postgrey patches into this repository rather than maintaining them in a separate postgrey fork repository 2015-06-03 15:50:25 -04:00

README.md

ppa instructions

Mail-in-a-Box maintains a Launchpad.net PPA (Mail-in-a-Box PPA) for additional deb's that we want to have installed on systems.

Packages

Building

To rebuild the packages in the PPA, you'll need to be @JoshData.

First:

  • You should have an account on Launchpad.net.
  • Your account should have your GPG key set (to the fingerprint of a GPG key on your system matching the identity at the top of the debian/changelog files).
  • You should have write permission to the PPA.

To build:

# Start a clean VM.
vagrant up

# Put your signing keys (on the host machine) into the VM (so it can sign the debs).
gpg --export-secret-keys | vagrant ssh -- gpg --import

# Build & upload to launchpad.
vagrant ssh -- "cd /vagrant && make"

Mail-in-a-Box adds our PPA during setup, but if you need to do that yourself for testing:

apt-add-repository ppa:mail-in-a-box/ppa
apt-get update
apt-get install postgrey dovecot-lucene