From owner-freebsd-questions@FreeBSD.ORG Tue Aug 11 18:49:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62BE71065672 for ; Tue, 11 Aug 2009 18:49:03 +0000 (UTC) (envelope-from gt@fallendusk.org) Received: from ysera.fallendusk.org (ysera.fallendusk.org [76.76.101.106]) by mx1.freebsd.org (Postfix) with ESMTP id 32A708FC4F for ; Tue, 11 Aug 2009 18:49:02 +0000 (UTC) Received: from localhost (localhost.gogax.com [127.0.0.1]) by ysera.fallendusk.org (Postfix) with ESMTP id 9EFF72842B for ; Tue, 11 Aug 2009 18:50:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at fallendusk.org Received: from ysera.fallendusk.org ([127.0.0.1]) by localhost (ysera.fallendusk.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tBRR22Zowjhb for ; Tue, 11 Aug 2009 18:50:03 +0000 (UTC) Received: from elune.home.fallendusk.org (unknown [99.32.39.87]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: gt@fallendusk.org) by ysera.fallendusk.org (Postfix) with ESMTPSA id CCA7E2842D for ; Tue, 11 Aug 2009 18:50:02 +0000 (UTC) Date: Tue, 11 Aug 2009 14:50:02 -0400 From: Gregory T Helton To: freebsd-questions@freebsd.org Message-ID: <20090811145002.526768d6@elune.home.fallendusk.org> In-Reply-To: <4d4e09680908102237u27f8b370s7bfe4b2ede3321ab@mail.gmail.com> References: <4d4e09680908100838h6d42432fwd0ec9a10d145b809@mail.gmail.com> <20090810170248.GB49364@slackbox.xs4all.nl> <4A805CD8.2030508@beanfield.com> <4d4e09680908102237u27f8b370s7bfe4b2ede3321ab@mail.gmail.com> Organization: fallenDUSK X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.5; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: toaster or do-it-myself? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2009 18:49:04 -0000 On Tue, Aug 11, 2009 at 01:37:50AM -0400, Identry wrote: > Frack... qmail is impossible. I've been hacking at this for 14 hours > and it's just not working. I must be stupid. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" If you're willing to look away from Qmail, I used the following guide as a basis when I moved my postfix mail server from Debian to FreeBSD. Postfix supports Maildir, and that's how the guide sets it up. I had some prior experience with postfix, having spent about 10-12 hours figuring it out from the official docs the first time I did it on Debian... but the guide will have you a working setup in <4 hours even without any prior experience. I think I had my FreeBSD mail server working in under 2. http://www.purplehat.org/?page_id=4 If you don't need all the stuff it lists, then only the mysql+postfix+dovecot will give you a working server. Postfixadmin may be needed aswell but I used a different SQL schema for my application so I'm not sure. --Greg