On 2009-06-25, Urban Hillebrand <[email protected]> wrote: >> >> You should create ports from your personalized postfix and clamav >> installations, which will make it a lot easier to install them and >> ensure you can easily keep all your hosts on an updated version. > > This is good advice, didn4t think about creating my own ports for this.
in many, but not all, cases, ports from -current will work. even when they can't be used directly they will help a lot. if you can get all the systems to the same OS revision, consider having a package build master which all the machines query for latest versions. pkg_add with PKG_PATH=scp://foo/bar/ works nicely and if you control the packages going to that location you can consider running "pkg_add -u -Fupdate,updatedepends" or similar from cron.

