From owner-freebsd-questions@FreeBSD.ORG Thu Apr 23 18:22:51 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 DDABB1065675 for ; Thu, 23 Apr 2009 18:22:51 +0000 (UTC) (envelope-from frederique@isafeelin.org) Received: from progress.isafeelin.org (progress.isafeelin.org [84.244.146.92]) by mx1.freebsd.org (Postfix) with ESMTP id 9E5468FC27 for ; Thu, 23 Apr 2009 18:22:51 +0000 (UTC) (envelope-from frederique@isafeelin.org) Received: from progress.isafeelin.org (localhost [127.0.0.1]) by progress.isafeelin.org (Postfix) with ESMTP id 5378B130D84; Thu, 23 Apr 2009 20:22:50 +0200 (CEST) Received: from s55919a03.adsl.wanadoo.nl (s55919a03.adsl.wanadoo.nl [85.145.154.3]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by progress.isafeelin.org (Postfix) with ESMTPSA id 1A0A0130D70; Thu, 23 Apr 2009 20:22:50 +0200 (CEST) Received: from free.isafeelin.org (unknown [192.168.1.15]) by s55919a03.adsl.wanadoo.nl (Postfix) with ESMTP id 3B5F666A6F; Thu, 23 Apr 2009 20:22:49 +0200 (CEST) Message-ID: <49F0B1F7.9030109@isafeelin.org> Date: Thu, 23 Apr 2009 20:22:47 +0200 From: Frederique Rijsdijk User-Agent: Thunderbird 2.0.0.21 (X11/20090418) MIME-Version: 1.0 To: Liontaur References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: Re: mail server/webmail 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: Thu, 23 Apr 2009 18:22:52 -0000 Liontaur wrote: > Hi folks, I was searching around but i'm not quite sure what i'm looking > for. I want to have a program that gets the mail from my ISP mail server > (pop), stores the mail permanently, allows me webmail access, and also lets > me grab the mail with a mail client (Outlook Express). I'd like to be able > to sync the mail with outlook express also. Like if I send a mail over > webmail, that sent mail will also go into the sent box in outlook express, > or conversly, perhaps store all the mail on the server and have outlook > express just show the folders and contents stored on the server. But i'd > have to somehow upload all of the mail currently in my outlook express. I'll > also need some kind of spam functionality as I get a sizable amount of spam. > Currently I use K9 for spam and I quite like it. I guess you could start to look in the area of: - /usr/ports/mail/fetchmail (to fetch/store the mail) - /usr/ports/mail/dovecot (for access to the mail via imap) - /usr/ports/mail/squirremail or roundcube (webmail w/ imap) - /usr/ports/www/apache22 for the webmail As you're then using IMAP, any client that connects to dovecot will get the same set of mailfolders (sync). -- Frederique