Home > Alumnus Blog > FreeBSD Mail Server – 2 – Dovecot Install

FreeBSD Mail Server – 2 – Dovecot Install

April 16th, 2009 Leave a comment Go to comments

Dovecot is a very fast, very reliable, and easily configured POP3/IMAP server application. You can read more about it by visiting their website at http://www.dovecot.org/.
Install Dovecot via ports:
#cd /usr/ports/mail/dovecot
#make all install clean
(Be sure “SSL”, “IPV6″, “POP3″, and “MYSQL” are selected in the menu)
Edit /etc/rc.conf so Dovecot starts at boot:
#echo ‘dovecot_enable=”YES”‘ >> /etc/rc.conf
Copy Dovecot configuration files:
#cp [...]

Read original post at http://devnix.wordpress.com/2009/04/16/freebsd-mail-server-%e2%80%93-2-%e2%80%93-dovecot-install/

Related posts:

  1. FreeBSD Mail Server – 3 – Postfix Install
  2. FreeBSD Mail Server – 1 – MySQL Install
  3. FreeBSD Mail Server – 10 – Squirrelmail Install
  4. FreeBSD Mail Server – 4 – Apache Install
  5. FreeBSD Mail Server – 5 – PHP Install
  6. FreeBSD Mail Server – 6 – Postfixadmin Install
  7. FreeBSD Mail Server – 9 – PEAR Install
  8. FreeBSD Mail Server – 8 – ClamAV Install
  9. Step by Step Setup Postfix Mail Server on FreeBSD
  10. Step by Step Setup Postfix Mail Server on FreeBSD

Categories: Alumnus Blog Tags:
  1. No comments yet.
  1. No trackbacks yet.