On Fri, Sep 12, 2008 at 7:59 AM, David Ballano <[EMAIL PROTECTED]> wrote: > Hello people, > > I'm new Here, and I have a lot of questions for you, thanks in advance :) > > > I'm configuring a postfix 2.3 server in a debian etch, I'ts my first > time so I would like to do a simple configuration.
First you need to do the following: Add this to your /etc/apt/source.list deb http://ftp.us.debian.org/debian/ etch main deb-src http://ftp.us.debian.org/debian/ etch main deb http://security.debian.org/ etch/updates main contrib deb-src http://security.debian.org/ etch/updates main contrib deb http://www.backports.org/debian etch-backports main contrib non-free deb http://volatile.debian.org/debian-volatile etch/volatile main contrib non-free This adds backports and volatile repos which have the latest versions of Postfix and ClamAV. # apt-get clean # apt-get update # apt-get dist-upgrade That will leave you with a Postfix 2.5 installation rather than the dated 2.3 you have installed from Etch repos.