dovecot panic

Dan Raymond draymond at foxvalley.net
Fri Nov 21 04:37:25 UTC 2014


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


More information about the freebsd-arm mailing list