[Dovecot] Config Error Puzzle

Dick Middleton dick at lingbrae.com
Mon Feb 27 13:16:14 EET 2006


Can somebody help me get this right please.  I'm trying to upgrade to 
version 1 and I get this error which I can't workaround:

expecting "=" on line 33

Line 33 is the passdb file name ??

I'm trying this with 1.0 beta3 on a Devil linux system (v 1.2.9).

Thanks

Dick



-------------- next part --------------

ssl_disable = no

ssl_cert_file = /etc/ssl/certs/mydomain1.pem
ssl_key_file = /etc/ssl/private/myhost-private.pem

log_timestamp = "%Y-%m-%d %H:%M:%S "

mail_extra_groups = mail

default_mail_env = mbox:/home/vhome/%d/%n:INBOX=/home/vmail/%d/%n

protocol imap {

}

protocol pop3 {

}

auth_realms = mydomain1.net mydomain2.net mydomain3.co.uk

auth_default_realm = mydomain1.net

auth_verbose = yes

auth_debug = yes

auth default {
  mechanisms = plain

  passdb passwd-file {
    /etc/imap.passwd
  }

  userdb passwd-file {
    /etc/imap.passwd
  }

  user = dovecot

}


More information about the dovecot mailing list