Subject: Replace system Postfix
To: None <netbsd-users@netbsd.org>
From: Florian Stoehr <netbsd@wolfnode.de>
List: netbsd-users
Date: 01/30/2005 14:21:23
Hi,

I use postfix for my mailserver.

I used to wipe off the system postfix with the
following steps. This works for me, but ...
kinda rude way.

How to do it "gently", being able to uninstall
the pkgsrc version and have a working postfix
still alive?

cp /usr/pkg/sbin/post* /usr/sbin
rm -rf /etc/postfix
ln -s /usr/pkg/etc/postfix /etc/postfix

Then fixup /usr/sbin/sendmail

Thanks
-Florian