Differences between revisions 2 and 6 (spanning 4 versions)
Revision 2 as of 2006-12-04 13:02:49
Size: 647
Editor: kadlecsik
Comment:
Revision 6 as of 2008-04-10 15:29:33
Size: 724
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl All:read
<<TableOfContents>>
Line 3: Line 5:
[http://www.washington.edu/imap/ Wu-IMAP] started to support IPv6 in version imap-2004. However IPv6 support is disabled by default at '''compilation time'''. [[http://www.washington.edu/imap/|Wu-IMAP]] started to support IPv6 in version imap-2004. However IPv6 support is disabled by default at '''compilation time'''.
Line 14: Line 16:
and then compile the source code.
Line 15: Line 19:
You have to launch the imap/ipop daemons of Wu-IMAP via an IPv6-capable inet daemon. See the [:inetdguide:inetd] and [:xinetdguide:xinetd] configuration guides. You have to launch the imap/ipop daemons of Wu-IMAP via an IPv6-capable inet daemon. See the [[inetdguide|inetd]] and [[xinetdguide|xinetd]] configuration guides.

Wu-IMAP IPv6 configuration guide

Which version of Wu-IMAP daemon supports IPv6?

Wu-IMAP started to support IPv6 in version imap-2004. However IPv6 support is disabled by default at compilation time.

How can I compile Wu-IMAP with IPv6 support enabled?

In the Makefile of the source code of Wu-IMAP change the line

IP=4

to

IP=6

and then compile the source code.

How can I start the Wu-IMAP daemons to serve IMAP/POP over IPv6?

You have to launch the imap/ipop daemons of Wu-IMAP via an IPv6-capable inet daemon. See the inetd and xinetd configuration guides.

Campus6: wuimapguide (last edited 2008-04-10 15:29:33 by localhost)