From owner-freebsd-questions@FreeBSD.ORG Mon Mar 13 04:58:45 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D25B316A401 for ; Mon, 13 Mar 2006 04:58:44 +0000 (UTC) (envelope-from lashby@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE5DA43D45 for ; Mon, 13 Mar 2006 04:58:43 +0000 (GMT) (envelope-from lashby@gmail.com) Received: by nproxy.gmail.com with SMTP id x37so847162nfc for ; Sun, 12 Mar 2006 20:58:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=lrc4lOvb1/hMVaQ0r6c9mElD3N7R2ZLDfmAvLVMkRJIUamVHZ49Oi/gHWAm/of4Gv/7c/fyN2XiP9xjAt//Qa9oXHBVYI341cG4bcmFB2hHWdj6WLooBc0BiTYIBnQ4L8KmjYGyI9AS+VMBhTpWhOff6+JNOv/5LnXB1ETVpb5I= Received: by 10.49.28.8 with SMTP id f8mr2665103nfj; Sun, 12 Mar 2006 20:58:42 -0800 (PST) Received: by 10.48.246.17 with HTTP; Sun, 12 Mar 2006 20:58:42 -0800 (PST) Message-ID: <9cd98d120603122058g7941c9depc403a6390518207e@mail.gmail.com> Date: Sun, 12 Mar 2006 22:58:42 -0600 From: Logan To: freebsd-questions@freebsd.org In-Reply-To: <20060312222002.hjehocgwwkcggs0g@www.trancegeek.net> MIME-Version: 1.0 References: <20060312222002.hjehocgwwkcggs0g@www.trancegeek.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Postfix doesn't do anything when I connect to it through telnet or Mozilla Thunderbird 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: Mon, 13 Mar 2006 04:58:45 -0000 On 3/12/06, tom@trancegeek.net wrote: > > Hi, > > I'm trying to set up a Postfix SMTP server on my machine (FreeBSD 4.11 > ). I > read the cheat notes here < > http://www.mostgraveconcern.com/freebsd/mail.html> > and I can get Postfix running. However, when I try to telnet in or > connect > with Mozilla Thunderbird nothing happens. > > Here is an example: > > tom@killdozer$ telnet 127.0.0.1 25 > Trying 127.0.0.1... > Connected to localhost.angrycoder.org. > Escape character is '^]'. > [some time goes by here...] > [I get angry and mash the escape character like a monkey] ^] > telnet> quit > Connection closed. > > Here is some [hopefully!] useful info: > > tom@killdozer$ ps auxw | grep post > postfix 275 0.0 0.2 1328 1032 ?? I 9:48PM 0:00.02 proxymap -= t > unix > -u > postfix 175 0.0 0.2 1384 1084 ?? I 9:47PM 0:00.02 qmgr -l -t > fifo > -u > postfix 174 0.0 0.2 1348 1060 ?? I 9:47PM 0:00.02 pickup -l > -t fifo > -u > root 173 0.0 0.2 1328 1040 ?? Is 9:47PM 0:00.08 > /usr/local/libexec/postfix/master > > > tom@killdozer$ uname -a > FreeBSD killdozer.angrycoder.org 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fr= i > Apr > 22 01:01:47 EDT 2005 > admin@63-246-146-190.domain.tld:/usr/src/sys/compile/TOMKERNEL i386 > > [TOMKERNEL is just generic with SSE instructions enabled] What does your log file say? What do your inet_interfaces lines in /usr/local/etc/postfix/main.cf look like?