removing exim installing sendmail in debian

2002-03-14 Thread faisal gillani
Well debian comes with builtin exim mailer deamon
which is good but i want to replace it with sendmail
mainly cause i have bought its book 
but i cant remove the package as it keeps giving me
dependicies problem .. so how can i remove it 
install send mail in it place ?
anyone out there ?




__
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/



Re: removing exim installing sendmail in debian

2002-03-14 Thread Dave Sherohman
On Thu, Mar 14, 2002 at 10:34:32AM -0800, faisal gillani wrote:
 Well debian comes with builtin exim mailer deamon
 which is good but i want to replace it with sendmail
 mainly cause i have bought its book 
 but i cant remove the package as it keeps giving me
 dependicies problem .. so how can i remove it 
 install send mail in it place ?

apt-get install sendmail

apt is smart enough to remove exim when installing a different MTA
without getting upset over all the temporarily 'broken' dependencies.

-- 
When we reduce our own liberties to stop terrorism, the terrorists
have already won. - reverius

Innocence is no protection when governments go bad. - Tom Swiss



Re: removing exim installing sendmail in debian

2002-03-14 Thread Jeremy T. Bouse
I know if you're in dselect and select to install sendmail it
comes up with the conflicts and allows you to remove exim and install
sendmail thus solving the mail-transport-agent virtual package
dependency other MUA's, etc depend on... 

Jeremy

On Thu, Mar 14, 2002 at 10:34:32AM -0800, faisal gillani wrote:
 Well debian comes with builtin exim mailer deamon
 which is good but i want to replace it with sendmail
 mainly cause i have bought its book 
 but i cant remove the package as it keeps giving me
 dependicies problem .. so how can i remove it 
 install send mail in it place ?
 anyone out there ?
 
 
 
 
 __
 Do You Yahoo!?
 Yahoo! Sports - live college hoops coverage
 http://sports.yahoo.com/
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: removing exim installing sendmail in debian

2002-03-14 Thread Simon Hepburn
faisal gillani wrote:

 Well debian comes with builtin exim mailer deamon
 which is good but i want to replace it with sendmail
 mainly cause i have bought its book
 but i cant remove the package as it keeps giving me
 dependicies problem .. so how can i remove it 
 install send mail in it place ?
 anyone out there ?

Use dselect. It will complain and present you with a screen showing all 
packages that provide mta. Select sendmail.

-- 
Simon Hepburn.



Re: removing exim installing sendmail in debian

2002-03-14 Thread Glyn Millington
faisal gillani [EMAIL PROTECTED] writes:

 Well debian comes with builtin exim mailer deamon
 which is good but i want to replace it with sendmail
 mainly cause i have bought its book 
 but i cant remove the package as it keeps giving me
 dependicies problem .. so how can i remove it 
 install send mail in it place ?
 anyone out there ?

Just a thought - if you do apt-get install sendmail, does apt not
threaten to remove exim for you? Go with the flow!  


Glyn

-- 

*Note that I use Debian version testing/unstable   *
* Linux glynthebearded 2.4.17 #1 Mon Jan 14 23:14:00 GMT 2002 i686 unknown *


  



Re: removing exim installing sendmail in debian

2002-03-14 Thread Carel Fellinger
On Thu, Mar 14, 2002 at 10:34:32AM -0800, faisal gillani wrote:
 Well debian comes with builtin exim mailer deamon
 which is good but i want to replace it with sendmail
 mainly cause i have bought its book 
 but i cant remove the package as it keeps giving me
 dependicies problem .. so how can i remove it 
 install send mail in it place ?

Just install sendmail:) It conflicts with exim, and hence dpkg will
automagically remove exim just seconds before installing sendmail.

-- 
groetjes, carel



Re: removing exim installing sendmail in debian

2002-03-14 Thread Noah Meyerhans
On Thu, Mar 14, 2002 at 10:34:32AM -0800, faisal gillani wrote:
 Well debian comes with builtin exim mailer deamon
 which is good but i want to replace it with sendmail
 mainly cause i have bought its book 
 but i cant remove the package as it keeps giving me
 dependicies problem .. so how can i remove it 
 install send mail in it place ?
 anyone out there ?

apt-get install sendmail.  It will remove exim in the process of
installing.

noah

-- 
 ___
| Web: http://web.morgul.net/~frodo/
| PGP Public Key: http://web.morgul.net/~frodo/mail.html 


pgpFHVkhB46eL.pgp
Description: PGP signature


Re: removing exim installing sendmail in debian

2002-03-14 Thread Sean 'Shaleh' Perry

On 14-Mar-2002 faisal gillani wrote:
 Well debian comes with builtin exim mailer deamon
 which is good but i want to replace it with sendmail
 mainly cause i have bought its book 
 but i cant remove the package as it keeps giving me
 dependicies problem .. so how can i remove it 
 install send mail in it place ?
 anyone out there ?
 
 

install the other mailer daemon, then remove exim.