Post Reply  Post Thread 
Pages (7): « First < Previous 1 2 3 [4] 5 6 7 Next > Last »
[HowTo] Replace courier with dovecot
Author Message
rbtux
Member
***


Posts: 1,200
Group: Registered
Joined: Feb 2007
Status: Away
Reputation: 22
Post: #31
RE: [HowTo] Replace courier with dovecot

problem is you have to provide a high available mysql cluster, to ensure all services running. when you run a single instance of mysql an the service crashes, the whole mailsystem is dead too...

Another advantage of the solution is, that is much easier to run the services on different machines as it is with hash tables


OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
10-24-2007 06:40 PM
Visit this user's website Find all posts by this user Quote this message in a reply
jmeyerdo
Junior Member
*


Posts: 135
Group: Registered
Joined: Oct 2007
Status: Offline
Reputation: 2
Post: #32
RE: [HowTo] Replace courier with dovecot

Hi!

Thank you for your interesting reply.

Hmm, I am working with an ISP and we are hosting x00(0) postboxes and aliases - based on Postfix/Cyrus/mysql.
The mysql-server is running on the same machine in these cases. We never encountered serious problems with that. Only luck? Smile

Kind regards, Jens

10-24-2007 06:45 PM
Find all posts by this user Quote this message in a reply
joximu
Moderator
*****


Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status: Offline
Reputation: 47
Post: #33
RE: [HowTo] Replace courier with dovecot

Hi jmeyerdo

Quote:
I would like to see a full database-driven mailhandling in the future.


hope I didn't understand this wrong. I also would like to see a super duper open source control panel - tomorrow if possible...

my personal pros/contras:
- flatfiles/hashtables are independent: if mysql for any reason falls out (or has a small downtime) not everything is stopped. For clustered databases this is not a problem.
+ handling would be easier: the data don't have to be held on two (or three: userdb for courier) places.

BTW: AFAIK SysCP runs like this

/J


2008-03-16 ispCP RC4 released!!!
10-24-2007 06:45 PM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux
Member
***


Posts: 1,200
Group: Registered
Joined: Feb 2007
Status: Away
Reputation: 22
Post: #34
RE: [HowTo] Replace courier with dovecot

jmeyerdo Wrote:
We never encountered serious problems with that. Only luck? Smile


No not only luck. MySQL is a very stable application.
But I am not as courageous as you. And my mailservices are distributed on more than one server...


OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
10-24-2007 06:56 PM
Visit this user's website Find all posts by this user Quote this message in a reply
jmeyerdo
Junior Member
*


Posts: 135
Group: Registered
Joined: Oct 2007
Status: Offline
Reputation: 2
Post: #35
RE: [HowTo] Replace courier with dovecot

joximu Wrote:
hope I didn't understand this wrong. I also would like to see a super duper open source control panel - tomorrow if possible...


Yes, I know - "keep the reality". Wink

But: The dovecot-change/configuration is one major step in this direction. IMHO this is more secure than changing hash-files regularly... But I understand the probably problems with mysql-errors also.

Kind regards,

Jens

This post was last modified: 10-24-2007 07:01 PM by jmeyerdo.

10-24-2007 07:00 PM
Find all posts by this user Quote this message in a reply
joximu
Moderator
*****


Posts: 3,534
Group: Moderators
Joined: Jan 2007
Status: Offline
Reputation: 47
Post: #36
RE: [HowTo] Replace courier with dovecot

For me a solution where the admin can choose "hash files" or "db based" would be really great - and if more than one pop/imapserver is supported it's even better (I like dovecot very much). This would support the idea of freedom :-)
But it's a hard way to get there...

At least we could focus on such a target???

/J


2008-03-16 ispCP RC4 released!!!
10-24-2007 08:31 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Zothos
Member
****
Dev Team

Posts: 581
Group: Dev Team
Joined: Feb 2007
Status: Offline
Reputation: 7
Post: #37
RE: [HowTo] Replace courier with dovecot

i totaly agree with you joximu.

So, lets make the ispCP 2.0 version the real modular one Wink I will spent my spare time, and my brain on this goal. And as i said to rats. I will code Tongue


Real programmers don't comment their code - it was hard to write, it should be hard to understand

OS : Gentoo 32bit Stage1
ispCP Version : RC4
Mods : Dovecot | Pure-ftpd

10-24-2007 11:29 PM
Find all posts by this user Quote this message in a reply
NoFutureKid
Junior Member
*


Posts: 16
Group: Registered
Joined: May 2007
Status: Offline
Reputation: 0
Post: #38
RE: [HowTo] Replace courier with dovecot

perhaps i did something wrong, but after installing dovecot, all my Outlook Clients didn't work anymore.

First thing i've found: most Outlooks, especially Outlook Express don't send a full qualified domainname and therefore are not able to send mails. (Postfix problem)

Second: Outlook prior to Outlook 2007 need also a modification on the dovecot.conf ->

mechanisms = plain login digest-md5

02-05-2008 06:18 AM
Find all posts by this user Quote this message in a reply
rbtux
Member
***


Posts: 1,200
Group: Registered
Joined: Feb 2007
Status: Away
Reputation: 22
Post: #39
RE: [HowTo] Replace courier with dovecot

plz post some logfiles... Whitout them we cant help you...


OS: Debian Lenny
ispCP Version: Trunk r1033
Activated: AWStats dynamic, Dovecot, Avelsieve, Selective Greylisting, Bogus MX Filter,
No Webtools, Roundcube, Some own modifications
02-05-2008 06:33 AM
Visit this user's website Find all posts by this user Quote this message in a reply
NoFutureKid
Junior Member
*


Posts: 16
Group: Registered
Joined: May 2007
Status: Offline
Reputation: 0
Post: #40
RE: [HowTo] Replace courier with dovecot

I don't need help anymore... i helped myself Big Grin

The Problem with the full qualified domainname is posted elsewhere in the forum (postfix related).

The other problem, with the authentication belongs to dovecot and give the the solution in my first post:

mechanisms = plain login digest-md5

because in your HowTo you write only:

mechanisms = plain <- that doesn't work for my Outlook clients (Thunderbird works fine)

02-05-2008 07:12 AM
Find all posts by this user Quote this message in a reply
Pages (7): « First < Previous 1 2 3 [4] 5 6 7 Next > Last »
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump:

| All rights reserved : isp-control.net |