PDA

View Full Version : Upgrade postfix ?


Guido64
8th August 2006, 23:34
Hello,

I have the "Virtual Users And Domains With Postfix, Courier And MySQL (+ SMTP-AUTH, Quota, SpamAssassin, ClamAV)" as my mail server.

Now I did a "apt-get update && apt-get upgrade" result is a new postfix version.

When I update with apt-get the postfix quota option is probbaly lost.
What can i do to get rid of this messega there is a new postfix version when I run "apt-get update && apt-get upgrade".

Can I update from source and path it again? Or maybe just stop apt-get from updating postfix?

Guido

falko
9th August 2006, 17:50
Have a look here: http://www.howtoforge.com/forums/showthread.php?t=4863&highlight=apt-pinning

Guido64
9th August 2006, 19:22
Have a look here: http://www.howtoforge.com/forums/showthread.php?t=4863&highlight=apt-pinning
I gues i didn't searched to well :o
Thanks!

It was hard to find a example in google
here is how I have it

add in /etc/apt/preferences

Package: postfix
Pin: version 2.1.5
Pin-Priority: 1001

Package: postfix-tls
Pin: version 2.1.5
Pin-Priority: 1001

Package: postfix-mysql
Pin: version 2.1.5
Pin-Priority: 1001