mailinabox/ppa
Joshua Tauberer a5ef64919a ppa: build the dovecot-lucene package 2015-05-23 14:03:14 -04:00
..
Makefile ppa: build the dovecot-lucene package 2015-05-23 14:03:14 -04:00
README.md add preliminary build tools for a Mail-in-a-Box PPA 2015-05-18 22:15:09 -04:00
Vagrantfile ppa: build the dovecot-lucene package 2015-05-23 14:03:14 -04:00
dovecot_lucene.diff ppa: build the dovecot-lucene package 2015-05-23 14:03:14 -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

  • postgrey, with a modification to whitelist senders that are whitelisted by dnswl.org (i.e. don't greylist mail from them).

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"

To use on a Mail-in-a-Box box, add the PPA and then upgrade packages:

apt-add-repository ppa:mail-in-a-box/ppa
apt-get update
apt-get upgrade