Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 2004 22:10:22 +0200
From:      tethys ocean <tethys.ocean@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:    bind+postfix+courier+sals+amavis+spamassian+pop3+mysql+apache+smtp-auth
Message-ID:  <235b800004121812104663dcd0@mail.gmail.com>
In-Reply-To: <20041218195821.GA2847@pleiades.aeternal.net>
References:  <235b8000041218113816abe2d8@mail.gmail.com> <20041218195821.GA2847@pleiades.aeternal.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

I check confiliction package mysql pakages confilict 

and I found this document

http://www.syntheticzero.com/howto/vmail.php

and also in this paragraph

Notes for FreeBSD users: The courier-imap port in freebsd is kinda
messed up with regards to getting the mysql auth stuff to compile...
find ".if !defined(WITH_MYSQL)" in the Makefile and change this:

  PLIST_SUB+=     MYSQLFLAG=""
    endif

to this:

  PLIST_SUB+=     MYSQLFLAG=""
  CONFIGURE_ARGS+=	\
    --with-authmysql --with-mysql-libs=/usr/local/lib/mysql/ \
    --with-mysql-includes=/usr/local/include/mysql
  endif


I set that but I need pop3 because we have got a lots of virtual host 

I must look for  pop3  competible with courier-imap isnt it?!

H.O.


On Sat, 18 Dec 2004 20:58:21 +0100, martin hudec <corwin@aeternal.net> wrote:
> Hello,
> 
> On Sat, Dec 18, 2004 at 09:38:52PM +0200 or thereabouts, tethys ocean wrote:
> >
> > I want to setup a mail server Freebsd 5.3 bind 9.0 (dnscahce)
> > +mysql4.0+postfix2.2.20040829,2+courier+sasl  etc....
> >
> > in the beginning of my installation I am taking such error message
> >
> > courier-mysql-0.45.4 conflicts with installed pakages(s)
> > postfix-2.2.20040829,2
> 
> 
> you want probably to have complex mail solution, and you
> would like to use mail/courier-imap port, right?
> 
> Standard mail/courier can be used as smtp server, so it is
> obvious that it would conflict with your installed postfix (or
> qmail, etc.). Look into Makefile for conflicting packages.
> 
>         Cheers,
> 
>         Martin
> 
> --
> martin hudec
> 
>    * 421 907 303 393
>    * corwin@aeternal.net
>    * http://www.aeternal.net
> 
> "Nothing travels faster than the speed of light with the possible
> exception of bad news, which obeys its own special laws."
> 
>    Douglas Adams, "The Hitchhiker's Guide to the Galaxy"
> 
> 
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?235b800004121812104663dcd0>