Page 1 of 2 12 LastLast
Results 1 to 10 of 17
  1. #1

    Starting problem with dovecot (Debian Squeeze)

    when im booting up my server im getting these errors:
    Starting IMAP/POP3 mail server: dovecotError: Error in configuration file /etc/dovecot/dovecot.conf line 6: Unknown section type
    Fatal: Invalid configuration in /etc/dovecot/dovecot.conf
    failed!


    This is my dovecot.conf
    ssl = no
    disable_plaintext_auth = no
    auth_mechanisms = plain login
    log_timestamp = %Y-%m-%d %H:%M:%S
    mail_location = maildir:/var/zpanel/vmail/%d/%n
    passdb {
    args = /etc/zpanel/configs/postfix/conf/dovecot-sql.conf
    driver = sql
    }
    plugin {
    trash = /etc/zpanel/configs/postfix/conf/dovecot-trash.conf
    }
    protocols = imap pop3
    service auth {
    unix_listener /var/spool/postfix/private/auth {
    group = postfix
    mode = 0660
    user = postfix
    }
    user = root
    }
    userdb {
    args = /etc/zpanel/configs/postfix/conf/dovecot-sql.conf
    driver = sql
    }
    protocol pop3 {
    pop3_uidl_format = %08Xu%08Xv
    }

  2. #2
    ZPanel Developer rustus's Avatar
    Join Date
    Sep 2010
    Posts
    3,207

    Re: Starting problem with dovecot (Debian Squeeze)

    I can only assume that debian is using dovecot 1.9? This setup is for dovecot 2.x Can you verify this and let us know please.

  3. #3

    Re: Starting problem with dovecot (Debian Squeeze)

    Yepp debian is using dovecot 1.9..

  4. #4
    ZPanel Developer Caffeine Addict's Avatar
    Join Date
    Feb 2010
    Location
    Sittingbourne, Kent, England
    Posts
    5,109

    Re: Starting problem with dovecot (Debian Squeeze)

    You might be able to apt-get remove dovecot and look at building >= 2.0 using make install and the source files...
    Kevin Andrews ~ ZPanel Core and Module Developer | Follow me for ZPanel updates
    Software Developer for Influential Software
    Runs zVPS.co.uk - Support Zpanel and Buy your VPS with us!
    Follow us on twitter for news on VPS offers and ZPanelX updates!

  5. #5

    Re: Starting problem with dovecot (Debian Squeeze)

    Yepp im already working on that!

    After running ./configure:
    Install prefix . : /usr/local
    File offsets ... : 64bit
    I/O polling .... : epoll
    I/O notifys .... : inotify
    SSL ............ : no
    GSSAPI ......... : no
    passdbs ........ : static passwd passwd-file shadow checkpassword
    : -pam -bsdauth -sia -ldap -sql -vpopmail
    userdbs ........ : static prefetch passwd passwd-file checkpassword nss
    : -ldap -sql -vpopmail
    SQL drivers .... :
    : -pgsql -mysql -sqlite
    Full text search : squat
    : -lucene -solr
    Last edited by slippern2; 02-04-2012 at 01:36 PM.

  6. #6

    Re: Starting problem with dovecot (Debian Squeeze)

    baah... its too much work.. im just gonna install ubuntu
    But ZPanelX is working great in Debian except Dovecot.

  7. #7
    ZPanel Developer rustus's Avatar
    Join Date
    Sep 2010
    Posts
    3,207

    Re: Starting problem with dovecot (Debian Squeeze)

    Just grab the zp6 install script and get the dovecot config from there (it used 1.9) and you should be good.

  8. #8
    ZPanel Developer Caffeine Addict's Avatar
    Join Date
    Feb 2010
    Location
    Sittingbourne, Kent, England
    Posts
    5,109

    Re: Starting problem with dovecot (Debian Squeeze)

    If you can get it going on debian that would be great just let everyone know how you do manage it :P
    Kevin Andrews ~ ZPanel Core and Module Developer | Follow me for ZPanel updates
    Software Developer for Influential Software
    Runs zVPS.co.uk - Support Zpanel and Buy your VPS with us!
    Follow us on twitter for news on VPS offers and ZPanelX updates!

  9. #9

    Re: Starting problem with dovecot (Debian Squeeze)

    Ahh
    I will adapt the zpanel 6.1 config to zpanelx and release a how-to

  10. #10
    ZPanel Developer rustus's Avatar
    Join Date
    Sep 2010
    Posts
    3,207

    Re: Starting problem with dovecot (Debian Squeeze)

    Yup, if you want you can make your own "config pack" for debian. Just copy Ubuntu config pack, rename it and then start changing only what you need. Then there will be a complete 'config pack' that people can use for Debian version But you can do whatever you like

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •