From owner-freebsd-questions@FreeBSD.ORG Thu Apr 23 18:12:16 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 570101065674 for ; Thu, 23 Apr 2009 18:12:16 +0000 (UTC) (envelope-from liontaur@gmail.com) Received: from mail-fx0-f162.google.com (mail-fx0-f162.google.com [209.85.220.162]) by mx1.freebsd.org (Postfix) with ESMTP id B00EE8FC26 for ; Thu, 23 Apr 2009 18:12:15 +0000 (UTC) (envelope-from liontaur@gmail.com) Received: by fxm6 with SMTP id 6so341839fxm.43 for ; Thu, 23 Apr 2009 11:12:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=El5Z/V3X25egH2Nvujimf+XRzTKzoYX0G+A90Ah95g0=; b=KM4ctWkj46T9gBwKrDHvDrWzeuJ7aLYTQL/N6iLbV/liebEKOHbp6oSEa2mL0LfMh0 ym41XPgUXQSmR9rpgSSM0HNwIXkH5Ej0uDHhsc1Mpj/PpQLKcObfA3ywzEK5F4bFDSmI 9HIAGHC9ZMBHHsslnehM9LGohZmTqs3vKWy8g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=J0tr0SmDEDByS+4U6TPdkJRqA5Bxbsn4KEAnbvs+XPcYIDlpZRQyDXL1Rmeu75og0g 5sjxWK6TCwoIrkw8Cc8zZvzf8jTiqU50FMAB3PI3a1YRBuSXXx9liEY4ukoPNBF/M6MP tNKAeO+dS6OSJuOyOYwvLqWroWiMELKIXRAkw= MIME-Version: 1.0 Received: by 10.103.244.19 with SMTP id w19mr730435mur.134.1240508366418; Thu, 23 Apr 2009 10:39:26 -0700 (PDT) Date: Thu, 23 Apr 2009 10:39:26 -0700 Message-ID: From: Liontaur To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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:12:16 -0000 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. Thanks for any help you can offer folks! Mark