Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
07-26-2003, 02:06 PM
|
#1
|
Member
Registered: Jul 2003
Location: Beijing,China
Distribution: RedFlag Linux, and RedHat Linux(now)
Posts: 133
Rep:
|
how to install exim?
I have read the FAQ in its website. But to tell you the truth, I can not catch what it says very well.
I have to come here to ask for help.
THanks in advance.
|
|
|
07-26-2003, 02:15 PM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
read the README file in the source you'ev decompressed. we really can't tell you how to install an entire applicatino just liek that.... maybe if you've got a specific problem we can help, but we won't be able to tell you EVERYTHING, that's a bit daft.
|
|
|
07-26-2003, 04:49 PM
|
#3
|
Member
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446
Rep:
|
Is Red Flag Linux an rpm based distribution?
But on checking rpmfind, I can see no rpms for exim4
only the old outdated version of exim3.
If it is a distribution based on debian deb files, then
you can get the exim4 deb file from a debian mirror.
Otherwise you need to download exim-4.20.tar.bz2 from www.exim.ORG or a mirror to a directory then
tar xjvf exim-4.20.tar.bz2
and read the README file.
Then you must "create Local/Makefile by copying src/EDITME and making appropriate changes for your site."
Then you should be able to do a make, make install.
After that you have to configure exim, but that is another question.
|
|
|
07-26-2003, 05:21 PM
|
#4
|
Senior Member
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918
Rep: 
|
After checking about RedFlag 4.0 I was going to post almost exactally what you have, Corin.
I would guess that is using RPM as the package manager, but how easy it is to install Red Hat software would remain to be seen.
The easiest way to install new Linux software is by using the precompiled packages, perhaps RPMs. You need to read about other needed packages (dependicies), if any, and install them also.
You may consider building the package from source yourself if either the RPM does not install correctly or, as Corin mentions, the RPM is an older version than you wish to use.
It may be easier for you to discuss your RedFlag specific issues on their forum, such as how to install software and the best place to find software packages for RedFlag.
Good Luck.
|
|
|
07-26-2003, 06:20 PM
|
#5
|
Member
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446
Rep:
|
[QUOTE]Originally posted by 2damncommon
I would guess that is using RPM as the package manager, but how easy it is to install Red Hat software would remain to be seen.
True, but it surely that is not relevant in this case since RedHat does not have an exim rpm (since RedHat has stuck with sendmail) and that rpmfind only knows about obsolete exim3 rpms.
So unless you can suggest where else to check for an exim4 rpm (which I would like to know because I an only familiar with rpmfind.net).
The only alternative to using an rpm, would be to install alien, get the Debian deb package for exim4, use alien to convert it to an rpm, and then install it with rpm --Uvh exim4_whatever.rpm.
The nice (or in my case annoying feature) of the debian exim4
installation is that it is a black box configuration routine for pre-defined cases (single machine, satellite, smarthost).
But whatever you think about that, for the biggest number of packages available, Debian is the distribution to use, with over
12 000 packages available.
And it is most certainly not just a case of
"never mind the quality, feel the width."
|
|
|
07-26-2003, 11:10 PM
|
#6
|
Member
Registered: Jul 2003
Location: Beijing,China
Distribution: RedFlag Linux, and RedHat Linux(now)
Posts: 133
Original Poster
Rep:
|
In fact ,In the redflag forum there is so little threats. And some people are not friendly like you do here. Maybe they do not know how to solve the problems, or something else.
I do learn a lot from this forum. Thank you all very much.
|
|
|
07-26-2003, 11:19 PM
|
#7
|
Senior Member
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918
Rep: 
|
To bad the RedFlag forum is not helpful.
I was not trying to chase you out of this forum, as it is very good; but I thought you might be able to ask at least RedFlag questions there.
In the little reading I did about RedFlag it seems it has sendmail by default. Had you wanted to use exim instead for whatever reason? Did you already have a package to install? Are you familar with installing packages on Linux?
|
|
|
07-26-2003, 11:44 PM
|
#8
|
Member
Registered: Jul 2003
Location: Beijing,China
Distribution: RedFlag Linux, and RedHat Linux(now)
Posts: 133
Original Poster
Rep:
|
Yes, redflag has sendmail by default. but there is something wrong with its sendmail. when I write a new mail. I cant mail it out. It just tells me that it cannot make /usr/sbin/sendmail work.
I ask the problem in the official forum, but there is no answer.
|
|
|
07-27-2003, 12:07 AM
|
#9
|
Senior Member
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918
Rep: 
|
Are you wanting to run your own mailserver or just send and receive mail through your internet provider?
It sounds like you may just need to start the sendmail daemon and check the configuration files after reading the documentation.
|
|
|
07-27-2003, 12:15 AM
|
#10
|
Member
Registered: Jul 2003
Location: Beijing,China
Distribution: RedFlag Linux, and RedHat Linux(now)
Posts: 133
Original Poster
Rep:
|
I jusr want to send and receive mails.
And now I have solve the problem.
Thank you for your kindness.
|
|
|
07-28-2003, 01:38 PM
|
#11
|
Member
Registered: Jul 2003
Location: Jette, Brussels Hoofstedelijk Gewest
Distribution: Debian sid, RedHat 9, Suse 8.2
Posts: 446
Rep:
|
As a mark of your appreciation, you really should tell us what you did to solve your problem. We can learn something from you too!
|
|
|
07-28-2003, 01:59 PM
|
#12
|
Member
Registered: Jul 2003
Location: Beijing,China
Distribution: RedFlag Linux, and RedHat Linux(now)
Posts: 133
Original Poster
Rep:
|
In fact, I failed to install the exim. But I repaired my sengmail
I just re-configured the default settings. I delted them and ...
|
|
|
All times are GMT -5. The time now is 07:19 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|