From owner-freebsd-questions@FreeBSD.ORG Sat Jul 5 13:10:21 2003 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 C126637B401 for ; Sat, 5 Jul 2003 13:10:21 -0700 (PDT) Received: from boston3.g4.net (boston3.G4.NET [216.177.0.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id D520544013 for ; Sat, 5 Jul 2003 13:10:20 -0700 (PDT) (envelope-from lists@bsdadmins.net) Received: from hades ([216.177.0.160]) by boston3.g4.net (8.11.3/8.11.3) with SMTP id h65KAN801486 for ; Sat, 5 Jul 2003 16:10:24 -0400 (EDT) (envelope-from lists@bsdadmins.net) Message-ID: <002101c34330$a573d970$65fefe0a@hades> From: "David Loszewski" To: Date: Sat, 5 Jul 2003 16:04:25 -0400 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: staring imapd from command line? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2003 20:10:22 -0000 I don't use inetd for security reasons but am now trying to start imapd = from the command line, if I do '/usr/local/libexec/imapd &' this = happens:=20 hermes# * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS = LOGINDISABLED] hermes.bsdadmins.net IMAP4rev1 2003.337 at Sat, 5 Jul = 2003 16:07:17 -0500 (EST) [1] + Suspended (tty input) /usr/local/libexec/imapd How do I make this work? Dave