Size: 149
Comment:
|
Size: 530
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. Upgrading from previous Fedora Core 1 the Cyrus-IMAPd will be installed exchanging the obsolete uw-imapd. To install dovecot uninstall Cyrus-IMAPd with {{{ yum remove cyrus-imapd\* }}} {{{ 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. Upgrading from previous Fedora Core 1 the Cyrus-IMAPd will be installed exchanging the obsolete uw-imapd. To install dovecot uninstall Cyrus-IMAPd with
yum remove cyrus-imapd\*
yum install dovecot
FreeBSD and OpenBSD
cd /usr/ports/mail/dovecot; make install