Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2014 21:37:14 -0700
From:      Dan Raymond <draymond@foxvalley.net>
To:        "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   re: dovecot panic
Message-ID:  <546EC17A.7070601@foxvalley.net>

next in thread | raw e-mail | index | archive | help
I deinstalled dovecot and installed /usr/ports/mail/dovecot2.  It took a 
lot longer to build (100 minutes vs. 35 minutes) and it required more 
tweaks to get it working but I haven't seen a panic yet.  Here are the 
configuration changes I needed, by the way:

    cp -R /usr/local/share/doc/dovecot/example-config/* 
/usr/local/etc/dovecot

    vi /usr/local/etc/dovecot/dovecot.conf

      protocols = imap pop3

    vi /usr/local/etc/dovecot/conf.d/10-mail.conf

      mail_location = mbox:~/mail:INBOX=/var/mail/%u
      mail_privileged_group = mail

    vi /usr/local/etc/dovecot/conf.d/10-master.conf

      service imap-login { inet_listener imap { port = 0 } }  // note 
this spans multiple lines
      service pop3-login { inet_listener pop3 { port = 0 } }  // note 
this spans multiple lines

    cd /usr/local/share/examples/dovecot
    vi dovecot-openssl.cnf

      (fill out fields)

    mkdir /etc/ssl/certs
    mkdir /etc/ssl/private
    ./mkcert.sh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?546EC17A.7070601>