PDA

View Full Version : ISPconfig & qmail


RAID-5
29th October 2005, 00:47
Hi... Is qmail will be supported in futur version of ISPconfig?


During install, if I choose "3) Other" in mailserver choice install crash. For the moment, is it possible to use ISPconfig without mail support and keep qmail?


Thanks.

till
29th October 2005, 12:38
Currently ISPConfig requires postfix or sendmail.

Jeroen
28th January 2006, 13:13
Will there be support for qmail in the near future? Alot of free control panels offer only postfix and sendmail. It'd be nice to see atleast one control panel that support qmail. I'd even consider buying a control panel if they'd support qmail.

Regards,

Jeroen.

falko
28th January 2006, 14:24
No, we don't plan to support qmail.

Jeroen
29th January 2006, 10:39
Oke thanks for clearing that out. I've setup ISPConfig anyway on a test server! Looks good!

petert101
29th January 2006, 11:38
No, we don't plan to support qmail.
Why is that?
There is loads of stuff out there to support QMail. I used to use postfix and exim, I switched to qmail and never regretted that step once.

till
29th January 2006, 13:08
There is loads of stuff out there to support QMail. I used to use postfix and exim, I switched to qmail and never regretted that step once.

If you want to have qmail support in ISPConfig, you can become an ISPCOnfig developer and write a qmail extension.

petert101
29th January 2006, 13:23
If you want to have qmail support in ISPConfig, you can become an ISPCOnfig developer and write a qmail extension.
wow, do you always behave like an *******, or is it just today?
If asking simple questions generates these kind of answers I'd better move on look for another control panel that's supported by nice people.
It's a shame really, I was willing to fork out the cash for the paid version, but now I am not sure anymore.

till
29th January 2006, 13:31
wow, do you always behave like an *******, or is it just today?
If asking simple questions generates these kind of answers I'd better move on look for another control panel that's supported by nice people.
It's a shame really, I was willing to fork out the cash for the paid version, but now I am not sure anymore.

I think you misunderstand me. Neither i nor falko has qmail knowledge and without a deeper understanding of a mailsystem you cant implement it. If you where not willing to help on an open source project, thats your problem, not my. But telling me that i behave like an ******* shows only that you did not know this community.

petert101
29th January 2006, 13:56
I think you misunderstand me. Neither i nor falko has qmail knowledge and without a deeper understanding of a mailsystem you cant implement it. If you where not willing to help on an open source project, thats your problem, not my. But telling me that i behave like an ******* shows only that you did not know this community.
even in answering you behave like an *******. Must be your german blood.
I am leaving this project, will not be recommending it any longer on wht, goodbye

till
29th January 2006, 14:10
even in answering you behave like an *******. Must be your german blood. I am leaving this project, will not be recommending it any longer on wht, goodbye

Why are you so offending to me? I just asked you if you want to join the project and help us to get a qmail extension and you call me an *******.

I know that my english is not very good so you might got me wrong.

falko
29th January 2006, 20:29
wow, do you always behave like an *******, or is it just today?

You should try to be less short-tempered. Instead of yelling "*******" at Till you should have tried to understand what he wanted to say, namely that qmail support is possible if someone has the knowledge and time to do it - Till and I don't have the qmail knowledge, that's why we can't do it. We're also only human beings, and our to-do list is already very long...
This forum lives from the fact that everyone tries to understand what the other one could have meant - and you should keep in mind that not everyone's a native English speaker here. But you did this: you misunderstood Till's post, and instead of thinking about the other possible meanings of his post, you got choleric immediately and started posting nonsense here.
If everyone behaved like you here, then this forum wouldn't be what it is: one of the most friendly Linux support sites on the internet.

Thunderbirdsei
30th January 2006, 00:57
If everyone behaved like you here, then this forum wouldn't be what it is: one of the most friendly Linux support sites on the internet.

Yeah, I can confirm that. Before blaming around, just ask the counterpart if you comprehend it the right way.

www.sorehands.com
30th January 2006, 01:06
I know that you don't have qmail support, currently. But, what is needed to add qmail support?

Or at the least, go out to vqadmin to add a mail domain. Then go to qmailadmin to manage the qmail domain. The issue that I see is the coordination of the domain password.

I have the qmailrocks and djbdnsrocks set up and am happy with it. The only problem is the password and management between the different components and vsftpd and frontpage extensions and I was thinking that ISPConfig could glue this all together.

till
30th January 2006, 08:58
ISPConfig has event based classes with functions like web_insert, user_insert, etc. that where called with root priveliges after a web or users was inserted.
The functions are in the file /root/ispconfig/scripts/lib/config.lib.php

These classes had to be enhanced that, if qmail is installed, the qmail config files where written instead of the postfix files.

vsftpd and frontpage where already supported in ISPConfig. djbdns is not supported yet, but you can either use bind instead or the functions that write the bind config had to be enhanced to support djbdns.

falko
30th January 2006, 10:21
I know that you don't have qmail support, currently. But, what is needed to add qmail support?

Have a look at /root/ispconfig/scripts/lib/classes/ispconfig_postfix.lib.php and /root/ispconfig/scripts/lib/classes/ispconfig_sendmail.lib.php. You could write a script /root/ispconfig/scripts/lib/classes/ispconfig_qmail.lib.php that uses the same functions that are in the other two sripts.
Afterwards, you must change the value of server_mta in the isp_server table in the ISPConfig database to qmail.

robinbowes
27th February 2006, 05:49
Just a quick note to say that I too am interested in qmail (and qpsmtpd) support in ISPConfig.

I'm currently installed a test server and will have a look at writing a qmail module when I've got up to speed with how ISPConfig works.

R.

timehost
28th March 2006, 07:55
Looks like you never had to install or upgrade or add new features to qmail (toaster instructions do not count also), since qmail is not distributed by any packages form, you have to compile everything from scratch.And incorporate many many patches to make it run in todays standards such as anti virus and spam filters. even virtual domains. So ISPConfig is meant to be fast and easy to maintain, with minimal impact to the users on eventual upgrades.

I do not see qmail as a necessity in a simple webhosting environment.

Arda Ovacik
Timehost Network Administrator

robinbowes
28th March 2006, 11:25
Looks like you never had to install or upgrade or add new features to qmail (toaster instructions do not count also), since qmail is not distributed by any packages form, you have to compile everything from scratch.And incorporate many many patches to make it run in todays standards such as anti virus and spam filters. even virtual domains. So ISPConfig is meant to be fast and easy to maintain, with minimal impact to the users on eventual upgrades.

On the contrary, I install/upgrade qmail all the time - it's my job.

Compiling from source is no hardship - I can pretty much do it with a one0shot script.

I think it's significant that qmail-1.03 has not needed any security fixes since it was released in 2001, or whenever it was. Not bad going don't you think?

I actually use qpsmtpd (qmail-smtpod replacement) which is much easier to extend (it's written in perl) and comes with virus/spam plugins "out-of-the-box". It does pretty much everything I want/need it to do and is easily extensible to provide any features that are missing.

R.

Paranoia
21st October 2007, 15:00
Hi.
I saw that this post was long since was updated, so I'm taking the opportunity as i just installed the ISPConfig to help you ppl to build a vpopmail plugin.
In my opinion most qmail admins that wish to make qmail capable of dealing with virtual domains on a a server, they install vpopmail (i think, in my case i did).
Now the good thing in vpopmail is that, anyting you whant to do, add domain, email, alias, e.t.c., is done by executing some command in $vpopmailhome/bin with a parameter (if you setup everything ok)
In my case i know how vpopmail has to take its commands and how it works. So if i want to add a domain manualy (wich i dont do, i use qma iladmin or vqadmin) i know how to do it. The bad thing now is reconfiguring a class in /ispconfig/scripts/lib/classes to do that actions. I know a bit about php but if you are not the one that wrote the actual program/code , it will take you days to find out exactly how it works, in order to modify it to your neats.
What i neat now? Well any help will be appreciated. Either till or falko explain me a bit how a procmail or a sendmail class works so i can modify and create a vpopmail class, or supply them with all they neat, so they can modify one. Anything is good
Thanks

till
24th October 2007, 12:21
The postfix and sendmail classes in ISPConfig 2 are a bit complicated. Maybe it is a better idea to implememnt qmail support in ISPConfig 3 which has a modular event based plugin architecture to easily add other services. I will release the third alpha version of ISPConfig 3 in the next days. The Email part is pretty stable already.

Paranoia
25th October 2007, 03:07
Thanks Till for your answer.
Looking forward for the ISPConfig 3 release. I'll be glad to try and implement vpopmail there and contribute as much as i can.

Thanks again

rsrblade
24th November 2007, 07:26
One can still use the ispconfig setup and run qmail on external server. Just be sure to set domain to use external mail server and point to the correct mail.domain.com IP address in the DNS configuration.

public_domain
21st January 2008, 00:07
How dare you. go back to microsoft.
wow, do you always behave like an ****, or is it just today?
If asking simple questions generates these kind of answers I'd better move on look for another control panel that's supported by nice people.
It's a shame really, I was willing to fork out the cash for the paid version, but now I am not sure anymore.

pakogah
28th February 2008, 17:16
Looks like you never had to install or upgrade or add new features to qmail (toaster instructions do not count also), since qmail is not distributed by any packages form, you have to compile everything from scratch.And incorporate many many patches to make it run in todays standards such as anti virus and spam filters. even virtual domains. So ISPConfig is meant to be fast and easy to maintain, with minimal impact to the users on eventual upgrades.


Hi, now qmail package has been by DJB into Public Domain License. see detail here: http://cr.yp.to/qmail/dist.html

So we distribute qmail in patched-binary format. it would be wonderfull. and for learning qmail works I hope till and falko can join qmailtoaster list at qmailtoaster-list@qmailtoaster.com there are really nice guys who can help you solved qmail problem

regards,