Mailspect adds Apt Repository to Simplify Installation on Ubuntu
Seems like Ubuntu is taking over our customer base by storm. Also turns out that apt is great technology so we are pleased to offer a new apt repository to install Mailspect Defense and Mailspect Archive on Ubuntu and Debian servers. Fighting spam and creating email archives has never been simpler on Ubuntu thanks to us!
This is still in testing phase so please don’t be shy about feedback.
Here’s how to install mppd using apt-get.
curl -) http://apt.mailspect.com/ovidiu@mailspect.com.gpg.key | sudo
apt-key add -
Edit /etc/apt/source.list and add:
deb http://apt.mailspect.com/ mpp-testing non-free
Or it’s also possible to create a file /etc/apt/sources.list.d/mpp.list
with content
deb http://apt.mailspect.com/ mpp-testing non-free
echo ” deb http://apt.mailspect.com/ mpp-testing non-free ” >
/etc/apt/sources.list.d/mpp.list
sudo apt-get update
sudo apt-get install mpp


