vpopmail + dovecot

Sergio Rosa <[email protected]>
Newsgroups gmane.mail.vpopmail
Message-ID <[email protected]>
Hi all,

i'm near insanity trying to config dovecot as imap server.

I'm running vpopmail 5.4.26 with mysql backend. It seems impossible to 
get dovecot 2.0.9 to work.

My dovecot.conf contains just this:
protocols = imap
!include conf.d/00-awd.conf

and 00-awd.conf contains:
auth_mechanisms = plain
log_path = syslog
syslog_facility = mail
auth_verbose = yes
auth_debug = yes
mmap_disable = yes
mail_fsync = always
mail_nfs_storage = yes
mail_nfs_index = yes
default_login_user = dovenull
default_internal_user = dovecot

service imap-login {
   inet_listener imap {
     port = 143
   }
}
ssl = no
!include awd-conf.ext

and awd-conf.ext
driver=mysql

connect = host=localhost dbname=vpopmail user=vuser password=vpass

default_pass_scheme = PLAIN

password_query = SELECT CONCAT(pw_name, '@', pw_domain) AS user, \
   pw_clear_passwd AS password \
   FROM vpopmail \
   WHERE pw_name = '%n' AND pw_domain = '%d'

user_query = SELECT pw_dir as home, \
   89 AS uid, 89 AS gid \
   FROM vpopmail \
   WHERE pw_name = '%n' AND pw_domain = '%d'

but dovecot complains that driver= mysql is Unknow.

Dovecot was compiled with --mysql --vpopmail

Please help.

Thanks,
sergio rosa


!DSPAM:4d5c672832711248615606!
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.