On Sun, 6 Feb 2011 18:52:15 +0000, Mark Alan <[email protected]> wrote:
> Do you know any reliable Debian/Ubuntu repositories for the > newest Postfix 2.8? [SOLVED] For now we will use Christian Roessner's http://mysourceco.de Ubuntu repository. Our servers run on Ubuntu 10.04 & 10.10, so to install/upgrade to Postfix 2.8 we did: sudo tee /etc/apt/sources.list.d/mysourceco.de.list << EOT deb http://mysourceco.de/ lucid main deb-src http://mysourceco.de/ lucid main EOT sudo apt-get update&&sudo apt-get dist-upgrade As Roessner's packaging is for Ubuntu, the installation process also correctly fired the 'triggers' for ufw, ureadahead man-db doc-base libc-bin. Postfix 2.8 is running and looks normal. Thank you all, M.
