Size: 1053
Comment:
|
Size: 1737
Comment: Instructions for CentOS
|
Deletions are marked like this. | Additions are marked like this. |
Line 29: | Line 29: |
1.0beta2 is available via YaST since SUSE 10.1-Beta2, including [:LDA:LDA support] | Dovecot ships with SUSE for quite some time. Upto 10.0 SUSE shipped with 0.99.xx. SUSE 10.1 will have 1.0-beta3, including [:LDA:LDA support]. |
Line 33: | Line 33: |
chkconfig dovecot on rcdovecot start }}} By default ssl disabled. so you need to create an SSL certificitate and than enable it in the dovecot config. For your private server you can do: {{{ cd /usr/share/doc/packages/dovecot/ sh mkcert.sh sed -i -e 's|ssl_disable = .*|ssl_disable = no|' /etc/dovecot/dovecot.conf rcdovecot restart |
|
Line 45: | Line 56: |
== NetBSD == | == NetBSD and DragonFly == |
Line 54: | Line 65: |
== CentOS 4.x == Installing in CentOS 4.x is simple as: {{{ yum -y install dovecot }}} To configure dovecot to start system startup, run: {{{ chkconfig dovecot on service dovecot start }}} To start dovecot, run: {{{ service dovecot start }}} |
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
Dovecot ships with SUSE for quite some time. Upto 10.0 SUSE shipped with 0.99.xx. SUSE 10.1 will have 1.0-beta3, including [:LDA:LDA support].
yast -i dovecot chkconfig dovecot on rcdovecot start
By default ssl disabled. so you need to create an SSL certificitate and than enable it in the dovecot config. For your private server you can do:
cd /usr/share/doc/packages/dovecot/ sh mkcert.sh sed -i -e 's|ssl_disable = .*|ssl_disable = no|' /etc/dovecot/dovecot.conf rcdovecot restart
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
CentOS 4.x
Installing in CentOS 4.x is simple as:
yum -y install dovecot
To configure dovecot to start system startup, run:
chkconfig dovecot on service dovecot start
To start dovecot, run:
service dovecot start