Current time: 09-28-2024, 01:05 AM Hello There, Guest! (LoginRegister)


Post Reply 
Avelsieve - Squirrelmail/Roundcube Problem
Author Message
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #15
RE: Avelsieve - Squirrelmail/Roundcube Problem
du hast aber checkpassword auf dem default auth laufen, das heisst passwörter sind verschlüsselt in der db, und deine config liest die passwörter nicht verschlüsselt..

ändere in der dovecot.conf unter:
Code:
auth pysieved {
...
passdb sql {
args = /etc/dovecot/dovecot-sql-domain.conf
}

userdb sql {
args = /etc/dovecot/dovecot-sql-domain.conf
}

passdb sql {
args = /etc/dovecot/dovecot-sql-subdomain.conf
}

userdb sql {
args = /etc/dovecot/dovecot-sql-subdomain.conf
}
...

zu

Code:
...
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
}
...
(This post was last modified: 03-05-2009 09:46 AM by rbtux.)
03-05-2009 09:45 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Avelsieve - Squirrelmail/Roundcube Problem - rbtux - 03-05-2009 09:45 AM

Forum Jump:


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