Current time: 04-21-2024, 12:24 AM Hello There, Guest! (LoginRegister)


Thread Closed 
[HowTo] Replace courier with dovecot
Author Message
aseques Offline
Member
*****
Dev Team

Posts: 330
Joined: May 2008
Reputation: 4
Post: #96
RE: [HowTo] Replace courier with dovecot
(10-21-2008 05:50 PM)Kotty Wrote:  i've solved it by deactivating this line:
virtual_transport = dovecot
at /etc/postfix/main.cf

You still can do the userdb check on the database while keeping the passdb on through the perl script.
This way, you can keep dovecot deliver for the delivery, and have working quotas and all that ...
Code:
auth default {
  mechanisms = plain login
  passdb checkpassword {
  args = /var/www/ispcp/engine/ispcp-dovecot-mngr
  }
  userdb sql {
   args = /etc/dovecot/dovecot-sql-domain.conf
  }
  userdb sql {
    args = /etc/dovecot/dovecot-sql-aliasdomain.conf
  }
  userdb sql {
   args = /etc/dovecot/dovecot-sql-subdomain.conf
  }
The only thing you have to do is to keep the userdb entries like in the wiki, but skip the passdb entries related to SQL since it's done by the perl script now
Hey, finally I updated the HOWTO in http://www.isp-control.net/documentation...th_dovecot

Everything seems to be working fine in my testing install (webmail/imap, delivery, pop3)

Note: Could anyone put the ispcp-dovecot-mngr in the svn tree? I am afraid that people will overlook the note and en up with non-working installations.

Cheers
(This post was last modified: 10-24-2008 03:19 AM by aseques.)
10-24-2008 02:43 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: [HowTo] Replace courier with dovecot - aseques - 10-24-2008 02:43 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)