Don't like ads? PRO users don't see any ads ;-)

dovecot error 2

By: JConnors on May 15th, 2012  |  syntax: None  |  size: 1.07 KB  |  hits: 91  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  dovecot -n
  2. # 2.0.9: /etc/dovecot/dovecot.conf
  3. doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
  4. doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:85: add auth_ prefix to all settings inside auth {} and remove the auth {} section completely
  5. doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:87: passdb pam {} has been replaced by passdb { driver=pam }
  6. doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:89: userdb passwd {} has been replaced by userdb { driver=passwd }
  7. # OS: Linux 2.6.32-220.13.1.el6.i686 i686 CentOS release 6.2 (Final)
  8. auth_mechanisms = plain login
  9. base_dir = /var/run/dovecot/
  10. listen = *
  11. login_greeting = Datavalet ready.
  12. passdb {
  13.   driver = pam
  14. }
  15. service auth {
  16.   unix_listener /var/spool/postfix/private/auth {
  17.     group = postfix
  18.     mode = 0660
  19.     user = postfix
  20.   }
  21. }
  22. userdb {
  23.   driver = passwd
  24. }
  25. doveconf: Error: ssl enabled, but ssl_cert not set
  26. doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: ssl enabled, but ssl_cert not set