DragonFly BSD
DragonFly bugs List (threaded) for 2004-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: mail/courier-imap


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, 9 May 2004 20:14:49 -0700 (PDT)

:> 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@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]