On Monday 28 July 2003 15:55, Jean-Charles Preaux wrote: > # rpm -i courier-0.42.2.20030721-1.8.0.i386.rpm > file /usr/share/man/man1/sendmail.1.gz from install of > courier-0.42.2.20030721-1.8.0 conflicts with file from package > postfix-1.1.11-5 > > did i do something wrong ? > or something i don't understand ? > thx
You can't install courier when you already have postfix on your system. You need to uninstall postfix first. rpm -e --nodeps postfix If you don't use the --nodeps switch I think it will complain if you have mutt installed because mutt needs the "sendmail" program (or something) to function. (Don't quote me on this - it's been a while.) Use --nodeps to ignore it because you're about to replace all that with the courier versions and then everyone will be happy again. Jeff Jansen ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
