On 5/17/07, Johnny Hughes johnny@centos.org wrote:
The CentOS development team is pleased to announce the release of CentOS 4.5 for i386, x86_64 and ia64.
What steps are required to make sure yum running in autopilot mode doesn't destroy a locally compiled and configured postfix?
rgds/ldv _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hi
I ran into this with a local exim install.
I found that if I put exim into exclude= yum would try to install an alternative mta. I installed the packages that listed exim as a dependency manually with --nodeps and then let yum do the rest.
Alternatively you could roll you own SRPM and build from that.
HTH
Richard