Size: 1022
Comment:
|
Size: 1067
Comment: DragonFly also uses pkgsrc
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Line 6: | Line 5: |
Line 8: | Line 6: |
Line 14: | Line 11: |
Doing a fresh install of (the current) Fedora Core 2 and later, Dovecot will be installed as the default IMAP server. If you're upgrading from Fedora Core 1, see [wiki:PrebuiltBinaries/FedoraUpgrade FedoraUpgrade]. |
Doing a fresh install of (the current) Fedora Core 2 and later, Dovecot will be installed as the default IMAP server. If you're upgrading from Fedora Core 1, see /FedoraUpgrade. |
Line 32: | Line 28: |
== SuSE == | == SUSE == 1.0beta2 is available via YaST since SUSE 10.1-Beta2, including [:LDA:LDA support] |
Line 39: | Line 36: |
Line 45: | Line 41: |
Line 50: | Line 45: |
== NetBSD == |
== NetBSD and DragonFly == |
Line 57: | Line 51: |
Installing Prebuilt Binaries
In binary packages the configuration file is typically in /etc/dovecot.conf.
Debian
apt-get install dovecot-imapd dovecot-pop3d
Fedora Core
Doing a fresh install of (the current) Fedora Core 2 and later, Dovecot will be installed as the default IMAP server. If you're upgrading from Fedora Core 1, see /FedoraUpgrade.
If you don't have Dovecot already installed, use:
up2date -i dovecot # or: yum install dovecot
To start the dovecot daemon and being sure it start with each system boot run
service dovecot start chkconfig dovecot on
SUSE
1.0beta2 is available via YaST since SUSE 10.1-Beta2, including [:LDA:LDA support]
yast -i dovecot
FreeBSD
cd /usr/ports/mail/dovecot; make install
OpenBSD
cd /usr/ports/mail/dovecot; make install
NetBSD and DragonFly
cd /usr/pkgsrc/mail/dovecot; make install
Mac OS X Darwinports
port install dovecot