OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: How to patch for postfix-2.2.5.

From: Wietse Venema (wietseporcupine.org)
Date: Thu Dec 01 2005 - 20:21:50 CST


If you made no changes to Postfix 2.2.5 source code, it will be
easier to download postfix-2.2.6 source and to use that instead.

To update an existing copy of Postfix 2.2.5 source code:

    gunzip postfix-2.2-patch06
    cd .../postfix-2.2.5
    patch -p0 < .../postfix-2.2-patch06
    make
    su
    make install

This is what you would do if you made changes to the source code
and want to keep those changes.

        Wietse