2.3. Dovecot

Als erstes sollte die Standardkonfiguration übernommen werden.


  cp  -p /usr/local/share/doc/dovecot/example-config/dovecot.conf /usr/local/etc/dovecot/
  cp -rp /usr/local/share/doc/dovecot/example-config/conf.d       /usr/local/etc/dovecot/
Nun werden die SSL Zertifikate zum Einsatz bei der Verwendung von IMAP-SSL und POP3-SSL generiert.

  mkdir /usr/local/etc/dovecot/ssl
  mkdir /usr/local/etc/dovecot/ssl/private
  mkdir /usr/local/etc/dovecot/ssl/certs
  cd  /usr/local/share/examples/dovecot/
  env SSLDIR=/usr/local/etc/dovecot/ssl /usr/local/share/examples/dovecot/mkcert.sh
Nun muss die Dovecot Konfiguration unter /usr/local/etc/dovecot angepasst werden.

Jetzt noch dovecot aktivieren, und die Dovecot Konfiguration ist abgeschlossen.

    grep -v dovecot_enable /etc/rc.conf > /etc/rc.conf2
    echo 'dovecot_enable="YES"' >> /etc/rc.conf2
    mv /etc/rc.conf2 /etc/rc.conf