ispCP - Board - Support
[HowTo] Replace courier with dovecot - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: [HowTo] Replace courier with dovecot (/thread-1421.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


RE: [HowTo] Replace courier with dovecot - Zothos - 02-15-2008 06:54 AM

Rats will get a patch on Sunday Wink

Update: Scheduled till next weekend. Have to get one patch ready before i can start with this issue.


RE: [HowTo] Replace courier with dovecot - BeNe - 02-16-2008 08:58 PM

Fine!
I corrected/added the domain alias part in the Wiki.

Greez BeNe


RE: [HowTo] Replace courier with dovecot - T0mcat - 02-23-2008 07:02 PM

So as a conclusion, can Dovecot be used without Problems on ispcp RC3 or are there still some minor bugs ?


RE: [HowTo] Replace courier with dovecot - joximu - 02-23-2008 09:42 PM

no - it's a RC3, of course there are bugs!

If you follow the howto you'll have the best solution for this until now.


RE: [HowTo] Replace courier with dovecot - jmeyerdo - 02-24-2008 07:29 AM

joximu Wrote:If you follow the howto you'll have the best solution for this until now.
And this solution is not bad... Wink

Perhaps you have to do some modifications to your own configuration but for me it's working fine (howto and minor adaptions - I changed the complete mailhandling to mysql).

But I would suggest that you should have some mailserver-knowledge when going through these changes. Even if this community is the most helpful community I ever found... Wink

Kind regards, have a nice evening, Jens


RE: [HowTo] Replace courier with dovecot - T0mcat - 02-24-2008 07:56 PM

Thanks Jens.

Well the How-To is quite simple to follow. Will there be any changes I've to do, after upgrading to ispCp RC4 or final ?


RE: [HowTo] Replace courier with dovecot - joximu - 02-24-2008 07:59 PM

Maybe
we're working on a task which would simplify the sql statements...
but the "old" (actual) way should do it also after this change...


RE: [HowTo] Replace courier with dovecot - Zothos - 03-12-2008 10:21 PM

with the conf taken from the howto, i get a warning with me newest dovecot (upgraded today)

Code:
Warning: mail_extra_groups setting was often used insecurely so it is now deprecated, use mail_access_groups or mail_privileged_group instead



RE: [HowTo] Replace courier with dovecot - aseques - 05-10-2008 07:57 AM

Zothos Wrote:with the conf taken from the howto, i get a warning with me newest dovecot (upgraded today)

Code:
Warning: mail_extra_groups setting was often used insecurely so it is now deprecated, use mail_access_groups or mail_privileged_group instead

From the original dovecot.conf:
# Group to enable temporarily for privileged operations. Currently this is
# used only for creating mbox dotlock files when creation fails for INBOX.
# Typically this is set to "mail" to give access to /var/mail.
mail_privileged_group = mail

The setting from the ispcp was the old default and now the recomended is the mail_privileged_group wich should be fine unless you plan to use shared folders.


RE: [HowTo] Replace courier with dovecot - kkrzyzan - 05-23-2008 02:22 AM

Is it possible to integrate dovecot with traffic/disk quota mechanisms?