From owner-freebsd-questions@FreeBSD.ORG Wed Mar 18 18:47:15 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 AD2111065670 for ; Wed, 18 Mar 2009 18:47:15 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 3AA908FC14 for ; Wed, 18 Mar 2009 18:47:14 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by ewy19 with SMTP id 19so139310ewy.43 for ; Wed, 18 Mar 2009 11:47:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=xxjoV7XQk7PA2wksD7XLUOnYLujIdf1kKki9naWkbHc=; b=Z/J/XMmajdUqbv+ck3KhmTOY4cPUajqiiwsqG13svd1683Pe8rOMHBduj4GDVfvyco /1ZDI/W/YR37S8Q9gHpAyPZRAGbR0MCITrcUJM1gb2sBK6okG7sMzfsiGuO8MvvKyygY uDCklWtFa9ozb301b+wRxDrjrKh4oPUXiswcw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=F3wBcJfjEvgKBMwV6urk0j0hcV0/WWDVJUx8Fo9bD6NZS6BfEb542CTEUcfO1lYeGa j3gs6fVT1S8Uz5DO0CQVvGZ3p47H6fL3dwhu7EK49Giq1+npL68DC7wS+OrKGuZqRvr7 aFtGXTyRGQcY0Iam1ayFxw6PFQ7klzDA3qawQ= Received: by 10.210.127.13 with SMTP id z13mr517970ebc.93.1237402034074; Wed, 18 Mar 2009 11:47:14 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id 23sm404217eya.46.2009.03.18.11.47.13 (version=SSLv3 cipher=RC4-MD5); Wed, 18 Mar 2009 11:47:13 -0700 (PDT) Date: Wed, 18 Mar 2009 18:47:10 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20090318184710.007817ad@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.1 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: imap on freebsd7 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: Wed, 18 Mar 2009 18:47:16 -0000 On Wed, 18 Mar 2009 18:27:32 +0100 (CET) Pieter Donche wrote: > I want to access a mailbox on a FreeBSD7 server via IMAP from Outlook > 2003. I had a setup for accessing a mailbox on a Solaris server via > IMAP from the same Outlook 2003. > > In the FreeSBD7 system, outcommented in /etc/inetd.conf the line > imap4 stream tcp nowait root /usr/local/libexec/imapd imapd > You didn't mention installing an imap server from a port or package. AFAIK there isn't one in the base and the /usr/local/ prefix confirms that. I'd suggest dovecot (usually started by enabling it in rc.conf rather than inetd.conf).