author | Pascal Volk <neverseen@users.sourceforge.net> |
Mon, 05 Apr 2010 14:54:53 +0000 | |
branch | v0.6.x |
changeset 241 | 2493453f2c10 |
parent 160 | 639cf4003965 |
permissions | -rw-r--r-- |
-- --- -- with Dovecot v1.2.x the service managesieve was renamed to sieve -- --- ALTER TABLE users RENAME managesieve TO sieve; DROP VIEW dovecot_password; CREATE OR REPLACE VIEW dovecot_password AS SELECT local_part || '@' || domain_name.domainname AS "user", passwd AS "password", smtp, pop3, imap, sieve FROM users LEFT JOIN domain_name USING (gid);