Re: ANNOUNCE - indimail-mta (qmail+ucsp-tcp+daemontools with all patches)
John Puttergill <[email protected]>
| Newsgroups | gmane.mail.qmail.general |
|---|---|
| Organization | Its Just IT |
| Message-ID | <[email protected]> |
On 12/04/2016 16:12, [email protected] wrote: > centos 7 install of indimail produces: > > Error: Package: indimail-1.9.1-24.1.x86_64 (home_mbhangui) > Requires: mysql-server > > centos 7 now uses mariadb (equivalent to mysql pretty much). Surely you can install mysql-server anyway even if Centos is using mariadb as it's default. I imagine it would take quite a bit of writing to give you a branch that allows for optional db systems > > can your package be updated? > > - Fabian S. > > > On 2016-04-11 11:17, Manvendra Bhangui wrote: >> On 11 April 2016 at 20:34, esoterico network <[email protected]> >> wrote: >> >>> Thanks Manvendra. >>> Can you kindly advise: >>> - Can one install it on CentOS >> >> Yes. The yum/apt repositories are there for CentOS, RHEL, Fedora, >> openSUSE, SLES, debian and Ubuntu. >> >>> - Does it allow sending mail from users email clients? >> >> Yes and No. indimail-mta is exactly like qmail. You will have to add >> users and have a mechanism to authenticate using >> >> the various checkpassword interface available in indimail-mta. You >> want to have virtual domains and many users, you >> >> can use the indimail package instead of indimail-mta. The indimail >> package is much bigger than the indimail-mta package and uses MySQL to >> store user authentication and other metadata. the indimail package >> includes everything that is in the indimail-mta package along with >> tools to manage virtual domains. The link for indimail package is >> >> http://software.opensuse.org/download.html?project=home%3Aindimail&package=indimail >> >> >> After installation, you can start the service (indimail-mta or >> indimail) by executing the command >> >> # service indimail start >> >>> - Can one install on a box where there is a qmailrocks install. >> >> Yes you can theoretically, since both have a different installation >> directory. But you will have to run smtp, imap, pop3 on different >> ports since qmailrocks would have already installed them to running on >> port 25, 110, 143, etc. Or you will have to shutdown the qmailrocks >> service to have indimail-mta/indimail services running. If you are >> keen on doing this you may want to exchange emails with me on my gmail >> id rather than torturing the qmail list for matters not relating to >> qmail.