Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. root@tessa:/etc/dovecot# dovecot -n
  2. # 2.0.19: /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:44: protocol { ssl_listen } has been replaced by service { inet_listener { address } }
  5. # OS: Linux 3.2.0-29-generic-pae i686 Ubuntu 12.04.1 LTS ext3
  6. disable_plaintext_auth = no
  7. first_valid_gid = 5000
  8. first_valid_uid = 5000
  9. listen = *
  10. log_timestamp = "%Y-%m-%d %H:%M:%S "
  11. mail_access_groups = vmail
  12. mail_location = maildir:/mnt/raid/www_root/mail/%d/%n
  13. passdb {
  14. args = /etc/dovecot/dovecot-mysql.conf
  15. }
  16. protocols = imap
  17. service imap-login {
  18. inet_listener imaps {
  19. address = *
  20. }
  21. }
  22. service pop3-login {
  23. inet_listener pop3s {
  24. address = *
  25. }
  26. }
  27. userdb {
  28. args = /etc/dovecot/dovecot-mysql.conf
  29. }
  30. doveconf: Error: ssl enabled, but ssl_cert not set
  31. doveconf: Error: passdb is missing driver
  32. protocol pop3 {
  33. pop3_uidl_format = %08Xu%08Xv
  34. }
  35. doveconf: Fatal: Error in configuration file /etc/dovecot/dovecot.conf: ssl enabled, but ssl_cert not set
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement