Differences between revisions 2 and 3
Revision 2 as of 2006-12-07 15:05:48
Size: 878
Editor: mohacsi
Comment:
Revision 3 as of 2008-04-10 15:29:32
Size: 883
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
[[TableOfContents]] <<TableOfContents>>
Line 5: Line 5:
[http://www.dovecot.org/ Dovecot] imap server supports IPv6 by default. It can be disabled at compile time, with the ''--disable-ipv6'' option of [http://www.gnu.org/software/autoconf/ configure]. [[http://www.dovecot.org/|Dovecot]] imap server supports IPv6 by default. It can be disabled at compile time, with the ''--disable-ipv6'' option of [[http://www.gnu.org/software/autoconf/|configure]].
Line 17: Line 17:
Dovecot runs in standalone mode, without the need for [:inetdguide:inetd]. To enable IPv6, add or change Dovecot runs in standalone mode, without the need for [[inetdguide|inetd]]. To enable IPv6, add or change

Dovecot IMAP server configuration guide

Enabling IPv6

Dovecot imap server supports IPv6 by default. It can be disabled at compile time, with the --disable-ipv6 option of configure.

Configure dovecot with IPv6 support (default)

configure --enable-ipv6

Recompile and install.

Confgure without IPv6 support

configure --disable-ipv6

Recompile and install.

Running dovecot in IPv6 mode

Dovecot runs in standalone mode, without the need for inetd. To enable IPv6, add or change

listen = [::]

in the appropriate section (general, imap or pop3) of the configuration file (dovecot.conf). This will enable IPv6 on all interfaces. Specifying address will bind IPv6 support to specific interface.

Campus6: dovecotimapguide (last edited 2008-04-10 15:29:32 by localhost)