Suggestions please for what POP or IMAP servers to use
RW
fbsd06 at mlists.homeunix.com
Fri Dec 14 07:27:48 PST 2007
On Thu, 13 Dec 2007 21:06:25 -0800
"Ted Mittelstaedt" <tedm at toybox.placo.com> wrote:
> Consider also that the majority of webinterfaces to mailservers
> are written using the uw-c-client imap libraries. So you go ahead
> and install dovecot - then watch when you install a webinterface
> the port manager sucking in the uw imap stuff anyway. Might as
> well run the uw imap server if your going to run the uw libraries.
None of the major webmail clients appear to depend on cclient
$ find /usr/ports/ -name Makefile | xargs grep "mail/cclient"
/usr/ports/mail/cclient/Makefile:# $FreeBSD: ports/mail/cclient/Makefile,v 1.41 2007/10/01 04:03:01 marcus Exp $
/usr/ports/mail/imap-uw/Makefile:# This port must have the same SSL settings as mail/cclient, which it depends on
/usr/ports/mail/imap-uw/Makefile:LIB_DEPENDS= c-client4.9:${PORTSDIR}/mail/cclient
/usr/ports/mail/mailsync/Makefile:LIB_DEPENDS= c-client4.9:${PORTSDIR}/mail/cclient
/usr/ports/mail/p5-Mail-CClient/Makefile:LIB_DEPENDS= c-client4.9:${PORTSDIR}/mail/cclient
/usr/ports/mail/postilion/Makefile:LIB_DEPENDS= c-client4:${PORTSDIR}/mail/cclient
/usr/ports/mail/prayer/Makefile:BUILD_DEPENDS= ${LOCALBASE}/lib/libc-client4.a:${PORTSDIR}/mail/cclient
/usr/ports/mail/tkrat2/Makefile: c-client4.9:${PORTSDIR}/mail/cclient
/usr/ports/www/ismail/Makefile:LIB_DEPENDS+= c-client4.9:${PORTSDIR}/mail/cclient
More information about the freebsd-questions
mailing list