Differences between revisions 1 and 2
Revision 1 as of 2006-12-07 09:14:19
Size: 864
Comment:
Revision 2 as of 2006-12-07 15:05:48
Size: 878
Editor: mohacsi
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl All:read
Line 16: 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

TableOfContents

Dovecot IMAP server configuration guide

Enabling IPv6

[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].

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 [:inetdguide: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)