From owner-freebsd-questions@FreeBSD.ORG Sat Dec 18 20:10:23 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D67A16A4CE for ; Sat, 18 Dec 2004 20:10:23 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6B9943D58 for ; Sat, 18 Dec 2004 20:10:22 +0000 (GMT) (envelope-from tethys.ocean@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so44494rne for ; Sat, 18 Dec 2004 12:10:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Vli1FeOmJYcXxKNQ1NyLeOkyZ/bqhQi+P83A2M6eYbAsOWhk8eerRJeGRJ5sBymeyVK66urK9hDcMROVcXUqWBlfBu/QsYVeHqs/78oLheffbEIOYu64WpEs/V3HfeY25KtOJ7TczOoewYbpF37F1f54ye0YjpmS/3AeG8bE7U4= Received: by 10.39.2.61 with SMTP id e61mr378936rni; Sat, 18 Dec 2004 12:10:22 -0800 (PST) Received: by 10.38.66.15 with HTTP; Sat, 18 Dec 2004 12:10:22 -0800 (PST) Message-ID: <235b800004121812104663dcd0@mail.gmail.com> Date: Sat, 18 Dec 2004 22:10:22 +0200 From: tethys ocean To: freebsd-questions@freebsd.org In-Reply-To: <20041218195821.GA2847@pleiades.aeternal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <235b8000041218113816abe2d8@mail.gmail.com> <20041218195821.GA2847@pleiades.aeternal.net> Subject: bind+postfix+courier+sals+amavis+spamassian+pop3+mysql+apache+smtp-auth X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: tethys ocean List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 20:10:23 -0000 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 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" > > >