On Mon, 18 Jun 2007, Scott Silva wrote:

Do you have a /etc/dovecot.conf.rpmnew?
Maybe you need to diff the files and see if something changed.

        No .rpmnew or .rpmold or any variation.

If you were running 0.99 from stock CentOS before the upgrade, then you definitely need to fix your config file.

I was running 0.99 something (whatever was in base). Is there something specific I need to look for? This is the current content of the conf file (excluding comments) -

------------------8<------------------8<--------------

protocol imap {

}


protocol pop3 {

}


protocol lda {
  postmaster_address = [EMAIL PROTECTED]

}


auth default {
  mechanisms = plain

  passdb pam {
  }

  userdb passwd {
  }

  user = root

}


dict {
}


plugin {

}

------------------8<------------------8<--------------


--
Boring Home Page - http://www.webtrek.com/joe
See my blog, sumo game ranks and other interesting junk
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to