On Thu, 16 Sep 2004, David W.E. Roberts wrote: > Hi, > > I am running a standard build of FC2 with 3 mail systems installed - > Sendmail, Exim, and Procmail. > > There is a GUI utility which will switch between MTAs. > > I was wanting to try XMail, but wondered if there would be a conflict with > this mail switcher app. > > Has anyone any experience of this?
Try to: # find /etc/rc.d/init.d -name 'S??sendmail' | xargs rf -f # find /etc/rc.d/init.d -name 'S??exim' | xargs rf -f # /etc/rc.d/init.d/sendmail stop # /etc/rc.d/init.d/exim stop Then install XMail by following the instructions. - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
