mail/courier-imap

Matthew Dillon dillon at apollo.backplane.com
Sun May 9 20:16:12 PDT 2004


:> Why not use try and use Cyrus ? Its much better for imap anyways. :-)
:> We already have a package built for version one.
:
:Better for imap perhaps, but its not better for me. I use qmail with 
:Maildir++, and I use a rather complex system to avoid spam and such. Always 
:have been using qmail, and are quite happy with it.
:
:So I think i'm going to stick with Courier-Imap, but thanks.
:
:Erik 

    It looks like a bug in the ports system or a bug in courier-imap.  It 
    seems to be assuming that sys/types.h is included but sys/types.h is not 
    included in that particular source file prior to the #include of
    rfc2047.h.

    You can get it past the issue by editing:

    /usr/ports/mail/courier-imap/work/courier-imap-3.0.3/imap/usrmsgenvelope.c

    Add this line just before the rfc822.h line near the top of the file:

    #include "imaptoken.h"

    And then it should build.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Bugs mailing list