Mailing List Archive

Installation
Is there an easier way to install and configure exim apart rfom the info in
the site?

Tnx
Ken
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.338 / Virus Database: 189 - Release Date: 14/03/02
Re: Installation [ In reply to ]
Greetings,

Installing Exim is very simple.. What kind of help do you need?

./configure
make
make install

that's about it ;)



Kenneth Ndirangu Gitonga wrote:

> Is there an easier way to install and configure exim apart rfom the info in
> the site?
>
> Tnx
> Ken
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.338 / Virus Database: 189 - Release Date: 14/03/02
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##

--
Patrick Boucher
Responsable des services informatiques
Manager of information services
Robotel Electronique
pboucher@robotel.ca
450-680-1969 ext 352
Re: Installation [ In reply to ]
On Tue, Jul 16, 2002 at 02:16:07PM -0400,
Patrick Boucher <pboucher@robotel.ca> is thought to have said:

> Greetings,
>
> Installing Exim is very simple.. What kind of help do you need?
>
> ./configure
> make
> make install
>
> that's about it ;)

Clearly you've not installed Exim before as there is no configure script
supplied with it.

cp src/EDITME Local/Makefile
vi Local/Makefile
make
make install

would be more accurate.

--
--------------------------------------------------------------------
Tabor J. Wells twells@fsckit.net
Fsck It! Just another victim of the ambient morality
Re: Installation [ In reply to ]
Well, it really isn't all that hard...

Most of the time you can do the standard:
cp doc/EDITME Local/Makefile (or whatever)
vim Local/Makefile (edit edit edit...)
make
make install

Even for my mysql/maildir setup, I didn't need to edit any more than 10
lines of Local/Makefile.

If you're using a standard mail setup, the only thing you need to edit is
the user...

Simple, yet flexible :)
IMHO, I like this way better than the configure stuff.

Later,
James Harr

Kenneth Ndirangu Gitonga said:
> Is there an easier way to install and configure exim apart rfom the
> info in the site?
>
> Tnx
> Ken
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.338 / Virus Database: 189 - Release Date: 14/03/02
>
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
> details at http://www.exim.org/ ##
Re: Installation [ In reply to ]
On Tue, 16 Jul 2002, Patrick Boucher wrote:

> Installing Exim is very simple.. What kind of help do you need?
>
> ./configure

and where exactly did you get this "./configure" thing from ?


--
[-]
Re: Installation [ In reply to ]
On Tue, 16 Jul 2002, Kenneth Ndirangu Gitonga wrote:

> Is there an easier way to install and configure exim apart rfom the
> info in the site?

Maybe use a prepared backage as supplied for your operating system or by
your operating system vendor.

$ uname
NetBSD
$ pkg_add exim


Jeremy C. Reed
...................................................
BSD software, documentation, resources, news...
http://bsd.reedmedia.net/