tweak dovecot configuration for lucid to work, fixes 248

This commit is contained in:
Robert Foerster (Dessa)
2010-05-25 22:19:29 +00:00
parent e572c072a9
commit 84c9ac7e82
4 changed files with 14 additions and 16 deletions

View File

@@ -13,3 +13,16 @@ socket listen {
group = vmail
}
}
passdb sql {
args = /etc/dovecot/dovecot-sql.conf
}
userdb prefetch {
}
userdb sql {
args = /etc/dovecot/dovecot-sql.conf
}
user = vmail

View File

@@ -35,21 +35,6 @@ protocol lda {
rejection_reason = Your message to <%t> was automatically rejected:%n%r
}
auth default {
passdb sql {
args = /etc/dovecot/dovecot-sql.conf
}
userdb prefetch {
}
userdb sql {
args = /etc/dovecot/dovecot-sql.conf
}
user = vmail
}
# Plugins configuration
plugin {
quota = maildir