Size: 149
Comment:
|
Size: 340
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
apt-get install dovecot-imapd | apt-get install dovecot-imapd dovecot-pop3d |
Line 11: | Line 11: |
Dovecot comes with Fedora Core. | Doing a fresh install of (the current) Fedora Core 2 dovecot will be installed by default. {{{ yum install dovecot }}} == FreeBSD and OpenBSD == {{{ cd /usr/ports/mail/dovecot; make install }}} |
Installing Prebuilt Binaries
Debian
apt-get install dovecot-imapd dovecot-pop3d
Fedora Core
Doing a fresh install of (the current) Fedora Core 2 dovecot will be installed by default.
yum install dovecot
FreeBSD and OpenBSD
cd /usr/ports/mail/dovecot; make install