Current time: 06-05-2025, 12:10 AM Hello There, Guest! (LoginRegister)


Post Reply 
Avelsieve - Squirrelmail/Roundcube Problem
Author Message
FISA4 Offline
Member
***

Posts: 668
Joined: Feb 2008
Reputation: 15
Post: #16
RE: Avelsieve - Squirrelmail/Roundcube Problem
(03-05-2009 09:45 AM)rbtux Wrote:  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
}
...

Irgendwie sehe ich heute den Wald vor lauter Bäumen nicht.
Kannst Du mir meine dovecot.conf mal ändern?


Attached File(s)
.txt  dovecot.conf.txt (Size: 1.28 KB / Downloads: 11)
03-05-2009 06:55 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Avelsieve - Squirrelmail/Roundcube Problem - FISA4 - 03-05-2009 06:55 PM

Forum Jump:


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