IndiMail can be installed using the source, RPM or using a YUM repository.
If you have learnt the art of being patient the read the file INSTALL-version. You can read the file INSTALL-RPM-version in case you want to install from RPM (version is the version of IndiMail you want to install).
If you are in a hurry to install and setup IndiMail, download the RPM and read the file Quick-INSTALL-version. You can also install IndiMail in 10 Steps.
IndiMail RPM/Debian for various linux distros can be downloaded from
http://download.opensuse.org/repositories/home:/indimail/
The top level directory for current indimail source being maintained can be found at
https://sourceforge.net/projects/indimail/files/indimail
If you are installing from source, apart from downloading indimail-version.tar.gz, you need to download the following additionally
Mandatory Downloads
http://cr.yp.to/software/qmail-1.03.tar.gz
http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz
http://downloads.sourceforge.net/indimail/libdkim-1.4.tar.gz
http://downloads.sourceforge.net/clamav/clamav-0.97.8.tar.gz
http://downloads.sourceforge.net/indimail/courier-imap-4.13.tar.bz2
Highly Recommended Downloads
http://downloads.sourceforge.net/indimail/pam-multi-1.1.tar.gz
http://downloads.sourceforge.net/indimail/nssd-1.1.tar.gz
Optional Downloads
http://downloads.sourceforge.net/indimail/flash-0.9.4.tar.gz
http://downloads.sourceforge.net/indimail/altermime-0.3.10.tar.gz
http://downloads.sourceforge.net/indimail/ripmime-1.4.0.9.tar.gz
http://downloads.sourceforge.net/indimail/mpack-1.6.tar.gz
http://downloads.sourceforge.net/indimail/procmail-3.22.tar.gz
http://downloads.sourceforge.net/indimail/fortune-1.1.tar.gz
http://downloads.sourceforge.net/fetchmail/fetchmail-6.3.26.tar.bz2
If you are a newbie, you can drop me a note or request a free help on installing and setting up a mail server using IndiMail. I will be glad to help.
IndiMail is a Secure, Reliable, Efficient Messaging Platform which provides you everything needed in a modern messaging server - ESMTP, IMAP, POP3, QMTP, QMQP and many other features. IndiMail gives you speeds that are faster than most MTAs. The flexibility provided by IndiMail's authentication methods allow any IMAP/POP3 server to be used with IndiMail. IndiMail is built for speed and flexibility. You can download the source or use the binary RPM generated by openSUSE Build Service.
Subscribe to:
Post Comments (Atom)
IndiMail Queue Mechanism
Indimail has the ability of configuring multiple local and remote queues. A queue is a location on your hard disk where email are deposited ...
-
IndiMail now has docker images. You can read about installing Docker here . Once you have installed docker-engine, you need to start it. Ty...
-
Installing Indimail using YUM/APT Repository Install OS OpenSUSE openSUSE Leap 42.3 openSUSE Leap 42....
-
What is DKIM DomainKeys Identified Mail ( DKIM ) lets an organization take responsibility for a message while it is in trans...
4 comments:
On a Centos 5.4 I did the installation of the rpm's as below (reconstruction, might contain typo's):
wget -O /etc/yum.repos.d/inidmail.repo -O http://download.opensuse.org/repositories/home:/mbhangui/CentOS_5/repodata/home:mbhangui.repo
rpm --import http://download.opensuse.org/repositories/home:/mbhangui/CentOS_5/repodata/repomd.xml.key
yum install indimail
There are two repos for IndiMail.
The latest gets published in
http://download.opensuse.org/repositories/home:/mbhangui/
I usually publish the RPM after testing to
http://download.opensuse.org/repositories/home:/indimail/
Dear Team ,
I want to install the indimail server for demo purpose.
So kindly assist me what are file required for indimail server.
I'm trying install Red hat 6.
If any body knows help me
Just use the url's below
Add repository and install manually
For RedHat RHEL-6 run the following as root:
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:indimail/RedHat_RHEL-6/home:indimail.repo
yum install indimail
For RHEL 5 run the following as root:
cd /etc/yum.repos.d/
wget http://download.opensuse.org/repositories/home:indimail/RHEL_5/home:indimail.repo
yum install indimail
Post a Comment